BB.MidiInputPad

A module for representing individual pad inputs on a midi device. Behaves like BB.MidiInputKey.

Index

Methods

Constructor

BB.MidiInputPad
(
  • [note]
)

Parameters:

  • [note] Number optional

    The midi note to assign this input to.

Methods

on
(
  • name
  • callback
)

Register an event for this midi input. Available events include: change.

Parameters:

  • name String

    The name of the event. Currently only supports the "change" event.

  • callback Function

    Callback to run when the event has fired

There are no methods that match your current filter settings. You can change your filter settings in the index section on this page. index