I made a simple music keyboard program with processing, and I want some decent samples for it. Is there a library that can handle soundfonts like sf2? I COULD record sounds from various synth apps on my iPad and map each note in the program, but that would take up a huge amount of time and effort (even with a MIDI-based automation program I wrote for Arduino, it takes 14.5 minutes for it to record a 10 second sample of all 88 keys and who knows how long for me to split and export), not to mention memory in the sketch's data folder. Surely there's a better way...?
Disclaimer: I've only just heard of the existence of soundfonts not ten minutes ago, but my Googling brought up nothing useful for Processing integration... Just false alarms and a 2-year-old forum post with no replies.