You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works totally fine when I try (type:\dirt, s:\bubu, dirt: ~dirt, out:~dirt.orbits[0].outBus).play;.
But when I try to use it in TidalCycles with d1 $ s "bubu" then I receive this error in SuperCollider:
no synth or sample named 'bubu' could be found.
module 'sound': instrument not found: bubu
The text was updated successfully, but these errors were encountered:
It looks like I can not use diversions in the current version of SuperDirt. My diversion example looks like this:
This works totally fine when I try
(type:\dirt, s:\bubu, dirt: ~dirt, out:~dirt.orbits[0].outBus).play;.
But when I try to use it in TidalCycles with
d1 $ s "bubu"
then I receive this error in SuperCollider:The text was updated successfully, but these errors were encountered: