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
b2e20804ca
Optimized the calculation funtion for the sound and got some CPU cycles more for sound
...
calculation. This fixes also the too low output volume.
5 years ago
Holger Wirtz
8b25e15925
Every "Seria.print*" is now capsuled inside a "#ifdef DEBUG".
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
303bb1c5c1
Fixes for sgtl5000_level.
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
be7e58962f
Fixes for displaying values as a bar on the LCD.
5 years ago
Holger Wirtz
ddd1ce00d4
Copyright dates modified.
...
FIxes for displaying a bar on the LCD.
5 years ago
Holger Wirtz
5b2b663af0
Fixed lcd_display_bar() function for showing bar with min/max setup.
...
Replaced visualisation in some functions with lcd_display_bar().
5 years ago
Holger Wirtz
ac896d9685
Fixed displaying of blockbar for volume and portamento time.
5 years ago
Holger Wirtz
c01d45f6f4
Volume is now shown as blocks instead of asterisks.
5 years ago
Holger Wirtz
10f75c8a61
Small fixes.
5 years ago
Holger Wirtz
1d2ed1fd48
Adding MIDI test data.
5 years ago
Holger Wirtz
078a751463
Fixing Transpose and Panorama.
5 years ago
Holger Wirtz
6c6dfd3484
Fixing volume handling for dexed engine.
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
b27cd00895
Replaced set_master_mixer_gain() function.
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
5e1f304abd
Merge branch 'dev' of https://codeberg.org/dcoredump/MicroDexed into dev
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
6e2c62bbfd
Enabled checking of note boundaries for noteOn events.
5 years ago
Holger Wirtz
0e03e41f2a
Added menu entries for loading/saving setups.
5 years ago
Holger Wirtz
3efacd5b6e
Fixing the internal setup and instance description.
5 years ago
Holger Wirtz
5187cbe593
Fix extension.
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
a44c859acf
Removed not needed file.
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
b0e432a9e0
Audio chain fixed.
5 years ago
Holger Wirtz
4ea0ced615
Several small fixes for audio chain.
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