some more MIDI plugins...

Official support for: energy-xt.com
Post Reply New Topic
RELATED
PRODUCTS

Post

dharmawan wrote:hi, is it possible to have "realtime" midi input quantize so that when you play stuff live, unless they are on the beat (say 16th), the plugin delays them and doesnt play them until the next 16th note?

synced to bpm
Hmmm... I bet it could be done. Let me see how hard it is.
is 6 voices enough polyphony?

Post

Not as easy as I thought. I can quantize the notes in but I am losing the note off messages :?

I think it is a job for C++ instead of SE because you need to dynamicaly allocate a buffer for each note on to note off messasge and play it back on the beat then destroy the buffer.

(I don't have a compiler set up right now, sorry(

Post

yeah mate, 6 note polyphony would be more than enough
you know what, losing the note off messages wouldnt necessarily be bad. if im using this to trigger a drum sampler, the samples will only play once anyway

any chance of posting what u got so far?

Post

Ah but if the note off messages are lost you run out of voices after the first 6 keys are pressed.
I don't think I could do this without a head ache, but I thik that in C++ or Delphi it wouldn't be too hard. So there might beone out there.

Post

what about.. sending a global noteoff at a convenient time? like in between two 16ths
so it doesnt affect the playing but also u dont run out of voices

its a hack but could work..

Post

dharmawan....I've already done a few plugins like that. Did you to check nF_BeatSync? I made it to synchronize the triggering of MIDI Parts ...it's only setup for 1-8 beats(1/4 notes) ...but before asseca started collecting my plugins for the page I had released
nF_Synchronizer (same config as nF_BeaSync)
nF_Synchronizer2 (1 beat to 8 BARS)
nF_Synchronizer4 (1/16 to 2 beats)

...maybe you can search or someone can post a copy for you. (I only find nF_BeatSync usefull, so I deleted the others).


**Edit** I just tracked down nF_Synchronizer2 & nF_Synchronizer4 on an old backup if you need them, email me and let me know.

nF

Post

Is there a MIDI plugin which will split off only the lowest note of a chord so it can be processed differently to the rest?

I'm playing with the excellent ChordSpace (still in beta - see http://www.kvraudio.com/forum/viewtopic.php?p=1298372 if you don't know what this is) and I'd like to be able to take the lowest note from the chord produced and send it down a different MIDI output in eXT.

The MIDI patcher in eXT allows me to specify a note range and split the chord up this way but as the chord changes I sometimes end up with the bottom two or three notes falling into my range rather than just the bottom one.

Any ideas how I can do this please??

Regards,

Derek.
Less than 1000 posts and writer's block has set in :-(

Post

NicFit wrote:dharmawan....I've already done a few plugins like that. Did you to check nF_BeatSync? I made it to synchronize the triggering of MIDI Parts ...it's only setup for 1-8 beats(1/4 notes) ...but before asseca started collecting my plugins for the page I had released
nF_Synchronizer (same config as nF_BeaSync)
nF_Synchronizer2 (1 beat to 8 BARS)
nF_Synchronizer4 (1/16 to 2 beats)

...maybe you can search or someone can post a copy for you. (I only find nF_BeatSync usefull, so I deleted the others).


**Edit** I just tracked down nF_Synchronizer2 & nF_Synchronizer4 on an old backup if you need them, email me and let me know.

nF
easy nf i checked out nf_beatsync now but cant figure out how to use it... basically what im trying to do is have it quantize my midi drumming on the fly (for live stuff) by delaying hits to the next 16th if they are not on the beat.. can u do that with it?

Post

bumpy ride

Post

I have made a "MidiSplit.dll" VST to test the basic midi handling of mGUI.
Download http://asseca.com/mgui/MidiSplit.zip
Image

Post

Derek up North wrote:Is there a MIDI plugin which will split off only the lowest note of a chord so it can be processed differently to the rest?

I'm playing with the excellent ChordSpace (still in beta - see http://www.kvraudio.com/forum/viewtopic.php?p=1298372 if you don't know what this is) and I'd like to be able to take the lowest note from the chord produced and send it down a different MIDI output in eXT.

The MIDI patcher in eXT allows me to specify a note range and split the chord up this way but as the chord changes I sometimes end up with the bottom two or three notes falling into my range rather than just the bottom one.

Any ideas how I can do this please??

Regards,

Derek.
ChordSpace does this. Each note can be assigned to a separate midi channel.
Image
Now with improved MIDI jitter!

Post

Can I have a beta of ChordSpace please? Or is there a link now?

Post

nuffink wrote:
Derek up North wrote:Is there a MIDI plugin which will split off only the lowest note of a chord so it can be processed differently to the rest?

I'm playing with the excellent ChordSpace (still in beta - see http://www.kvraudio.com/forum/viewtopic.php?p=1298372 if you don't know what this is) and I'd like to be able to take the lowest note from the chord produced and send it down a different MIDI output in eXT.

The MIDI patcher in eXT allows me to specify a note range and split the chord up this way but as the chord changes I sometimes end up with the bottom two or three notes falling into my range rather than just the bottom one.

Any ideas how I can do this please??

Regards,

Derek.
ChordSpace does this. Each note can be assigned to a separate midi channel.
I know - I've aired my embarrassment at not spotting that in the Instruments forum. I've hardly posted since finding that out though - ChordSpace + eXT = too much fun!

Regards,

Derek.
Less than 1000 posts and writer's block has set in :-(

Post

Edit
Image
Now with improved MIDI jitter!

Post

NicFit wrote:blah, blah blah blah...blah

Prototype build from my upcoming update bomb...

blah, blah....bugs ...probably won't get it done for a while, so you can play with this early version till I get back to it.

Image
(click the image to download)


BTW....a Arp Component+NDC plugs makes for a much superior, more flexible MIDI Delay IMHO.

nF
Dude how is that midi delay comming?! I'm still looking forward to it.

PS you www link to xt geek is out of service.

[edit] is the one on asseca's page the final version?

Post Reply

Return to “energyXT”