public void receive_leftClose() { InstrumentChest.getChest().Instrument.processStartHold(); }
public void receive_leftOpen() { InstrumentChest.getChest().Instrument.processStopHold(); }
public void receive_doubleClose() { InstrumentChest.getChest().Instrument.setNote(InstrumentChest.getChest().Note); GraphicsChest.getChest().NetytarDrawer.flashSpark(); }