I made a PLUGIN / STAND-ALONE that loads soundfont using the FLUIDLITE library.
Everything works perfectly but I would like to INCLUDE the soundbank (soundfont in sf2 format) directly in the executable. I put the.sf2 file in Projucer to produce the embedded binary file.
Can anyone help me by indicating how to call it from within the program?
Fluidlite uses this instruction:
“soundfontPlayer.loadSoundfont (file);”
Or… how can I store it on HardDisk once the EXE has been launched?
Thank you so much
R.