Beispiel #1
0
 public void receive_leftClose()
 {
     InstrumentChest.getChest().Instrument.processStartHold();
 }
Beispiel #2
0
 public void receive_leftOpen()
 {
     InstrumentChest.getChest().Instrument.processStopHold();
 }
Beispiel #3
0
 public void receive_doubleClose()
 {
     InstrumentChest.getChest().Instrument.setNote(InstrumentChest.getChest().Note);
     GraphicsChest.getChest().NetytarDrawer.flashSpark();
 }