I'm trying to make dynamically created abstractions get inserted into signal chains without using patch cords. In other words, something like the attached diagramme. [image: Screenshot 2023-12-14 at 17.22.32.png]
The issue is that [receive~] can be set with a message but [send~] cannot.
Does anyone have any ideas?
Thanks!
On Wed, 2024-01-03 at 12:22 +0000, Martin Dupras wrote:
I'm trying to make dynamically created abstractions get inserted into signal chains without using patch cords. In other words, something like the attached diagramme. Screenshot 2023-12-14 at 17.22.32.png
The issue is that [receive~] can be set with a message but [send~] cannot.
You could use the [throw~] and [catch~ ] for dynamic outputs, the same way you can use [send~ ] and [receive~] for dynamic inputs.
Roman