fluidCCi

fluidCCi — Sends a MIDI controller data message to fluid.

Syntax

fluidCCi iEngineNumber, iChannelNumber, iControllerNumber, iValue

Description

Sends a MIDI controller data (MIDI controller number and value to use) message to a fluid engine by number on the user specified MIDI channel number.

Initialization

iEngineNumber -- engine number assigned from fluidEngine

iChannelNumber -- MIDI channel number to which the Fluidsynth program is assigned: from 0 to 255. MIDI channels numbered 16 or higher are virtual channels.

iControllerNumber -- MIDI controller number to use for this message

iValue -- value to set for controller (usually 0-127)

Performance

This opcode is useful for setting controller values at init time. For continous changes, use fluidCCk.

See Also

fluidEngine, fluidNote, fluidLoad, fluidCCk

Credits

Michael Gogins (gogins at pipeline dot com), Steven Yi. Thanks to Peter Hanappe for Fluidsynth.