looking for this plugin/munger preset

Official support for: energy-xt.com
RELATED
PRODUCTS

Post

i'm looking for a midi plugin or possibly preset in midi munger that does this:

sustains whatever note was last played indefinitely until another note on is received, at which time it triggers that note and sends a note off to the previous note simultaneously. i guess you could call it a "monophonic infinite sustainer." there are workarounds to this using the synth or sampler i'm using, but it'd just be easier to have a midi plugin that did it for me. does this plugin exist? could it be quickly built by some nice soul with some free time?

Post

+1 (just registering interest)
Image

Post

This does the trick...

Code: Select all

*,NoteOn,*,*,1,127,Y,*,Ctrl,123,123,127,127  --- this will send an All Notes Off message and pass the note event on to the next rule
*,NoteOn,*,*,1,127,N,*,NoteOn,*,*,1,127      --- this plays the current note on event
*,NoteOn,*,*,0,0,N,*,Discard,*,*,0,0         --- this discards the current note off event
8)

Post

Thanks Piranha..

L
Image

Post

thanks, piranha, but i asked for more than i can handle. apparently i don't even know how to use midi munger correctly. can you post a screenshot or something of those rules in nicfit's 5 rule munger plugin? ( http://asseca.com/nicfit/midimungui5.html )
i guess i'm not sure of the structure of his plugin. sorry to be so retarded. thanks.

Post

bernhardtjeff, just run MIDI thru the Munger, then add those rules in there output the MIDI to the VST..

BTW I pm'd you.. please read..

L
Image

Post

Jeff,

Basically, you need to enter each of the three rules on separate lines.

Enter this on the first line: *,NoteOn,*,*,1,127,Y,*,Ctrl,123,123,127,127

Enter this on the second line: *,NoteOn,*,*,1,127,N,*,NoteOn,*,*,1,127

Enter this on the third line: *,NoteOn,*,*,0,0,N,*,Discard,*,*,0,0




When you get a chance, have a look at David Haupt's MIDI Munger guide...

http://www.dehaupt.com/SynthEdit/DH_MIDIMungerHowTo.htm

It explains what each parameter does as well as the possible values you can enter. :wink:

Post

just a quick note that these rules(third rule) assumes the users MIDI controller is sending NoteOn messages with a velocity value of 0 instead of proper NoteOff messages... just mentioning it incase some curious observers try it out and it doesn't work for them ;)

Post

Nicfit! :hyper:

Post

:party: :party: :party: :party:
Image
Jens, "B.t.w.: it appears I was wrong"

Post

The Master of Midi is back.
Bow down mortals. lol

Post

NicFit is back? Is it you or a look a like?
Will the real NicFit please stand up!
Ooops, judging from the answer it is the real NicFit! :D

Post

NicFit wrote:just a quick note that these rules(third rule) assumes the users MIDI controller is sending NoteOn messages with a velocity value of 0 instead of proper NoteOff messages... just mentioning it incase some curious observers try it out and it doesn't work for them ;)
What he said 8)

Post

Really nice to see a post from you NicFit - you mad scientist you.

Regards
Caleb
Happiness is the hidden behind the obvious.

Post

okay, got it figured out. thanks, guys.

Post Reply

Return to “energyXT”