Hallo, Michael McGonagle hat gesagt: // Michael McGonagle wrote:
I have been working on creating Abstractions that allow me to group a set of line objects that are used to control various parameters via messages. I group all these things together because they all share the same line time/rate.
So, I have an instrument that has many parameters that all have "message" destination points. I would like to use my line control groups to send to different parameters. Is there a way to, within an abstraction, to dynamically change the destinations of a send object?
Using a message starting with a semicolon followed by at least two symbols will send to the first symbol.
THis is used extensively in the example patches to switch audio on and off: [; pd dsp 1( and [; pd dsp 0(
with message arguments, you can set the target. See attached example.
Frank Barknecht _ ______footils.org__