public XGMidiIODevice()
 {
     this.LongMessage += OnExclusive;
     this.ParameterMemoryData = new ParameterMemory(0x400000);
     ResetXG();
 }
Ejemplo n.º 2
0
 public XGMidiIODevice()
 {
     this.LongMessage        += OnExclusive;
     this.ParameterMemoryData = new ParameterMemory(0x400000);
     ResetXG();
 }