On Fri, 19 Jun 2009, Brent Yorgey wrote:
> Hi all,
>
> In playing around with hsc3 and supercollider, I am trying to figure
> out how to synchronize and schedule things; e.g. I want commands that
> I send to the server to synchronize with already-running things. In
> the supercollider documentation I see things like SystemClock,
> TempoClock, etc. and functions like 'sched', 'schedAbs', and so on,
> but I cannot seem to find bindings for these in the hsc3 package. Am
> I just missing them? Or, if they are not there, what is the canonical
> way to do this sort of synchronization using hsc3?
There is the Bundle constructor, which allows to let something happen at a
specific time point.
http://hackage.haskell.org/packages/archive/hosc/0.7/doc/html/Sound-OpenSoundControl-OSC.html#v%3ABundle
_______________________________________________
haskell-art mailing list
[email protected]
http://lists.lurk.org/mailman/listinfo/haskell-art