[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Clock sync: New quark ddwOSCSyncClocks (testers wanted)



I just did a quick test of this on a raspberry pi and a macbook running on the same network.

It seems to work quite nicely. For some reason though, on my pi, I keep getting the error message "Message 'isRunning' not understood." on every beat when using the following code:

TempoClock.default = DDWSlaveClock.new;

Pdef(\kick,
    Pbind(
        \instrument, \SOSkick,
        \freq, 80,
        \dur, Pwrand([0.25, 0.5, Rest(1), 0.125, Rest(0.125)], 0.2!5, inf)
        )
).play(quant: -1);

On 13/01/2019 11.01, mail@xxxxxxxxxxxxxxxxx wrote:
TempoClock.default = DDWSlaveClock.new;
--

Best Regards,
Mads Kjeldgaard