Generate midi note
-
- KVRist
- 335 posts since 20 Jul, 2010
How do I generate a midi note event or modulate the transpose of an existing one?
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
I'm not sure what you want to do? Please elaborate.skitchy wrote:How do I generate a midi note event or modulate the transpose of an existing one?
-
- KVRist
- Topic Starter
- 335 posts since 20 Jul, 2010
To either :
a) create a midi event by passing parameters (ie. note number, velocity, duration etc) to some sort of building block so that it can trigger a VSTi further down the chain
b) perhaps easier, modulate the transpose of a midi event. Somehow, for example, plug an lfo into a transpose so that every time the note is pressed you get :
note = original note value + lfo value
So if you pressed middle c (midi note 60) and your lfo was outputting '2' at that time, you would get midi note 62 (middle d).
Hope that makes sense.
a) create a midi event by passing parameters (ie. note number, velocity, duration etc) to some sort of building block so that it can trigger a VSTi further down the chain
b) perhaps easier, modulate the transpose of a midi event. Somehow, for example, plug an lfo into a transpose so that every time the note is pressed you get :
note = original note value + lfo value
So if you pressed middle c (midi note 60) and your lfo was outputting '2' at that time, you would get midi note 62 (middle d).
Hope that makes sense.
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
Ok i understand. Might result in rather random notes, so i guess you're for an experimental sound, right? It's not yet possible using the internal modules, but maybe there's a vst out there that does the job?
