Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 5.88 KB

File metadata and controls

69 lines (57 loc) · 5.88 KB

docs » plugins.core.midi.manager.controls


MIDI Manager Controls.

API Overview

  • Functions - API calls offered directly by the extension
  • allGroups
  • Methods - API calls which can only be made on an object returned by a constructor
  • get
  • getAll
  • id
  • new
  • params

API Documentation

Functions

Signature plugins.core.midi.manager.controls.allGroups() -> table
Type Function
Description Returns a table containing all of the control groups.
Parameters
  • * None
Returns
  • Table

Methods

Signature plugins.core.midi.manager.controls:get(id) -> table
Type Method
Description Gets a MIDI control.
Parameters
  • * id - The unique ID for the widget you want to return.
Returns
  • table containing the widget
Signature plugins.core.midi.manager.controls:getAll() -> table
Type Method
Description Returns all of the created controls.
Parameters
  • * None
Returns
  • table containing all of the created callbacks
Signature plugins.core.midi.manager.controls:id() -> string
Type Method
Description Returns the ID of the control.
Parameters
  • * None
Returns
  • The ID of the widget as a string
Signature plugins.core.midi.manager.controls:new(id, params) -> table
Type Method
Description Creates a new MIDI control.
Parameters
  • * id - The unique ID for this widget.
Returns
  • table that has been created
Signature plugins.core.midi.manager.controls:params() -> function
Type Method
Description Returns the paramaters of the control.
Parameters
  • * None
Returns
  • The paramaters of the widget