Message Type List

Overview

This glossary describes each Message Type and the parameters/examples to use it.

Standard MIDI Messages

Empty Message

Description

No data will be sent out.


Program Change

Description

Sends a Program Change message of a specified number and channel. Program Change messages are usually used to call presets or patches in your Midi devices.

If Send to all MIDI Channels is selected, the PC messages will be sent to all 16 MIDI channels.

 

Example of Use

Activate a preset/patch on your Midi Device.

 


Program Change (Multi Channel)

Description

Sends a PC message to selected channels.


Control Change

Description

Sends a Control Change message of a specified number, value and channel. Control Change messages are usually used to change function parameters or call functions in your Midi devices.

In Firmware v3.9, you can select whether to use the position of a selected Expression Pedal connected to the Omniport as the CC Value, instead of specifying a fixed CC Value.

Example of Use

To activate the record function on the Strymon Timeline, send a CC#87 with any value.
(Refer to Timeline Manual)


Note On

Description
Sends a Midi Note On Message. You can select which note you want to send and also determine what velocity it will be played at.


Note Off

Description

Sends a Midi Note Off Message.

In Firmware v3.9, an option to send a Note Off to all 128 notes is added.


Real Time

Description

Sends a MIDI Real Time message. Choose from Start, Stop or Continue


Song Position

Description

Sends a MIDI Song Position message


Song Select

Description

Sends a MIDI Song Select message


System Exclusive Messages

Description

Sends a MIDI System Exclusive message.

v3.9

In v3.9, we updated this message type and added an additional parameter, so 1 message contains 4 parameters. This gives you a maximum SysEx length of (16 * 4) - 1 = 63. Similar to below, the first parameter is the preset is the length of the SysEx message.

A new SysEx Creation Utility is added in Editor v1.1.6 to assist in the creation of Presets sending SysEx messages. The utility is under Preset Settings >> Tools >> Create SysEx Preset.

 

v3.8 and earlier

The first value is always the length of the SysEx array, followed by the values you want to send. The values are in decimal (base10) format and not in hex.

To use this message type, multiple messages are grouped together to form the entire SysEx message. This gives you a maximum SysEx length of (16 * 3) - 1 = 47. There are 16 messages available in each Preset, and up to 3 parameters available for editing per message. The first parameter in the first message is reserved for the SysEx length.

The values are spread across multiple messages. For example, if the length of your SysEx message is 5 and the message you want to send out is {0, 4, 25, 54, 23}, you will need to use 2 messages for this SysEx message where:

Msg 1

  • P1/Length = 5

  • P2 = 0

  • P3 = 4

Msg 2

  • P1/Length = 25

  • P2 = 54

  • P3 = 23

The actions assigned to each message must match. For example, if your SysEx message requires using 3 messages on your Morningstar MIDI controller, the 3 messages need to have the same action i.e. Press.

The length should not include the SysEx start and end bytes (i.e. 0xF0 and 0xF7).


MIDI MMC

Description

Sends a MIDI Machine Control message.

 


Misc MIDI Messages

MIDI Clock

Description

Sends a Midi Clock signal to out from USB and 5 Pin Midi. Syncs your Midi Clock enabled devices to a common BPM.

You can set the tempo in the parameters, and then choose if you want the device to show the tap menu.

The BPM Decimal parameter allows you to send .00 .25 .50 or .75 BPM.

If Show Tap Menu is selected, your Morningstar MIDI controller will load the tap tempo screen when the preset is activated, showing either the selected BPM, or the current BPM if the Use Current BPM Setting is selected.

If Show Tap Menu is not selected, your Morningstar MIDI controller will send out the MIDI Clock messages according to the preset tempo. When another event occurs i.e. a switch is pressed or expression is moved, the Midi Clock messages will stop.

Please note that this message does not work while you are in Editor Mode. Toggle out of Editor Mode to enable the full functionalities of this message.


MIDI Clock Tap

Available from Firmware v3.4 onwards

Description

Acts as a Tap message for the internal MIDI clock. Tapping on a preset with this message will set the internal MIDI clock tempo.


PC Scroll Up (Deprecated)

Description

Sends an incremental message each time the preset is activated. There are 16 counters in your Morningstar MIDI controller internal memory. The Select Slot parameter selects one of this counters for your PC Scroll message. Hence, each time the preset is activated, your Morningstar MIDI controller will send a PC message which number is based on that counter. The Increment parameter determines if the counter will be increased each time the preset is engaged. The Lower Limit and Upper Limit parameters lets you set a range where the counter will scroll between.

Let's go through this scenario: If you are trying to scroll through 2 devices (on channel 1 & 2) at the same time with the same preset, first select a counter you want to use. In this example, let's set Select Slot to 1 for Msg1. Increment should be set to Yes, since we want the counter to increase (only for the first message). Thereafter, set your lower and upper limit and channel. For Msg2, select the same slot number as Msg1. Increment should be set to No, since the first message already increased the counter once.


PC Scroll Down (Deprecated)

Similar to PC Scroll Up.


CC Value Scroll

Description

Allows you to send a CC message with a CC Value that is derived from Counters 0-F (or 1 - 16) in the Controller Settings, under the Scroll Counter tab.

 

Under the Scroll Type parameter, there are a few options to choose:

  • Send Only

    • Sends the CC message with a specified number. The CC Value is based on the selected counter

  • Increase and send

    • Increases the value in the counter by the selected Step Value and then sends the CC message

  • Decrease and send

    • Decreases the value in the counter by the selected Step Value and then sends the CC message

  • Update only

    • Changes the value in the counter to the specified value

  • Reset only

    • Resets the counter value to the default value specified in the Controller Scroll Counter settings

There is an option to wrap-around, where you can select whether the counter should wrap-around to the min value when it reaches the max value, and vice versa.


PC Number Scroll

Description

Allows you to send a PC message with a PC Number that is derived from Counters 0-F found under Controller Settings on the editor, under the Scroll Counter tab.

Under the Scroll Type parameter, there are a few options to choose:

  • Send Only

    • Sends the PC message with the number based on the selected counter

  • Increase and send

    • Increases the value in the counter by the selected Step Value and then sends the PC message

  • Decrease and send

    • Decreases the value in the counter by the selected Step Value and then sends the PC message

  • Update only

    • Changes the value in the counter to the specified value

  • Reset only

    • Resets the counter value to the default value specified in the Controller Scroll Counter settings

There is an option to wrap-around, where you can select whether the counter should wrap-around to the min value when it reaches the max value, and vice versa.


CC Waveform Generator

Available from Firmware v3.7 onwards

v3.9

Invert Waveform parameter is added to allow the inversion of the selected waveform.

v3.8

Description

Generates CC messages using up to 4 waveform engines. Each engine can be specified with a Waveform Type, and Min/Max values.

The available parameters on this message type are:

  • Start/Stop: Whether to start or stop a specific engine, or stop all engines

  • Cycle Interval: Duration of 1 cycle in Milliseconds

  • Cycle multiplier: How many cycles in one interval

  • Once/Perpetual: Run one cycle, or run perpetually

  • Engine: Select the Waveform engine to run (in the controller settings)

  • CC Number: Control Change number

  • MIDI Channel

The full feature is documented here: https://morningstarengineering.atlassian.net/wiki/spaces/MMS/pages/294289460

v3.7

Description

Generates CC messages in a selected waveform.

Available Waveforms

  • Linear Up Once

  • Linear Down once

  • Linear Up Perpetual

  • Sine Up Once

  • Sine Down once

  • Sine Up Perpetual

  • Sawtooth Up Perpetual

  • Sawtooth Down Perpetual

The interval parameter is the time (in Milliseconds) it takes from through to peak or peak to through. If the interval setting is 1000ms, and if you have selected Linear Up Once, that means that it takes 1 second for the CC Value to send from 0 to 127.

In the editor, the Interval parameter allows you to select a value between 0 - 127. The value is in multiples of 100ms, so a value of 4 means that the interval cycle is 4 * 100 = 400ms.


CC Sequencer Generator

Available from Firmware v3.8 onwards

v3.9

Invert Waveform parameter is added to allow the inversion of the selected waveform.

v3.8

Description

Generates CC messages using a specified list of values. The selected CC Sequencer engine will automatically send CC messages based on the list of values defined in the Controller Settings.

The available parameters on this message type are:

  • Start/Stop: Whether to start or stop the selected sequencer

  • Engine: Select which engine to apply this setting to

  • Once/Perpetual: Whether to run the interval once, or perpetually

  • Cycles Per Minute: At what speed to run the Cycle intervals.

  • Cycle Multiplier: How many cycles to run in one interval

  • CC Number: Control Change Number

  • MIDI Channel: MIDI Channel

The full feature is documented here: https://morningstarengineering.atlassian.net/wiki/spaces/MMS/pages/301039630


Other Controls

Keystrokes

Description

Allows you to send keyboard commands to a USB Host such as a computer or iPad. By default, the controller is be loaded with a firmware that exposes a MIDI + Keyboard USB interface.

The message allows you to select up to 2 modifiers and 2 keystrokes.


Omniport Relay Interface

Description

To control the Morningstar Omniport Relay Interface that is connected to the Omniport.


Morningstar Device (self) Control

Bank Up

Description

Changes to the next bank on your Morningstar MIDI controller.


Bank Down

Description

Changes to the previous bank on your Morningstar MIDI controller.


Bank Jump

Description

Jumps to any bank of your choice on your Morningstar MIDI controller.

In Version v3.9, you can select whether to Ignore the Bank Preset On Enter and On Exit messages when doing a Bank Jump.

You can select what page you want to jump to (Page 1 or Page 2).

When the ‘Last Used Bank’ option is set to Yes, the device will jump to the last used bank. For example, if you banked up from Bank 3 to Bank 4, and you use Bank Jump with ‘Last Used Bank’ engaged, the device will jump back to Bank 3.


Bank Change Mode

Description

Puts your Morningstar MIDI controller into a state where you can scroll up and down banks with dedicated switches and then select the bank you want to use.

 


Toggle Page

Description

Each bank on your MIDI controller has 2 pages. Toggle Page allows you to toggle between these 2 pages. By default, your MIDI controller will display page 1. By toggling page, the second page of presets (3 for the MC3, 6 for the MC6, 8 for the MC8) will be displayed on the screen, and you can control them with the foot switches.


MIDI Thru

Description

Sets the global Midi Thru feature on your Morningstar MIDI controller on or off.


Select Expression Message

Description

You can select individual messages in each expression preset to be active with this function. There are 16 messages in each expression preset. If, for example, you set Msg1 and Msg2 to be active on Expression 1, each time you move your expression pedal in Exp1 input, only Msg1 and Msg2 will be sent out.

This setting is global and applied to all banks. It will be reset to all active when the device power cycles.


Looper Mode

Description

This message toggles your controller in and out of Looper mode. Looper mode increases the sensitivity of your switches to the maximum, so that messages sent out are instantaneous with no latency. This is useful if you are using your Morningstar MIDI controller to control time-sensitive functions such as Record/Play/Stop looper functions.

 


Set Toggle

Description

Changes the toggle state of your presets.You can choose whether to Engage or Disengage the toggle positions. Engage will engage the preset (change the toggle position to 2), while Disengage will disengage it (change the toggle position to 1). You can select which presets to apply this change to.

 


Toggle Preset

Description

This setting toggles a Preset between positions 1 and 2, and can be useful if you want to toggle a Preset with a specific action.

Things to note

To use this, be sure to leave the Preset-level toggle setting off. If not, any action engaged on the preset will toggle the preset.


Delay

Available from Firmware v3.4 onwards

Description

Adds a delay between between messages


Engage Preset

Available from Firmware v3.7 onwards

Description

This message type allows you to engage another Preset in the same or different bank. You can choose what Preset, Bank and Action to engage.

 


Utility

Available from Firmware v3.9 onwards

Description

This message contains general utility functions such as

  • Set Message Scroll Counter

    • Set the pointer to the selected message if using the Preset Message Scroll feature

  • Clear Global Preset Toggles

    • Clears the toggle states (including Global Preset Toggles) of all presets in all banks

  • Increase MIDI Clock BPM by 1

  • Decease MIDI Clock BPM by 1

  • Set Scroll Counter Values

    • Manage the Scroll Counter values

  • Mask MIDI Outputs

    • Allows you to, instead of sending MIDI messages out through all MIDI Outputs, limit (or mask) the MIDI outputs.

    • In the example below, the controller is sending CC#1 to the DIN5 MIDI Output only, and CC#3 to the USB MIDI Port 1 only.

 

  • Manage Message Scroll

    • Set/change message scroll direction

    • Set number of messages to be sent with each scroll step

Here is an example on how to scroll through 2 messages:

 


Trigger Messages

Description

Select messages from other Presets in the same Bank to trigger. This allows you to execute more than the 16 message limit in each Preset but utilising unused messages in other preset. Only the message parameters are inherited (the Toggle Pos and Action parameters are not). The selected messages will be triggered regardless of action or toggle position.

 


Other Device Controls

Strymon Bank Up

Description

Bank up on your Strymon Timeline, Möbius and Bigsky

Strymon Bank Down

Description
Bank down on your Strymon Timeline, Möbius and Bigsky


AxeFX Tuner

Description

Upon engagement, your Morningstar MIDI controller will send a CC#15 message with value 127 to the selected channel. CC#15 controls the tuner function on the AxeFX. After which, the tuner page will load. Upon exit, your Morningstar MIDI controller will send a CC#15 message with value 0 to disengage the AxeFX tuner.

This feature works for only the AxeFX III and the FM3. There is an option to select the device in the Editor.

Things to note

  • Turn off MIDI Thru on your AxeFX.

  • Enable SysEx send on your AxeFX.

  • Connect your AxeFX MIDI out to your Morningstar MIDI controller MIDI In


Kemper Tuner

Description

Upon engagement, your Morningstar MIDI controller will engage the tuner function on the Kemper Profiler and start communicating with it to display the tuner data on the screen.

Things to note

Connect your Kemper MIDI out to your Morningstar MIDI controller MIDI In


Fractal Integration

Description

Allows you to pull Preset and Scene names from the AxeFX III and display them into the controller, along with the ability to select the Preset and Scenes with the corresponding switches.

For Preset Select, you can specify a starting preset number, and when the integration is engaged, the controller will retrieve the name of that specified preset number from the AxeFX III as Switch A, and that preset number + 1 as Switch B, and so on.

For Scene Select, the controller will retrieve the scene names of the current preset on the AxeFX III and display them on the controller. You can then select the scenes with the switches on the controller (Switch A = Scene 1 and so on).

For Preset + Scene, the controller will first display the Preset Select mode, and when a preset is selected, the controller will engage that preset on the AxeFX III, and then move on to Scene Select mode.

Things to note

Connect your AxeFX MIDI Out to the controller MIDI In, and controller MIDI Out to your AxeFX MIDI In. Turn off MIDI THRU on the controller so that any MIDI messages that are sent don’t travel in a loop.


Morningstar ML10X

Description

Allows you to control a Morningstar ML10X Loop Switcher.

The Device ID setting needs to match the Device ID of your ML10X. If it is set to Omni, it will broadcast to all Device IDs.

