> Christopher, you will see that i am manually step-filling the queue, i may be 
> mistaken in trying to use it as a buffer the way you would do it in 
> Supercollider. It would be a nice addition to be able to select a custom 
> filling frequency, it would be finite and not frame dependant.


This isn't possible in the construct of QC.  Everything is tied to frames, and 
executes on frame boundaries.  You cannot execute a portion of the graph 
between frames to fill the queue, so such an option wouldn't work.

If you want real-time (non-frame dependent) data queueing, you'll have to do 
that in code elsewhere, and provide the data to QC as a structure.

--
Christopher Wright
christopher_wri...@apple.com



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      (Quartzcomposer-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to