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 |
Holger Wirtz
|
00473d40ce
|
Filter parameters per engine.
Adding soften value changes for filter parameters.
|
5 years ago |
Holger Wirtz
|
c1ca4861b5
|
Implemented UI functions for enabling/disabling operators.
|
5 years ago |
Holger Wirtz
|
e289156528
|
Changed handling of reverb/chorus/delay level to send volume for each instance.
|
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 |
Holger Wirtz
|
2112e5c255
|
Small (mostly cosmetic) changes.
Added description for storing additional parameters.
|
5 years ago |
Holger Wirtz
|
8d3935592e
|
Now initialisation from EEPROM is working.
On T_3.6 there are problems with freeverb (seems to be a problem with
low memory).
|
5 years ago |
Holger Wirtz
|
f03960fb75
|
Fix and UI improvments for panorama.
|
5 years ago |
Dirk Niggemann
|
fd8746cf10
|
Enable USB_HOST for T4
|
5 years ago |
Holger Wirtz
|
69cdb158fd
|
Small fixes.
|
5 years ago |
Holger Wirtz
|
ef104f6909
|
Trying a faster way to mix stereo to mono.
Garbage collection at config.h.
|
5 years ago |
Dirk Niggemann
|
9a2cb85bf6
|
Reorder config.h inclusion
|
5 years ago |
Holger Wirtz
|
2aad206764
|
Removed AUDIO_BLOCK_SIZE in config.h
Added support for optionaly not using the reverb (needed for T_3.x when
xruns appear).
|
5 years ago |
Dirk Niggemann
|
c19769ad59
|
Added AUDIO_BLOCK_SAMPLES in config.h
|
5 years ago |
Dirk Niggemann
|
4417680db9
|
Updated config.h for simpler TEENSY4/display settings
|
5 years ago |
Holger Wirtz
|
6d30e5dee7
|
Rolling back some changes, due to get it running again on my dev system.
Should be made easier to change between different systems (e.g.
Teensy-4/Teensy-3, built-in SD card or audio shield SD card, ...)
|
5 years ago |
Holger Wirtz
|
7df518e0af
|
Fixing default configuration.
|
5 years ago |
Holger Wirtz
|
d3bf9fb422
|
Added simple stereo->mono effect.
|
5 years ago |
Holger Wirtz
|
b778712003
|
Added more menu functions.
Fixed volume setup.
|
5 years ago |
Holger Wirtz
|
1daf236276
|
Reworking on the audio chain.
|
5 years ago |
Holger Wirtz
|
93408e639c
|
Adding menus for delay.
|
5 years ago |
Holger Wirtz
|
70234d5b2f
|
Added menu functions for reverb and chorus.
|
5 years ago |
Dirk Niggemann
|
d53639a68a
|
More config.h tidyup
|
5 years ago |