Documentation issues

SysEx implementation > Get a list of snapshots > Response

Issue: 0x05 Configuration file
Suggestion: 0x05 Snaphost list

1 Like

SysEx implementation > Preset remove

Issue:

  • bank-number an identifier of the snapshot bank (0 … 5)
  • slot an identifier of the snapshot slot (0 … 11)

Suggestion:
Change to refer to preset bank/slot; check value ranges

1 Like

SysEx implementation > Config file remove

Issue:

A call to permanently remove a preset identified with the bankNumber and a preset slot.

Wrong description; wrong SysEx details.

1 Like

Preset format description > Message

Issue:

A simple NRPN message handling a negative values

"message": {
   "deviceId": 1,
   "type": "cc7",
   "parameterNumber": 1,
   "lsbFirst": false,
   "twosComplement": true,
   "bitWidth": 7
}

Suggestion:
Change “type” value to “nrpn”.

1 Like

Great. Thanks! Will fix it.

The issues were fixed and published. Thanks again!

SysEx implementation > Log message

Issue:

  • 0x7F Upload data
  • 0x00 Lua Script file

Suggestion:

  • 0x7F System call
  • 0x00 Log message

Check the hex values and descriptions

MIDI routing: MIDI message routing | Electra One Documentation

Issue:

Inbound `<USB DEVICE>` MIDI message received on port 1, will be automatically forwarded to port 1 of `<USB HOST>` interface and `<MIDI 1 OUT>` port.

Clarify that this is NOT true for SysEx messages.