QuNeoGridPad:
Filter:
QuNeo/Classes (extension) | Hardware > QuNeo

QuNeoGridPad
ExtensionExtension

A gridpad controller used by the QuNeo class.

Description

A gridpad controller used by the QuNeo class. Used to represent a pad that is set to grid mode.

Class Methods

.new

Create a new grid pad controller. During regular use this is called from the QuNeo.createGridPad method.

Arguments:

noteNum

MIDI note number for the control.

pressCC

MIDI CC number for pressure data.

name

Name of the control, used when printing debug info.

channel

MIDI channel the control responds to.

scInPort

Port that Supercollider will recieve MIDI data from.

scOutPort

Port that Supercollider will send MIDI data to.

Returns:

A new QuNeo grid pad control

Instance Methods

.name

Name of the control, used when printing debug info.

.press

(describe method here)

Returns:

(describe returnvalue here)

.noteNum

(describe method here)

Returns:

(describe returnvalue here)

.channel

(describe method here)

Returns:

(describe returnvalue here)

.debug

(describe method here)

Arguments:

setDebug

(describe argument here)

Returns:

(describe returnvalue here)

.scInPort

Port that will recieve MIDI data from the QuNeo.

.scOutPort

Port that will send MIDI data to the QuNeo.

Examples