Hi Jim,
thanks for the feedback, glad to hear that stuff works for you!
all the best
Daniel
-----------------------------
Hi Daniel, hi James,
I must apologise, as noticed by Daniel, the error was indeed caused by a syntax error in my code. Drat. Sorry about that.
And yes, MixerChannel and PbindFx do work together. I'm very pleased. Thanks for the examples, Daniel. The use of fx was for demonstration only, my actual code uses PbindFx in a more 'sensible' way. And now, I can use MixerChannel's built-in send busses, which let me use send fx for more 'general' effects.
James, thanks for the suggestions. No worries about the MixerChannel help - it's a fantastic tool that's been given for free and I've got no complaints at all. Same goes for Daniel's PbindFx: so many doors were opened for me by this utility.
Thanks again.
Jim W --
On 16/01/2019, daniel-mayer@xxxxxxxx <daniel-mayer@xxxxxxxx> wrote:
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/
_______________________________________________ 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/
|