[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Can MixerChannel and PbindFX play nicely together?
On Wed, Jan 16, 2019 at 2:37 AM <jimwhelan63@xxxxxxxxx> wrote:
> Does anyone successfully use PbindFx (miSCellaneous_lib) and
> MixerChannel (ddw) together? I'm trying to use the MixerChannel to
> record stems from some PbindFX-driven patches I'm working with.
I don't know what PbindFx does behind the scenes, but... maybe try
'pattern.record'? That is, do it more directly instead of trying to
bang two different architectures together.
If you really must use MixerChannel as a recorder, then...
MixerChannel's only real requirement is that the synths go into
'synthgroup' and the output goes to the mixer's bus (myMixer.inbus).
If you can tell PbindFx to put its nodes into 'myMixer.synthgroup' and
to use a specific output bus, then that's all you have to do. You're
not required to go through 'm.play'.
> Both MixerChannel and PbindFx have differing naming
> conventions for their SynthDef inputs and outputs.
I should update this in the help. You're no longer required to use
'outbus'. 'out' is fine.
> I'm using an outdated SC (v 3.6.6) on an old OSX (10.6.8). My PbindFx
> is pretty recent, but my MixerChannel help has a "New feature (16 July
> 2005)", so it might be ancient.
MixerChannel help is badly out of date, sorry.
> This is the error I'm getting:
>
> -------------------------------------------------------
> ERROR: Primitive '_BasicAt' failed.
> Index not an Integer
No idea about the error, but I would suggest: do not use m.play for
this, and instead specify the target group (m.synthgroup) and target
bus directly in PbindFx.
m.play is for convenience. Like all conveniences, there will be times
when they don't work.
hjh
_______________________________________________
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/