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