sf2cute
sf2cute copied to clipboard
C++14 Library for SoundFont 2
Is there an example of parsing an SF2 file into an object that SF2cute:: SoundFont can use?
This library looks promising. I'm trying to build a SF2 file from a collection of samples. I have a SFz file which I 've parsed it and has, say, 5...
Fixes installation/CPack on a project using sf2cute as a submodule by looking for files to install from the current project folder, instead of the top level folder (even though ideally...
For example, if I have a kVelRange generator item of 1-127, on little endian it writes fine, but on big endian it writes it like 127-1, which is invalid. (I...