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
|
0058a83f3c
|
...
|
5 years ago |
Holger Wirtz
|
b1a4fbf54d
|
Added LCDMenuLib2 to third-party software.
Small fixes.
|
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
|
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
|
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
|
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
|
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 |
dronus
|
ea9675c8d1
|
Handle VOLUME CC by instance
|
5 years ago |
dronus
|
3e1e6cab0d
|
Fixed some default parameter mix-ups
|
5 years ago |
Holger Wirtz
|
a14e7e7400
|
Several fixes for portamento.
|
5 years ago |
Holger Wirtz
|
eea43868a7
|
Fix for setting masterTune value.
|
5 years ago |
Holger Wirtz
|
fc3b061481
|
Added Portamento function from https://github.com/asb2m10/dexed/pull/183
|
5 years ago |
Holger Wirtz
|
99db6afa52
|
Small fix.
|
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
|
1128f1c8ae
|
Fixing filter controlling.
|
5 years ago |
Holger Wirtz
|
371ed3ecc2
|
Check function with constrains for parameters added.
|
5 years ago |
Holger Wirtz
|
a3215de56d
|
Several fixes.
|
5 years ago |
dronus
|
4726ab2006
|
Fix non-ENABLE_LCD_UI builds
|
5 years ago |
Holger Wirtz
|
00473d40ce
|
Filter parameters per engine.
Adding soften value changes for filter parameters.
|
5 years ago |
Holger Wirtz
|
e289156528
|
Changed handling of reverb/chorus/delay level to send volume for each instance.
|
5 years ago |
Holger Wirtz
|
3a3071273d
|
Several small fixes for voice menu and internal parameter handling.
|
5 years ago |
Holger Wirtz
|
76768533a4
|
Removing EEPROMAnything and using EEPROM.get()/EEPROM.put() from EEPROM.h instead.
Trying to fix storing/loading of EEPROM data.
|
5 years ago |
Holger Wirtz
|
9d72cc2a3a
|
Several fixes.
Several additions for multi-instances of MicroDexed (may cause problems).
|
5 years ago |
Holger Wirtz
|
ec58659db8
|
Several fixes.
More menus for the different controllers added.
|
5 years ago |
Holger Wirtz
|
bb0bcb5b24
|
Several additions for multi-instance handling.
Next additions for setup menus.
|
5 years ago |
Holger Wirtz
|
6ec82dc0ee
|
Fixing a bug when changing parameters for a selected instance.
Order of showing configuration parameters changed.
|
5 years ago |
Holger Wirtz
|
8abae42e61
|
Several changes for multi-instance handling.
|
5 years ago |
Holger Wirtz
|
aa0de979dd
|
Added more menu funvtions for controllers.
|
5 years ago |
Holger Wirtz
|
8dde539d61
|
Shorter menu when only using one Dexed engine.
|
5 years ago |
Holger Wirtz
|
77a20654f4
|
Adding possibility to use 2 Dexed engines (can be enabled with NUM_DEXED=2 but
is currently not fully suported).
Extending own sysex config for using 2 engines in future.
|
5 years ago |