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