- add note number

master
Simon G 5 years ago
parent 0214fcbe09
commit 8048b11eaf
  1. 16
      Drivers/IconPlatformXPlus.myd
  2. 3
      Lib.Driver/Xml/XmlFader.cs

@ -3,7 +3,7 @@
<ProductId>65535</ProductId>
<Channels>
<Channel>
<Fader/>
<Fader Note="104"/>
<Knob/>
<Buttons>
<Button Type="Select"/>
@ -13,7 +13,7 @@
</Buttons>
</Channel>
<Channel>
<Fader/>
<Fader Note="105"/>
<Knob/>
<Buttons>
<Button Type="Select"/>
@ -23,7 +23,7 @@
</Buttons>
</Channel>
<Channel>
<Fader/>
<Fader Note="106"/>
<Knob/>
<Buttons>
<Button Type="Select"/>
@ -33,7 +33,7 @@
</Buttons>
</Channel>
<Channel>
<Fader/>
<Fader Note="107"/>
<Knob/>
<Buttons>
<Button Type="Select"/>
@ -43,7 +43,7 @@
</Buttons>
</Channel>
<Channel>
<Fader/>
<Fader Note="108"/>
<Knob/>
<Buttons>
<Button Type="Select"/>
@ -53,7 +53,7 @@
</Buttons>
</Channel>
<Channel>
<Fader/>
<Fader Note="109"/>
<Knob/>
<Buttons>
<Button Type="Select"/>
@ -63,7 +63,7 @@
</Buttons>
</Channel>
<Channel>
<Fader/>
<Fader Note="110"/>
<Knob/>
<Buttons>
<Button Type="Select"/>
@ -73,7 +73,7 @@
</Buttons>
</Channel>
<Channel>
<Fader/>
<Fader Note="111"/>
<Knob/>
<Buttons>
<Button Type="Select"/>

@ -9,6 +9,7 @@ namespace Lib.Driver.Xml
[XmlRoot("Fader")]
public class XmlFader
{
[XmlAttribute("Note")]
public int NoteNumber { get; set; }
}
}
Loading…
Cancel
Save