Revision: 7511
http://svn.sourceforge.net/supercollider/?rev=7511&view=revAuthor: cruxxial
Date: 2008-04-11 17:26:50 -0700 (Fri, 11 Apr 2008)
Log Message:
-----------
forgot to change .connect -> .connectAll
Modified Paths:
--------------
trunk/build/SCClassLibrary/Common/Control/MIDIResponder.sc
Modified: trunk/build/SCClassLibrary/Common/Control/MIDIResponder.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/Control/MIDIResponder.sc 2008-04-12 00:23:49 UTC (rev 7510)
+++ trunk/build/SCClassLibrary/Common/Control/MIDIResponder.sc 2008-04-12 00:26:50 UTC (rev 7511)
@@ -206,7 +206,7 @@
.init(install)
}
*init {
- if(MIDIClient.initialized.not,{ MIDIIn.connect });
+ if(MIDIClient.initialized.not,{ MIDIIn.connectAll });
pcinit = true;
pcr = [];
MIDIIn.program = { arg src, chan, val;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
sc-dev@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-dev