Skip to content

bug: sysexrx_cb does not parse incoming (rx) sysex data #281

@kkerti

Description

@kkerti

Repro:

  1. Use an app to send sysex data to Grid (macOS: https://www.snoize.com/SysExLibrarian/)

  2. Use attached zip syx for reference
    setmidichannel2.syx.zip

  3. Add code to module:

self.sysexrx_cb = function(self, sysex, grid_headers)
    print("trigger")
end
  1. "trigger" is not visible in debug logs

Expectation

self.sysexrx_cb should show the sysex data.

Considerations

Format the incoming hex data to integers. https://stackoverflow.com/questions/37411564/hex-to-int32-value

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