Page 1 of 1
real time MIDI manipulation and routing
Posted: Wed Mar 07, 2007 3:48 pm
by method
i would very much like to have the capability to assign a source and destination to control any MIDI parameter via envelopes, LFOs, or any public member of a plug-in. a means of converting audio volume to a MIDI gain parameter would also be highly desirable. note duration would also be a useful parameter (so longer notes could have longer attacks, and shorter notes shorter attacks).
e.g: i'd like to sidechain the gain on an EQ such that it "ducks" overlapping frequencies of my bass in real time according to the volume of my kick drum.
It would also be highly desirable to assign a gain or function to control the source-to-destination response.
e.g:
i made a comb filter comprised of an effect rack of EQ8s, where each parametric eq is centered about the frequency of a note in the circle of fifths for the note played.
without a means of easily controlling the frequency of each EQ relative to it's current position, the filter can only be tuned for one note. if you could logarithmically shift the frequencies of the EQs such that a single macro control could transpose them all by a specified ratio (i.e. 2^(1/12)), then the filter could easily be tuned to the melody by automating a single macro control.
Posted: Wed Mar 07, 2007 8:07 pm
by Soma
If they only allowed plugins to be controlled by vst's that output midi we would be all set. I could patch those together in synthedit no problem.
Posted: Thu Mar 15, 2007 4:19 pm
by method
*bump*
Please!?
too bad more people apparently don't see the potential here...the propellerheads fell seriously short on their implementation of this idea, and i would really LOVE to ditch reason all-together.
this would make ableton live the most powerful production environment on the market.
Posted: Thu Mar 15, 2007 5:31 pm
by Poster
method wrote:too bad more people apparently don't see the potential here...

do a search in the wishlist forum and see that you're definitely not alone here..
+1
Posted: Thu Mar 15, 2007 8:17 pm
by method
well then, carry on! pardon my n00b
*fingers crossed for 7*
Posted: Thu Mar 15, 2007 8:30 pm
by Poster
method wrote:well then, carry on! pardon my n00b
*fingers crossed for 7*
naah man.. no noobing..
interesting thoughts..
just wanted you to know that this has been requested in length..
keeping my fingers crossed as well..
Posted: Thu Mar 15, 2007 8:38 pm
by Caymus Cab
+ 1
that would make live out of this world..
imagine the possibilities for sound design..
this would be winning the lottery for me.
being able to amplitude modulate a track to have modulate any assignable fader, button etc etc would be cool too
Posted: Fri Mar 16, 2007 11:23 am
by jasper
this is a funny post.
two things:
first your comb filter scenario
you say:
"A comb filter comprised of an effect rack of EQs, where each parametric eq is centered about the frequency of a note for the note played.. "...easily controlling
the frequency of each EQ relative to it's current position..."
answer:
You would hear the same exact thing as a stack of sine waves, each with an arbitrarily set root frequency.
Audio source material entering such a comb filter wouldn't modulate any formants, and all of its own harmonics disappear, it would only gate the frequencies (all sine waves) in the comb stack, the incoming midi notes transposing each frequency in the comb relative to its own root.
You are re-inventing ADDITIVE SYNTHESIS; same exact sonic result.
We did experiments with reaktor synths that transformed incoming midi notes into effect values.
like this: a digital delay set with high 'feedback' and a low 'delay time' will produce a pitch. higher delay time = lower pitch.
incoming midi note values are passed into functions that 'transpose' the delay time, thus producing high and low pythagorean pitches to match the incoming midi notes. (The delay time acts as oscillator frequency, and the delay's feedback just lets the sound slowly fade out).
Once you're effect is acting as oscillator, then the Source audio that gets fed into the effect is only acting as the Gate(with Envelope), and no trace of the source audio will be heard, only the effect acting as oscillator...
Posted: Fri Mar 16, 2007 3:48 pm
by method
jasper - you certainly seem to know what you're talking about, but i don't find your predictions to be true in practice.
the rack i built used 18 parametric EQs, each centered over Ex/Bx for each octave from octave0 through 20khz.
this doesn't sound like the same setup you are describing.
however i'll have to toy about with reaktor now and see if i can achieve what i want with it...
Posted: Tue Mar 20, 2007 1:12 pm
by method
well, as it turns out, i can do the eq tuning to a pretty good approximation using the macro map as a piecewise interpolation scheme!
by setting the min on the macro map to a particular note frequency, and it's max to 1 octave higher, you can shift them all with respect to each other!
it's not exact, but the error introduced in transposing the eqs is <1%
