Contents
. 2. Midithing Objects
.. 2.5. Event
... 2.5.1. MIDI Events  
Previous 2.5.1.3. Program
 
Next 2.5.1.5. NoteTouch

2.5.1.4. Pitch

Pitch ([pitch=0.0, tick=0, channel=0, port=0, type=224])

creates a Pitch event.

This is the event that keyboards generate when you use the pitch wheel. The value is stored with fourteen bits precision and is represented in midithing as a float value.

Properties

status

Type: int
Default: 224

pitch

Type: float
Default: 0.0

The pitch bend value. It is translated into actual pitch by the device playing this Event, which means you'll have to find out by listening or reading what the actual range is. The range that midithing uses is -1.0 to +1.0 with 0.0 meaning no pitch bend.

tick

Type: int
Default: 0

channel

Type: int
Default: 0

port

Type: int
Default: 0

type

Type: type
Default: 224

Next is NoteTouch

midithing 0.3.22 documentation © Tim Goetze Nov. 06 2001