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

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