Client/Properties/Settings.settings
author StephaneLenclud
Sun, 08 Feb 2015 17:27:02 +0100
changeset 112 57b1c6507bd7
permissions -rw-r--r--
Adding 'Audio' tab.
Volume indicator of MDM16AA display now working.
Adding server side dependency on NAudio.
It was decided to have a server side dependency so that we could implement
new fields control such as:
* Volume indicator
* Mute indicator
* Spectrum visualizer
* Meter visualizer
* Fancy visualizer
sl@18
     1
<?xml version='1.0' encoding='utf-8'?>
sl@18
     2
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
sl@18
     3
  <Profiles>
sl@18
     4
    <Profile Name="(Default)" />
sl@18
     5
  </Profiles>
sl@18
     6
  <Settings />
sl@18
     7
</SettingsFile>