Holger Wirtz
be9fa9eda2
Several fixes:
...
- moved "StaticJsonDocument<JSON_BUFFER_SIZE>" to JsonDocument as StaticJsonDocument is marked depriciated.
- Fixed display_plus show()-method
- Fixed string length for drumset sounds
- Newer version of third-party libraries
9 months ago
Holger Wirtz
29024b356e
New ArduinoJson library
...
New Synth_Dexed library
Small fixes.
2 years ago
Holger Wirtz
bd89c6f07b
Adding newer libraries to third party.
...
Fixing some accidentally replaced strlcpy() in some library files.
2 years ago
Holger Wirtz
a0d3fee52f
Added new ArduinoJson library.
...
Disabled drum menus when drums not enabled.
Replaced all strcpy(),strncpy(),strcat(),strncat() against strlcpy()/strlcat.
2 years ago
Holger Wirtz
179fb4bea6
New libraries for third-party folder.
3 years ago
Holger Wirtz
0c5098435e
Fix for latest commit.
3 years ago
Holger Wirtz
8f4b1f65ce
Added new version of ArduinoJson.
...
Removed effect_freeverb_simd.
Removed teensy_board_detection.h and exchanged checing for macros from TeensyDuino.
3 years ago
Holger Wirtz
a9db7c8c6c
Started implementing json syntax config files.
3 years ago
Holger Wirtz
7f39351d3c
Started implementing json syntax config files.
3 years ago