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

[sc-users] problem with /note argument in Pbindef



Can’t figure out why this wont work:

 

(

Pbindef(\name,

        \instrument,\default,

        \note, Pseq(([

                12,11,9,12,

                9,7,5,4,

                5,7,11,12

]+(4*12)).midicps,inf),

        \stepsPerOctave,12,

    \dur, 0.5,

        \amp, 0.5,

        \pan, 0,

).play;

)

 

I want to define the notes as “note” and transpose them. Not sure what is happening here. Just hearing some low initial tick.

 

Sent from Mail for Windows 10