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
(
var melody = ~presets.pyramidalMelody;
var canon = ~convCanon.(melody).canon
.collect(~instrument.([\pianola]))
Pdef(\canon, Ppar(canon, inf))
)
Pdef(\a).play
It could be nice to have a standard recommendation for what to do when you recompile the code with some change but do not want the new canon to start playing at the beginning.
How should this look like?
The text was updated successfully, but these errors were encountered:
If doing something like this:
It could be nice to have a standard recommendation for what to do when you recompile the code with some change but do not want the new canon to start playing at the beginning.
How should this look like?
The text was updated successfully, but these errors were encountered: