Holger Wirtz
|
952bc98c46
|
Small fixes for initialization of configuration.
|
5 years ago |
Holger Wirtz
|
f6a90d8864
|
Added option for controlelrs to reverse their behaviour.
Fixed controllers struct/class.
|
5 years ago |
Holger Wirtz
|
784e1b7703
|
Small fixes.
Reduced control rate to every 30ms.
Fixed "no sound when sd card is on Teensy" by reversing the order of checking for the SD card slot.
|
5 years ago |
Holger Wirtz
|
cb2ede50ff
|
Added code for first checking the SD card on the audio shield and than the internal SD card.
Hopefully fixing initial setting of values also for the controllers.
|
5 years ago |
Holger Wirtz
|
7276815bab
|
Several fixes.
Moced velocity level code out of the Dexed class.
|
5 years ago |
Holger Wirtz
|
46b587020c
|
Fixes.
|
5 years ago |
Holger Wirtz
|
dd53bee584
|
Changing max volume intensity to 2.0 for avoiding digital distortion.
|
5 years ago |
Holger Wirtz
|
dbcea60335
|
Fix for version string display.
Removing SGTL5000 menu entry.
Adding velocity level menu entry for each instance.
|
5 years ago |
Holger Wirtz
|
7c7ba7ac0b
|
Fix for peak detection.
Reduced max notes to 12 for T_3.6 with FX.
|
5 years ago |
Holger Wirtz
|
a0870ae23b
|
SMall fixes.
Version string generated from config.h data.
|
5 years ago |
Holger Wirtz
|
4219e09854
|
Small fixes for audio output level.
Debug output of voice data now with a better format.
|
5 years ago |
Holger Wirtz
|
37fb256774
|
Fixes for volume handling.
|
5 years ago |
Holger Wirtz
|
953f4ac3eb
|
Added an AudioAmplifier after Dexed engine which allows to amplify from
0.0 to 2.0.
|
5 years ago |
Holger Wirtz
|
17d815af47
|
Fixes.
|
5 years ago |
Holger Wirtz
|
78733b8ff3
|
Added peak-to-peak output voltage configuration menu for SGTL5000 (Teensy-
Audio-sield).
Fixed some minor problems.
|
5 years ago |
Holger Wirtz
|
bcebb3f29a
|
SGTL5000 peak-peak voltage raised.
Fixed displaying right value for OP enable/disable.
|
5 years ago |
Holger Wirtz
|
b7d9921d3a
|
Fixing writing to EEPROM only when no sound is active to avoid small drops in sound
calculation.
Removed some debug output.
|
5 years ago |
Holger Wirtz
|
f8a45bef03
|
Added LCd-bar for sound intensity.
SMall fix for internal volume correction.
|
5 years ago |
Holger Wirtz
|
048b55c4a2
|
Added REDUCE_LOUDNESS_FACTOR for avoiding digital clipping.
|
5 years ago |
Holger Wirtz
|
ddd1ce00d4
|
Copyright dates modified.
FIxes for displaying a bar on the LCD.
|
5 years ago |
Holger Wirtz
|
078a751463
|
Fixing Transpose and Panorama.
|
5 years ago |
Holger Wirtz
|
f2eea03669
|
Completely disabling FX engine at compile time (undef USE_FX) is now
possible.
|
5 years ago |
Holger Wirtz
|
f53a6d0d96
|
Started to exchange USE_REVERB with USE_FX to completely disable the
fx-chain for more performance.
|
5 years ago |
Holger Wirtz
|
b69c0dada3
|
Fixes.
|
5 years ago |
Holger Wirtz
|
56ba4ef351
|
Added MIDI-Soft-Thru selectable from menu.
Small fixes.
|
5 years ago |
Holger Wirtz
|
5ed8f5ee23
|
Disabled CPU_OVERLOAD_THROTTLE.
Small fixes.
|
5 years ago |
Holger Wirtz
|
0058a83f3c
|
...
|
5 years ago |
Holger Wirtz
|
b1a4fbf54d
|
Added LCDMenuLib2 to third-party software.
Small fixes.
|
5 years ago |
Holger Wirtz
|
09cb4e63fb
|
Fix for BUILTIN_SDCARD
|
5 years ago |
Holger Wirtz
|
3efacd5b6e
|
Fixing the internal setup and instance description.
|
5 years ago |
Holger Wirtz
|
1533e6ba12
|
Changes for autothrottling max simulatinious note.
Changes for dexed setup format.
|
5 years ago |
Holger Wirtz
|
dcccc77712
|
Added autothrottle for max_notes if CPU overload is detected.
|
5 years ago |
Holger Wirtz
|
5d9ca93373
|
Small fixes.
|
5 years ago |
Holger Wirtz
|
ae301b85b9
|
Exchanged pan effect (simpler implementation).
Fixed small errors.
Fixed maximum of concurrent voices.
|
5 years ago |
Holger Wirtz
|
81ca62604c
|
Optimized mono2stereo effect.
Enabled set_master_mixer_gain() again.
Disabled sin/cos function optimization.
|
5 years ago |
Holger Wirtz
|
1651855403
|
Trying to optimize calculations.
|
5 years ago |
Holger Wirtz
|
ff48558d29
|
Fixed overload problem.
New audio stack is not working cleanly.
|
5 years ago |
Holger Wirtz
|
c8afc7fa09
|
Added chorus, delay and reverb level.
Added beter calculation for master_mixer.
There are still overload problems...
|
5 years ago |
Holger Wirtz
|
0d1b9bf51b
|
Complete change of the audio chain.
Small fixes.
There is currently a problem with protamento glissando.
|
5 years ago |
Holger Wirtz
|
89c13cfef3
|
Fixes and additions for portamento.
Added modulator input for mono2stereo.
Changed memory usage for AUDIO_MEM.
|
5 years ago |
Holger Wirtz
|
5a0a155f74
|
Many small fixes and:
- "Loudness" renamed to "Sound Intensity"
- fixing fine tune.
- changing pan to a uint8_t for easier stroring values later
- ...
|
5 years ago |
Holger Wirtz
|
57fd9a2229
|
Fixing bank and voice boundaries.
Adding possibility to fine tune +/- 99 cent (with automatic transpose
reconfiguration when tuning down).
|
5 years ago |
Holger Wirtz
|
e0971a823f
|
Added NORMALIZE_DX_VELOCITY to config.
Small fixes.
|
5 years ago |
Holger Wirtz
|
a14e7e7400
|
Several fixes for portamento.
|
5 years ago |
Holger Wirtz
|
fc3b061481
|
Added Portamento function from https://github.com/asb2m10/dexed/pull/183
|
5 years ago |
Holger Wirtz
|
d1706cfe92
|
Added menus for transpose and tune.
Optimization of handling of menu functions.
|
5 years ago |
Holger Wirtz
|
bd6b251441
|
Fixing several small bugs in handling of controllers.
Additional small bugs fixed.
|
5 years ago |
Holger Wirtz
|
71764bc9f8
|
Removed SoftenValue, because it was not working without problems and it is
not needed anymore.
|
5 years ago |
Holger Wirtz
|
308335d2b0
|
Fixes for filter parameter change.
|
5 years ago |
Holger Wirtz
|
a3215de56d
|
Several fixes.
|
5 years ago |