Pattr inside Poly~
I am dynamically loading abstractions, containing pattr objects, into a poly object. I would like to expose the pattr objects to a pattrstorage outside the poly. This works for the patch that is loaded into the poly to start with but upon dynamically loading a new patch the pattr system doesn't update to include the pattr objects in the newly loaded patch. Is there anyway of doing this?
I've got this working now, turns out it was just a silly mistake. The DSP wasn't active and therefore the poly patch wasn't loading!
Hey,
I have an 8-voice poly~ sequencer. I assign a midi-note to each voice. Is there a possibility to save a preset, which i can re-load and which assigns the same midinote to the same voice of the poly~ sequencer?
I guess I have to use a pattr inside the poly~ object but can somebody help me out there and send a little patcher how I could do that?
So .e.x.
voice 1, midinote 64
voice 2, midinote 32
voice 3, again midinote 64
.....and so on...
Thanx
Peer
Thanx...I found a solution with the index of thispoly~ inside the poly~ object in combination with pattr objects and number boxes outside the poly~ object.
Cheers
P