Holger Wirtz
|
f49205b964
|
Fixing signed_saturate_rshift() usage.
|
5 years ago |
Holger Wirtz
|
656f139145
|
Raising loudness.
|
5 years ago |
Holger Wirtz
|
c53a30dcdd
|
Several small fixes.
|
5 years ago |
Holger Wirtz
|
69ce71436e
|
Dropped old code pieces and small fixes.
|
5 years ago |
Holger Wirtz
|
2f23fecc97
|
Several fixes. Disabled Dual engine mode due to problems.
|
5 years ago |
Holger Wirtz
|
507223248b
|
Fixing crash when polyphony is 0.
Simpler MIDI activity in voice-selection screen when using a T_3.6.
Smll fixes.
|
5 years ago |
Holger Wirtz
|
28c4de6da6
|
Fixing hanging and problems when reading from SD caused from panic() and disabling the audio interrupt.
|
5 years ago |
Holger Wirtz
|
ddb43bd8e0
|
Fixing play mode to "last priority played" and kliing oldest notes at the end of available free sound generators.
Fixing wrong setting of polyphony at startup.
|
5 years ago |
Holger Wirtz
|
350568d2ca
|
Fixes for dual instances.
|
5 years ago |
Holger Wirtz
|
414458bdf7
|
Several fixes for avoiding distortion.
|
5 years ago |
Holger Wirtz
|
9b9aa4540a
|
Fixing errors for encoding voice data.
|
5 years ago |
Holger Wirtz
|
161f77c3e2
|
Fixed portamento glissango mode.
Fixing display values for fx storage place.
|
5 years ago |
Holger Wirtz
|
724f2908f0
|
Several additions for storing configuration data.
|
5 years ago |
Holger Wirtz
|
e05ebd39bd
|
Small fixes.
Added lowest and highes note menu for one instance + fx.
|
5 years ago |
Holger Wirtz
|
5dac0ff9dc
|
Fixes.
|
5 years ago |
Holger Wirtz
|
a157e3a8c4
|
Added note refresh option: normal (new note is triggered), retriggered (search for same note an retrigger)
|
5 years ago |
Holger Wirtz
|
f6a90d8864
|
Added option for controlelrs to reverse their behaviour.
Fixed controllers struct/class.
|
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
|
2e55f4ba1a
|
Showing loaded patch data.
Fixing pitchbend initialisation.
|
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
|
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
|
953f4ac3eb
|
Added an AudioAmplifier after Dexed engine which allows to amplify from
0.0 to 2.0.
|
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
|
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
|
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
|
b69c0dada3
|
Fixes.
|
5 years ago |
Holger Wirtz
|
5ed8f5ee23
|
Disabled CPU_OVERLOAD_THROTTLE.
Small fixes.
|
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
|
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
|
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
|
e0971a823f
|
Added NORMALIZE_DX_VELOCITY to config.
Small fixes.
|
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
|
bd6b251441
|
Fixing several small bugs in handling of controllers.
Additional small bugs fixed.
|
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
|
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
|
aa0de979dd
|
Added more menu funvtions for controllers.
|
5 years ago |
Dirk Niggemann
|
9a2cb85bf6
|
Reorder config.h inclusion
|
5 years ago |
Holger Wirtz
|
0764e99395
|
New class for softening values from encoders.
Started implemting multi engine support.
|
5 years ago |
Holger Wirtz
|
41b91692ee
|
Removing most stereo fx chain handling.
Small fixes.
|
5 years ago |
Holger Wirtz
|
911ceb6a3f
|
SYSEX voice upload added (works with Hr. Muellers DX Editor https://dx7.vstforx.de/).
|
5 years ago |