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 |
Holger Wirtz
|
86e1aa57e0
|
Added pan method for monot2stereo.
|
5 years ago |
Holger Wirtz
|
94cdd270e9
|
Added new effect for panning a mono signal into stereo outputs.
|
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
|
a83e43dbef
|
Some SYSEX fixes.
Small additions for UI_func_portamento.
|
5 years ago |
Holger Wirtz
|
0e14e4b510
|
Better handling of some SYSEX function changes.
Small fix for master tune.
|
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
|
15c05470c6
|
Merge branch 'dev_fix_default_parameters' of dronus/MicroDexed into dev
Many thanks. Copy & paste error...
|
5 years ago |
Holger Wirtz
|
c9764d60ca
|
Merge branch 'dev_fix_bank_voice_limits' of dronus/MicroDexed into dev
Ok, but I think this will not fix every problem. If the contrain is between 0 and 32 you have the chance to load 33 voices which will cause a problem.
|
5 years ago |
Holger Wirtz
|
5920f05e93
|
Merge branch 'dev_volume_per_instance' of dronus/MicroDexed into dev
Thanks. A name change from "Loudness" to "Volume" for the instance is ok, but how caling the overall "sum" volume than?
|
5 years ago |
dronus
|
ea9675c8d1
|
Handle VOLUME CC by instance
|
5 years ago |
dronus
|
c793ea7958
|
Fixed wrong bank / voice limits in dexed_sysex.cpp
|
5 years ago |
dronus
|
3e1e6cab0d
|
Fixed some default parameter mix-ups
|
5 years ago |
Holger Wirtz
|
e0971a823f
|
Added NORMALIZE_DX_VELOCITY to config.
Small fixes.
|
5 years ago |
Holger Wirtz
|
86b1cebbb0
|
Merge branch 'dev-portamento' into dev
|
5 years ago |
Holger Wirtz
|
a14e7e7400
|
Several fixes for portamento.
|
5 years ago |