X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=MIDI.pde;fp=MIDI.pde;h=56ba9b5970aed9f0f7a0bab22becf295e2ea5e2b;hp=a6183210a85361e85c4939cfe74dc77a722f9dcd;hb=30624e974f88224b0a8719b11bd649578eb97ab6;hpb=b6c3445785d7d68e23caf8f73da953f51ed6e5cf diff --git a/MIDI.pde b/MIDI.pde index a618321..56ba9b5 100644 --- a/MIDI.pde +++ b/MIDI.pde @@ -115,7 +115,7 @@ public interface SCMidiInputListener { public void onEnabled(SCMidiInput controller, boolean enabled); } -public abstract class SCMidiInput extends UIScrollList.AbstractItem { +public abstract class SCMidiInput extends UIItemList.AbstractItem { protected boolean enabled = false; private final String name;