***Need Help on Rules, Midi note hold***

jproth99

2015-07-23 00:23:16

hey i just downloaded the trial of Bome today, it seems pretty cool but i wanna get this down before i buy it, being that i am broke AF.
i have 90 36 7F as my input (F#3 "note on" velocity at 127)
and i have it coming out as an A4 on the keyboard
everything works fine but when i press it, the A4 plays in ableton continuously even when the button is released.
i want the new note to play as long as i am touching the button, but when i release, i want the note to stop. i know its something in the rules but im pretty new at this and only have a highschool education :D

DvlsAdvct

2015-07-23 14:57:37

Hi jproth99

Change the last byte of your string from 7F to pp

Right now, the translator is ONLY sending the on message at full velocity, so Ableton never receives an off message (usually 00). If you replace it with pp it will send any message that comes through, so 7F will come through and then 00 on release.

Does that make sense?
Jared