-
gluon
Hi there,
this is my first post on this forum but I'm working with PD already.I'd need to customize a synthesizer patch I designed.
I'd need to add a feature to route adsr as the same time as the pitch to each voices.example:
I'm sending a long attack envelope & the pitch 64.. it produces the midi note 64 with a long attack
But if I send just after that a short attack envelope & the pitch 45, it will produce a short attack sound related to the midi note 45.How can I do that ?
-
gluon
thanks mod.
I could have written that for yoursI used this kind of packing (yours, I mean) for many hardware projects where I was limited by data flows.
-
-
gluon
it could be enough.
I made that with some pack/unpack & trigger.
(posting it as soon as it is clean) -
gluon
I needed that.
I just did it.indeed, my incoming machine won't be usual
-
gluon
I'm sorry.
more clear:
when I used to make polyphonic synth, I'm using the native poly object which handles the voices routing.
I'm often using adsr concept in my voice(s) with send/receive feature in order to control all adsr with only 4 parameters "outside" of the voices.Of course it works fine, but in that case, I cannot choose an envelope for each note fired to the voices.
I need to be able to send adsr + pitch + velocity to my voices, the whole concept handled with the poly object of course.