Hi!
I'm getting an error:
ERROR: Message 'asMusicalNotation' not understood.
from this piece of code:
(
Ndef(\q, Pbind(
\mtranspose, -1,
\octave, 5,
[\dur, \degree], Pseq([
Pn(Pseq([
[1/5, 1],
[1/5, {[5, 2].choose}],
[1/5, 7],
[1/5, \r],
[1/5, 5],
]), 2),
], inf).trace,
)).quant_(1).play(fadeTime: 1);
);
Hi!
I'm getting an error:
from this piece of code: