MIDI Listener

Any component that has a MIDI Listener can accept and pass MIDI events down the hierarchy with the following properties:

  • Notes
  • Velocity
  • Channel

At any point, a component can be configured to ignore or respond to a specific range of notes and channels. It can also apply offsets to velocity values and transpose pitch.

Properties and Descriptions:

  • Override Note Tracking: Allows the component to ignore the default note tracking.
  • Transpose Offset: Applies an offset to the transpose value, altering the pitch.
  • Velocity Offset: Adjusts the incoming velocity value by applying an offset.
  • Key Min/Max: Defines the range of key values to which the component will respond.
  • Velocity Min/Max: Sets the range of velocity values the component will acknowledge.
  • Channel Min/Max: Specifies the range of MIDI channel values the component will accept.

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.