Add MIDI inputs to UI, with focused pattern deck to route input
[SugarCubes.git] / MarkSlee.pde
index 9804b5cf705f026040b663f6e4211ae0fa36d559..5d08a8600c805c7d5aeee90333a77a62769cf144 100644 (file)
@@ -391,11 +391,7 @@ public class PianoKeyPattern extends SCPattern {
   
   PianoKeyPattern(GLucose glucose) {
     super(glucose);
-    
-    for (MidiInputDevice input : RWMidi.getInputDevices()) {
-      input.createInput(this);
-    }
-    
+        
     addParameter(attack);
     addParameter(release);
     addParameter(level);