-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Describe the bug
I am trying to simply assign a momentary button control to a toggle-like control in Live, such as the freeze in the Echo or Spectral Time devices. Therefore I want to send note on and off events on both button press and button release. However no matter what I do, I can't send a note on event on release. I've tried both using the midi block and converting it to its equivalent code block but all the send events work except for note on, which seems to magically change to note off every time.
To Reproduce
Steps to reproduce the behavior:
Assign either a MIDI note on event or a code block with self:midi_send(-1, 144, -1, -1) within the release section of a Press/Release block branch (I am using EN16 buttons)
Controller sends self:midi_send(-1, 128, -1, -1) instead.
Environment (please complete the following information):
- OS: MacOS Sequoia
- Editor version: 45868ba
Metadata
Metadata
Assignees
Labels
Type
Projects
Status