fluidCCi
Sends a MIDI controller data message to fluid.
Syntax
Plugin opcode in fluidOpcodes. This opcode is part of the plugin repository and has to be installed separately. The plugin repository can be found here: https://github.com/csound/plugins
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.
Examples
Here is an example of the fluidCCi opcode. It uses the file fluidCCi.csd.
See also
More information on soundfonts is in the Floss Manuals: https://flossmanual.csound.com/midi/reading-midi-files
For other information on soundfonts look in the Wikipedia: http://en.wikipedia.org/wiki/Soundfont
Credits
Michael Gogins (gogins at pipeline dot com), Steven Yi. Thanks to Peter Hanappe for Fluidsynth.