MAXFORLIVE : within a MAX4LIVE patch, I want to connect midiout to the midiin (feedback loop)
Dear MAX4LIVE community,
I have a M4L plugin that sends a series of midi notes to the midiout component (Like that I can send midi notes to any ableton live instrument).
Note that M4L plugins adds some groove by delaying odd notes (in milliseconds).
I would like to record within the M4L plugin the midi sequence.
I use "SEQ" component, it works but the seq component seems to quantize the notes... and so I loose the groove of my original sequences (remimber, I added some groove effect, delaying odd notes in ms).
The only trick I found it to create another M4L plugin that record (using seq component) the midiout of my original M4L plugin. In that case, the groove is kept... perfect !
I don't want to use an external M4L plugin to record , I would like to have it inside the original plugin.
I tried to include the "seq" component withi my orginal plugin, but I loose the groove, "seq" component seems to quantize the midi sequence.
The only idea I have would be to catch the MIDIOUT component and re insert it into the SEQ component but I don't find any way to do so.
Do you have any hint on how to record the midiout output ?
Cheers
[seq] only causes jitter when interrupt (DSP settings) is off... but in M4L it is always on...
Hello,
thanks for you answer, I better understand how behave SEQ now in M4L environment.
I am going to think a bit more and in case I have more question, I will ask again to the community :-)
Thanks once more!
This can't be true, if that groove is nothing else but delaying some notes.
If you place seq object inside your plugin and connect everything parallel to midiout,
why should something get lost ?
