Contents
. 2. Midithing Objects
.. 2.5. Event
... 2.5.1. MIDI Events  
Previous 2.5.1.1. Note
 
Next 2.5.1.3. Program

2.5.1.2. Controller

Controller ([controller=0, value=0, tick=0, channel=0, port=0, type=176])

creates a Controller event.

Also known as ControlChange Events. There is some standard about these that nobody seems to adhere to in every detail. Please consult your device specifications about which controller controls what.

See also Controller Types

Properties

status

Type: int
Default: 176

controller

Type: int
Default: 0

This is the controller number.

value

Type: int
Default: 0

This is the controller value, 0 is least, 127 most.

tick

Type: int
Default: 0

channel

Type: int
Default: 0

port

Type: int
Default: 0

type

Type: type
Default: 176

Next is Program

midithing 0.3.22 documentation © Tim Goetze Nov. 06 2001