Hello, I’m new to Gig Performer and Mac.
I need a way to hold a single note with a single key press from my midi controller until I trigger it to stop.
I used Cantabile/PC for 7 years for my live performances and there is a “sticky note” function.
I searched around quite a bit and found nothing, so I am asking here.
Thank you in advance
Yes. Using plugins (arturia/OPX-Pro/etc)
There are several instances in our set where I need to hit a note that holds for a specific period of time.
In Cantabile I would hit the note on either my M-Audio 61 or Roland PK-5 then when I needed it to stop I would hit it again.
Attached is a simple scriptlet that will do what you need. Just save this somewhere and drag it into a rackspace
As you can see from the monitors, every time I press C3 on a keyboard, it will toggle sending out a C1 (on) and C1 (off)
You can use the parameters to change what you press and what gets sent out
The problem with the direct widget solution proposed by @pianopaul is that it doesn’t toggle the way you need if you trigger with a note as when you release the note the button will pop out again.
That said, if you use @pianopaul 's approach and learn NoteOFF instead of NoteOn, it will work except the trigger will happen when you release the note rather than when you press it.
The scriptlet is probably a better solution for you