OpenMusic

Visual Programming | Computer-Assisted Composition

OpenMusic Reference

Prev| | Next


pitchwheel

pitchwheeel

(midi module) -- sends a MIDI pitch wheel controller message

Syntax

pitchwheel values chans &optional port

Inputs

name data type(s) comments
values an integer or list thereof defaults to 0
chans an integer or list thereof defaults to 1
port an integer or list thereof The MIDI port to send on

Output

output data type(s) comments
first nil This output will always return nil; the pitch wheel message is sent out anyway.

Description

pitchwheel sends a MIDI pitch wheel message (number 224) with value (or values, if values is a list) between -8192 and 8190 out on the channel (or channels, if chans is a list) specified. The optional input port allows you to specify which MIDI port the message(s) will go out on.

Note OM and MIDI
   

OM can be configured to communicate with any MIDI device. See the chapter on configuring Midishare for more information.


Prev Home Next
pitchbend Up play