Hi,
I was looking at creating a multi phase envelope e.g. something like a ADBSSR.
and wondered, is it possible to create using the current modules,
or should I write an axo object,
or even adapt an existing object, so that we could create one.
obviously, I don't want to start adding lots of different envelope types, but I guess perhaps I could implement a generic multi stage one where certain sections could be 0.
but also I quite like the idea of linking others up.
e.g. AD followed by a ADSR could create a ADSSR, the issue is the AD would have to trigger the ADSSR, and a MUX to merge the output.
the later is easy,
but I think the trigger would have to a implemented as a test for zero, but only after the envelope has started... so could be quite a few objects to implement it.
... hence why I think it might be easier to be an extra trigger on the AD.
or am i missing a simple trick?
thanks
Mark
p.s. what I'm actually trying to do, is have a sound which triggers (the AD) but then after a short delay repeats (i.e. an LFO starts trigger the AD) , so I get T.....T.T.T.T.T
(basically its a AD envelope with a repeat)