Skip to content

bug: Cannot send note on event on button release #1396

@kiwirm

Description

@kiwirm

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.

Image

Environment (please complete the following information):

  • OS: MacOS Sequoia
  • Editor version: 45868ba

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions