Hi,
I have a headless raspberry pi that boots into a PD patch I created. (I control it with a midi wind controller and an FCB 1010 midi foot controller.) I have observed that bypassing certain sections of the patch with MIDI signals generated by the foot pedal board does not actually stop those sections of the patch from processing, and using CPU bandwidth.
I was wondering if it was possible to cease processing sections of a patch somehow? Maybe by stopping a sub-process or something? Alternatively, I was wondering if it was possible to load a different patch upon input of a certain midi program change?
Thanks!
I was wondering if it was possible to cease processing sections of a patch somehow?
Have a look at the [switch~] object ;-)
On 23.01.2021 00:11, Andrew Lyons wrote:
Hi,
I have a headless raspberry pi that boots into a PD patch I created. (I control it with a midi wind controller and an FCB 1010 midi foot controller.) I have observed that bypassing certain sections of the patch with MIDI signals generated by the foot pedal board does not actually stop those sections of the patch from processing, and using CPU bandwidth.
I was wondering if it was possible to cease processing sections of a patch somehow? Maybe by stopping a sub-process or something? Alternatively, I was wondering if it was possible to load a different patch upon input of a certain midi program change?
Thanks!
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Em sex., 22 de jan. de 2021 às 20:20, Andrew Lyons tstexture@gmail.com escreveu:
Alternatively, I was wondering if it was possible to load a different patch upon input of a certain midi program change?
you can use special pd messages to open patches and stuff, but what you'd rather do is have them all opened and activate the one you want (with [swicth~]) via a program change setting
Ah. Ok. Thank you gentlemen. I will explore switch~.
Cheers
On Fri, Jan 22, 2021, 5:37 PM Alexandre Torres Porres porres@gmail.com wrote:
Em sex., 22 de jan. de 2021 às 20:20, Andrew Lyons tstexture@gmail.com escreveu:
Alternatively, I was wondering if it was possible to load a different patch upon input of a certain midi program change?
you can use special pd messages to open patches and stuff, but what you'd rather do is have them all opened and activate the one you want (with [swicth~]) via a program change setting