[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] SF.net SVN: quarks:[1290] dmx/DMX.sc
Revision: 1290
http://quarks.svn.sourceforge.net/quarks/?rev=1290&view=rev
Author: nescivi
Date: 2009-12-17 03:23:39 +0000 (Thu, 17 Dec 2009)
Log Message:
-----------
remove posting of data
Modified Paths:
--------------
dmx/DMX.sc
Modified: dmx/DMX.sc
===================================================================
--- dmx/DMX.sc 2009-12-17 00:04:51 UTC (rev 1289)
+++ dmx/DMX.sc 2009-12-17 03:23:39 UTC (rev 1290)
@@ -59,7 +59,7 @@
}, {
endCue = to;
});
- endCue.data.postln;
+ // endCue.data.postln;
nsteps = round(time/timestep);
// can't do more than 256 steps, due to 8bit resolution
if ( nsteps > 256, { nsteps = 256; timestep = time/nsteps; } );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/