[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Re: sending synth parameters with patterns
or you can do this:
Pbind(\cutoff, 440, \modulation, 0.3,\note, 1)
or this:
Pbind(\cutoff, Pseq([440,660,880],inf), \modulation, 0.3,\note, 1)
or make a "variant" in the synthdef, like a preset
officially you're supposed to be able to do:
Pbind(\instrument,\zither,\variant,\zitherofdoom,\cutoff, 440, \modulation,
0.3,\note, 1)
but i've never got that to work, you can do:
Pbind(\instrument,'zither.zitherofdoom',\cutoff, 440, \modulation,
0.3,\note, 1)
though to access variants within a def - when making variants you only need
to include parameters different from the defaults
--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/sending-synth-parameters-with-patterns-tp7604881p7604895.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/