Inheritance: MidiDriver, ITownsAudioInterfacePluginDriver
Example #1
0
 public TownsMidiInputChannel(MidiDriver_TOWNS driver, int chanIndex)
 {
     _driver     = driver;
     _chanIndex  = (byte)chanIndex;
     _instrument = new byte[30];
 }
Example #2
0
 public TownsMidiInputChannel(MidiDriver_TOWNS driver, int chanIndex)
 {
     _driver = driver;
     _chanIndex = (byte)chanIndex;
     _instrument = new byte[30];
 }