fluidInfo
Retrieves program information from currently loaded soundfont.
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
Iterates through the current soundfont for program information. Information is passed to a string array.
Initialization
SPrograms[] -- String array of program information
_ienginenum _ -- engine number assigned from fluidEngine
Performance
fluidInfo runs at itime only.
Examples
Here is an example of the fluidInfo opcode. It uses the file fluidInfo.csd and sf_GMbank.sf2.
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
Rory Walsh, based on Steven Yi's fluidLoad opcode.
New in Csound6.12