Holger Wirtz
|
6993cdcb0b
|
Several fixes fir loading and saving performances.
Additional 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
|
4f075ae5f7
|
Added newer version of LCDMenuLib2.
Fixed drums pitch.
|
2 years ago |
Holger Wirtz
|
7d0a2a2922
|
Newest version of TeensyVariablePlayback added.
Fixes for performance data (only midi channel adaptions).
Added midi learning lowest/highest note for Dexed and EP.
|
2 years ago |
Holger Wirtz
|
2ff0998085
|
New bash script for creating a big bank file in progmem.
|
2 years ago |
Holger Wirtz
|
9ed4126e10
|
Fixes for ArduinJson (to work with Arduino-2.0).
Fixes for SynthDexed.
|
2 years ago |
Holger Wirtz
|
dd97c55117
|
Fixes for snprintf_P().
Removed unused TeensyTimerTool from third-party folder.
|
2 years ago |
Holger Wirtz
|
ebde14e11d
|
Fixes.
|
2 years ago |
Holger Wirtz
|
b35ec52405
|
Added new version of TeensyTimerTool.
|
2 years ago |
Holger Wirtz
|
5f530b0ea8
|
Removed unused code and data.
|
2 years ago |
Holger Wirtz
|
892b4ea545
|
New third-party libraries.
|
2 years ago |
Holger Wirtz
|
34f8e6b031
|
Copied code for static_malloc. Have to test this to avoid memory
fragmentation when dynamicly change number of voices per Dynth_Dexed
instance.
|
2 years ago |
Holger Wirtz
|
c791c5b9cf
|
Added fixes from Synth_Dexed.
|
3 years ago |
Holger Wirtz
|
81669512ad
|
Cleanup Synth_Dexed (moving to third-party folder).
|
3 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
|
a9d92b6aed
|
New versions of Synth_Dexed and ArduinoJson.
|
3 years ago |
Holger Wirtz
|
0aca775809
|
Added new version of Synth_Dexed.
|
3 years ago |
Holger Wirtz
|
6b6de64b20
|
Several fixes.
|
3 years ago |
Holger Wirtz
|
c1a276a74f
|
Moved effects to external library.
|
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
|
eb8e483801
|
Adding newer libraries for Synth_Dexed and TeensyTimerTool.
|
3 years ago |
Holger Wirtz
|
df26d255d4
|
Fixes for memory allocation.
|
3 years ago |
Holger Wirtz
|
acd4ec6bfc
|
Changed LCDMenuLib2 so constants are now stored in PROGMEM.
|
3 years ago |
Holger Wirtz
|
8ac058fa60
|
Fixes for stereo panner.
Small fixes for E-Piano.
|
3 years ago |
Holger Wirtz
|
1cbb1b0962
|
Started to add MDA-EPiano.
|
3 years ago |
Holger Wirtz
|
86e695d754
|
Started creating new performance load and removing most EEPROM function.
|
3 years ago |
Holger Wirtz
|
433304ba7b
|
New library versions in third-party.
|
3 years ago |
Holger Wirtz
|
49e8def8ee
|
Added latest ArduinoJson library to third-party folder.
Small (and hopefully working) delay at startup added to avoid boot-loop at startup.
|
3 years ago |
Holger Wirtz
|
18efb18c08
|
Fixes for wav2c.sh script.
Newer LCDMenuLib2.
|
3 years ago |
Holger Wirtz
|
f73c9090ec
|
Removed not needed WAV files.
Updated libraries.
|
3 years ago |
Holger Wirtz
|
21d79308f4
|
Added TeensyVariablePlayback for samples.
Added pitch for samples.
|
3 years ago |
Holger Wirtz
|
b59931b868
|
Fixing volume levels, volume step at startup/editing, panorama.
|
3 years ago |
Holger Wirtz
|
f2fcd10b2b
|
Using version 0.3.3 as third-party for TeensyTimerTool library.
|
3 years ago |
positionhigh
|
da9f5c0fd5
|
Dateien hochladen nach „third-party“
|
3 years ago |
Holger Wirtz
|
d1be990130
|
Removed free drum configuration and sounds via SD due to timing problems.
Added drum samples to PROGMEM and playing drum samples from PROGMEM.
|
3 years ago |
Holger Wirtz
|
f458bbb8c1
|
Exchanged read/write of performance data to JSON format.
Added latest ArduinoJSON library to third-Party software.
|
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 |
Holger Wirtz
|
60ac8c6b02
|
Removed compressor from AudioEffectDynamics library because of wasting CPU time and it seems to be buggy on T_3.6.
Tested all CPU clock modes on T_3.6.
Limited T_3.6 to single engine.
|
3 years ago |
Holger Wirtz
|
66b872db96
|
Fixes for synced delay calculation.
|
3 years ago |
Holger Wirtz
|
a91798ed9f
|
Small API change of Synth_Dexed.
|
3 years ago |
Holger Wirtz
|
3cd07a4123
|
Added AudioEffectDynamics: each instance got a compressor and the sum got a limiter (right/left).
Also some config defines were added to config.h for both effects.
|
3 years ago |
Holger Wirtz
|
52d8beac5b
|
Adding changes of Dexed library.
|
3 years ago |
Holger Wirtz
|
2c9c54c517
|
Added fixed version of Synth_Dexed to third-party software folder.
|
3 years ago |
Holger Wirtz
|
e42232a9d5
|
Now using https://codeberg.org/dcoredump/Synth_Dexed as external library.
|
3 years ago |
Holger Wirtz
|
e7cb6d1eb0
|
Now using the external Synth_Dexed library (see folder third_party).
|
3 years ago |
Holger Wirtz
|
3768d28d9b
|
Added new methods for setting rate/level for ADSR in Dexed.
|
3 years ago |
Holger Wirtz
|
2755e74ce1
|
Update of LCDMenuLib2
|
4 years ago |