X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=MIDI.pde;h=56ba9b5970aed9f0f7a0bab22becf295e2ea5e2b;hp=a6183210a85361e85c4939cfe74dc77a722f9dcd;hb=e0b9d8726c661f54f47340449037ac7f6b410de6;hpb=c0f98ab15b45d182218b576f73976b13befb586e 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;