Beispiel #1
0
 /*
  * Instrument reset
  */
 public void ResetInstrumentParameters(BaseInstrument instrument)
 {
     instrument.Reset();
     foreach (GenericMusicParam param in instrument.paramList)
     {
         param.setEnabled(false);
     }
 }