X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=_MIDI.pde;h=18fa5a3437f4153d74fc092fe35c8a1ee0af4984;hp=4e1f20acbcf9a03bab451300007e87f394f376e7;hb=4e6626a95f23831319a73d3702789621b2248bb9;hpb=882e2e3ed34fe7867ca849b2be18cbf148b6f5b2 diff --git a/_MIDI.pde b/_MIDI.pde index 4e1f20a..18fa5a3 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 AbstractScrollItem { +public abstract class SCMidiInput extends UIScrollList.AbstractItem { protected boolean enabled = false; private final String name;