Show:

An anonymous type that describes a binding point

Table of Contents

Properties

indicies

String

The names of the indicies used to reference this binding point

Example:

This binding point requires two indicies... the rack index and the plug index

 "indicies": [ "Rack Index", "Plugin Index"],

isSource

Boolean

Indicates if this is a source or target binding point

kind

String

The binding point kind - the type of data send/expected by this binding piont

  • "midi"
  • "command"
  • "switch"
  • "float"
  • "gainLevel"
  • "integer"
  • "index"
  • "pitchBend"
  • "programNumber"
  • "bankedProgramNumber"
  • "variant"
  • "object"

name

String

The name of the binding point

name

String

The display name of the binding point

parameterKind

String

The binding point parameter kind - the kind of parameter expected by this binding point

  • "none"
  • "triggerNumber"
  • "popup"
  • "keystoke"
  • "script"