Advertisement

Quick Links

N32B MIDI Implementation Manual

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the N32B and is the answer not in the manual?

Questions and answers

Summary of Contents for SHIK N32B

  • Page 1 N32B MIDI Implementation Manual...
  • Page 2: Table Of Contents

    Introduction SysEx Message Structure Commands Command Descriptions Set Knob Mode (0x01) Save Preset (0x02) Load Preset (0x03) Send Firmware Version (0x04) Sync Knobs (0x05) Change Channel (0x06) Set Thru Mode (0x08) Send Snapshot (0x09) Knob Properties Outputs Table Knob Modes Thru Mode Table Example SysEx Message Usage Sending a Snapshot...
  • Page 3: Introduction

    Introduction The N32B device is designed to provide extensive MIDI control capabilities. This manual covers the implementation details for MIDI System Exclusive (SysEx) messages used to interact with the device. It includes the structure of SysEx messages and descriptions of the supported commands.
  • Page 4: Command Descriptions

    Command Descriptions Set Knob Mode (0x01) Sets the mode of a specified knob. The knob index is zero-based. Format: 0x01, <Knob Index>, <MSB>, <LSB>, <Macro A Channel>, <Macro B Channel>, <Macro A Output>, <Macro B Output>, <Macro A Min>, <Macro A Max>, <Macro B Min>, <Macro B Max>, <Properties>, <Knob Mode>...
  • Page 5: Save Preset (0X02)

    Save Preset (0x02) Saves the current settings as a preset. The preset index is zero-based. 0x02, <Preset Index> Format: Parameters: Parameter Description Range Preset Index Index of the preset to save Load Preset (0x03) Loads a specified preset. The preset index is zero-based. 0x03, <Preset Index>...
  • Page 6: Set Thru Mode (0X08)

    Set Thru Mode (0x08) Sets the MIDI THRU behavior. 0x08, <Mode> Format: Parameters: Parameter Description Range Mode Mode for the MIDI THRU behavior 0-5 (See Thru Mode Table) Send Snapshot (0x09) Sends a snapshot of the current settings. 0x09 Format: Knob Properties 4-bit value as boolean flags: Bit 0: Invert macro A (0/1)
  • Page 7: Outputs Table

    Outputs Table Output Description Base 10 Hexadecimal Binary Output Off 0x00 Output TRS 0x01 Output USB 0x02 Output TRS & USB 0x03 Knob Modes Mode Description Base 10 Hexadecimal Binary Disable 0x00 0000 Standard 0x01 0001 Macro 0x02 0010 NRPN 0x03 0011 0x04...
  • Page 8: Example Sysex Message Usage

    Example SysEx Message Usage Sending a Snapshot Send Snapshot To send a snapshot of the current settings, you would use the command. The format for this message is as follows: 0xF0, 0x20, 0x09, 0xF7 Updating Knob Settings Set Knob Mode To update the settings of a specific knob, you would use the command.

Table of Contents