Revision: 9100
http://supercollider.svn.sourceforge.net/supercollider/?rev=9100&view=revAuthor: jamshark70
Date: 2009-04-22 04:16:09 +0000 (Wed, 22 Apr 2009)
Log Message:
-----------
Ppar uses Event.silent now too (only matters for Ptpar if earliest time is > 0)
Modified Paths:
--------------
trunk/build/SCClassLibrary/Common/Streams/Ppar.sc
Modified: trunk/build/SCClassLibrary/Common/Streams/Ppar.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/Streams/Ppar.sc 2009-04-22 03:30:30 UTC (rev 9099)
+++ trunk/build/SCClassLibrary/Common/Streams/Ppar.sc 2009-04-22 04:16:09 UTC (rev 9100)
@@ -18,10 +18,11 @@
// if first event not at time zero
if (priorityQ.notEmpty and: { (nexttime = priorityQ.topPriority) > 0.0 }, {
- outval = inval.copy;
- outval.put(\freq, \rest);
- outval.put(\delta, nexttime);
-
+// outval = inval.copy;
+// outval.put(\freq, \rest);
+// outval.put(\delta, nexttime);
+
+ outval = Event.silent(nexttime);
inval = outval.yield;
now = nexttime;
});
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.shtmlarchive:
http://www.listarc.bham.ac.uk/marchives/sc-dev/search:
http://www.listarc.bham.ac.uk/lists/sc-dev/search/