[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Can MixerChannel and PbindFX play nicely together?
Am 15.01.2019 um 19:36 schrieb jimwhelan63@xxxxxxxxx:
> // play sequence through a mixer channel
> x = m.play(
> p,
> [\out, m.inbus.index], // this, according to MixerChannel help
> (quant: 2.0)
> );
> )
BTW this was a syntax error, m.play only takes 2 args - if the second (called itself 'args') is given along with a pattern then it's *not* the (pattern-)synth args as the help file says:
///
Playing a pattern (without MixerChannel) takes the arguments clock, protoEvent and quant. With MixerChannel, place these parameters into a dictionary (Event) and supply it to the argument.
p = m.play(
Pbind(
\degree, Pn(Pseries(0, 1, 8), inf),
\dur, 0.125
),
(quant: 4.0)
);
///
Greetings
Daniel
-----------------------------
http://daniel-mayer.at
-----------------------------
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/