asw2json/json2asw-arduino/json2asw-platformio - First full release

wearyhacker

Well-known member
These three repositories are components of a project to serialise SoundFont 2 data from the Teensy Audio AudioSynthWavetable::instrument_data structure to a JSON format that can be stored in a file and then deserialised back to an instrument_data structure in memory.

The repository https://https//github.com/rogerjames99/asw2json.git contains a utility to serialise the data. The two companion repositories https://github.com/rogerjames99/json2asw-platformio.git and https://github.com/rogerjames99/json2asw-arduino.git contain implementations of a complementary json2asw library and an example of usage for the platformio and arduino IDE platforms respectively.
 
The two deserialisation libraries are also available from the respective official Platformio and Arduino library repositories.
 
Back
Top