The Type setting will determine what type of control message to send.

  1. Set Loops

    1. Selected loops will be engaged while unselected loops will be disengaged.

  2. Engage Loops

    1. Selected loops will be engaged

  3. Bypass Loops

    1. Selected loops will be bypassed

  4. Toggle Loops

    1. Selected loops will be toggled i.e. If a loop is already engaged, it will be bypassed, and vice versa

  5. Scroll Up

    1. Scroll up a preset

  6. Scroll Down

    1. Scroll down a preset

  7. Select Preset

    1. Jump to a selected bank and preset


Morningstar Relay Interface

Description

Controls the Omniport if a Morningstar Relay Interface device is connected to it.

On the MC6 PRO, it also controls the Relay ports.


Expression Pedal

Expression CC (Linear)

Description

Sends a CC message with a minimum and maximum range


Expression CC (Scaled)

Description

Sends a CC message with a minimum and maximum range with a scaling parameter, which allows you to scale the expression response closer to the head or tail, which can give you a logarithmic or exponential response.

A Scaling factor of 0 gives a Linear response.

A negative Scaling factor scales the response closer to the maximum value, so you will a more exponential-like response.

A positive Scaling factor scales the response closer to the minimum value, so you will get a more logarithmic-like response

 

 


CC Toe Down

Available from Firmware v3.4 onwards

Description

Sends a CC message each time the expression pedal hits the toe down position


CC Heel Down

Available from Firmware v3.4 onwards

Description

Sends a CC message each time the expression pedal hits the heel down position


Toe Down Toggle Channel

Available from Firmware v3.4.3 onwards

Description

Toggles the MIDI channel for a selected Expression CC message between 2 values each time the Expression hits the toe down position.

Parameters

  1. Message Number: Select the expression message number you want this message to change

  2. Channel 1: First channel value

  3. Channel 2: Second channel value


Toe Down Toggle CC

Available from Firmware v3.4.3 onwards

Description

Toggles the CC Number for a selected Expression CC message between 2 numbers each time the Expression hits the toe down position.

Parameters

  1. Message Number: Select the Expression message you want to affect

  2. CC 1: First CC Number

  3. CC 2: Second CC Number


Send CC on Engage

Available from Firmware v3.8.1 onwards

Description

Sends a CC MIDI message with a specified value and MIDI Channel when the Expression preset is first engaged

Parameters

  • CC Number

  • CC Value

  • MIDI Channel


Send PC on Engage

Available from Firmware v3.8.1 onwards

Description

Sends a PC MIDI message with a specified MIDI Channel when the Expression preset is first engaged

Parameters

  • PC Number

  • MIDI Channel


Send CC on Disengage

Available from Firmware v3.8.1 onwards

Description

Sends a CC MIDI message with a specified value and MIDI Channel when the Expression pedal that is engaging the preset stops moving for 100ms.

Parameters

  • CC Number

  • CC Value

  • MIDI Channel


Send PC on Disengage

Available from Firmware v3.8.1 onwards

Description

Sends a PC MIDI message with a specified MIDI Channel when the Expression pedal that is engaging the preset stops moving for 100ms.

Parameters

  • PC Number

  • MIDI Channel


Waveform Engine Speed

Available from Firmware v3.9 onwards

Description

Allows you to control the speed of a running Waveform Engine. The Min and Max multiplier values are approximate divisions or multiplies of the BPM the engine is running at, so a value below one will slow the BPM down, and a BPM above 1 will make the BPM run faster.

Parameters

  • Engine Number

  • Min Multiplier

  • Max Multiplier


Sequencer Engine Speed

Available from Firmware v3.9 onwards

Description

Allows you to control the speed of a running Sequencer Engine. The Min and Max multiplier values are approximate divisions or multiplies of the BPM the engine is running at, so a value below one will slow the BPM down, and a BPM above 1 will make the BPM run faster.

Parameters

  • Engine Number

  • Min Multiplier

  • Max Multiplier