From 7f3303538d9bd707dd4ca5592ce46befc0b8443e Mon Sep 17 00:00:00 2001 From: Emiliano Magliocca Date: Tue, 31 Aug 2021 09:40:11 +0200 Subject: [PATCH 1/2] Disable touchpointerrender in release --- Yugen.Toolkit.Uwp.Audio.Controls/Vinyl.xaml.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Yugen.Toolkit.Uwp.Audio.Controls/Vinyl.xaml.cs b/Yugen.Toolkit.Uwp.Audio.Controls/Vinyl.xaml.cs index e1a392d..5fc2073 100644 --- a/Yugen.Toolkit.Uwp.Audio.Controls/Vinyl.xaml.cs +++ b/Yugen.Toolkit.Uwp.Audio.Controls/Vinyl.xaml.cs @@ -22,7 +22,12 @@ public sealed partial class Vinyl : UserControl private VinylRenderer _vinylRenderer; private TouchPointsRenderer _touchPointsRenderer = new TouchPointsRenderer(); + +#if DEBUG private bool _debug = true; +#else + private bool _debug = false; +#endif public Vinyl() { From b1ce9058b49c3a4aa0c422b57664690d273fafe7 Mon Sep 17 00:00:00 2001 From: Emiliano Magliocca Date: Tue, 31 Aug 2021 10:06:51 +0200 Subject: [PATCH 2/2] Add some useful strings --- Yugen.DJ.Uwp/Strings/en-US/Resources.resw | 23 +++++++++++++------ Yugen.DJ.Uwp/Views/AboutDialog.xaml | 27 ++++++++++++++++++----- 2 files changed, 38 insertions(+), 12 deletions(-) diff --git a/Yugen.DJ.Uwp/Strings/en-US/Resources.resw b/Yugen.DJ.Uwp/Strings/en-US/Resources.resw index e16ae4d..6368813 100644 --- a/Yugen.DJ.Uwp/Strings/en-US/Resources.resw +++ b/Yugen.DJ.Uwp/Strings/en-US/Resources.resw @@ -117,6 +117,21 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Getting Started + + + Click the Eject button to load an mp3, if you have a second sound card you can hear a song clicking the headphones button, enjoy! + + + The app is still not complete, for example it miss the scratch effect when you rotate the vinyl. + + + Feel free to help and collaborate, the project is open source on GH + + + https://github.com/Panda-Sharp/Yugen.DJ + Proudly part of Launch 2021 @@ -127,7 +142,7 @@ https://uwpcommunity.com/ - Developed by PandaSharp + Developed By PandaSharp http://www.yugenapps.com @@ -138,12 +153,6 @@ https://twitter.com/zeealeid - - Feel free to help and collaborate, the project is open source on GH - - - https://github.com/Panda-Sharp/Yugen.DJ - The app already support 2 audio cards, but the option to change them will come soon! diff --git a/Yugen.DJ.Uwp/Views/AboutDialog.xaml b/Yugen.DJ.Uwp/Views/AboutDialog.xaml index 70351d1..17f869b 100644 --- a/Yugen.DJ.Uwp/Views/AboutDialog.xaml +++ b/Yugen.DJ.Uwp/Views/AboutDialog.xaml @@ -8,14 +8,35 @@ SecondaryButtonText="Close"> + + + + + + + + + - - \ No newline at end of file