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 |
Holger Wirtz
|
78690c345a
|
Better organization of loading voice and global paramters for better SysEx handling soon.
|
5 years ago |
Holger Wirtz
|
b7240fec2e
|
Small fixes.
|
6 years ago |
Holger Wirtz
|
5c164ccf27
|
Fixing integration of 4pole filter.
|
6 years ago |
Holger Wirtz
|
1866ed69a1
|
Added Dexed PluginFx code again - just for testing the 4pole filter.
|
6 years ago |
Holger Wirtz
|
09037e4c73
|
Fixes for voice auto-shutdown.
|
6 years ago |
Holger Wirtz
|
3637e9c807
|
Several fixes.
Added functions for detecting voices which do not produce any output.
Fixing screen changing when volume encoder was moved.
|
6 years ago |
Holger Wirtz
|
1ac38718b7
|
Adding function for checking, if sound is produced. If not, shut down the voice.
|
6 years ago |
Holger Wirtz
|
13b5a55fff
|
Fixes for volume and panorama handling.
Some small additions to MIDI hanlders.
|
6 years ago |
Holger Wirtz
|
c7a43e60aa
|
Fixing PitChBend (wrong values for dexed engine).
Small changes.
|
6 years ago |
Holger Wirtz
|
bac0e417a4
|
Fixed engine compile-time-selection. Now you can set DEXED_ENGINE in config.h
|
6 years ago |
Holger Wirtz
|
f2ef327d97
|
Several optimizations.
Code cleanup.
Fixing midi_devices.hpp setup.
|
6 years ago |
Holger Wirtz
|
bff073ceb3
|
Changed to MIDI library event dispatching.
|
6 years ago |
Holger Wirtz
|
e3bcc61194
|
Added effects menu to UI - still not ready to use.
|
6 years ago |
Holger Wirtz
|
bfac53701b
|
First complete version of simple UI.
|
6 years ago |
Holger Wirtz
|
9a8b56f71f
|
Fixed displaying bank and voice on LCD.
|
6 years ago |
Holger Wirtz
|
5cee620f4a
|
Small fixes.
|
6 years ago |
Holger Wirtz
|
1a63a4e58e
|
Several fixes:
- CRC32 is stored at the end of the EEPROM.
- Fixes for volume/pan storing.
- small fixes.
|
6 years ago |
Holger Wirtz
|
3124205143
|
Better EEPROM code:
Cheksum calculation and auto initializing EEPROM when there is a checksum
mismatch.
|
6 years ago |
Holger Wirtz
|
400eca2394
|
EEPROM handling fixed for initial values.
Fixes volume/pan handling.
Added OFFSET for EEPROM-addresses.
|
6 years ago |
Holger Wirtz
|
7c64ae6d2e
|
Improved volume and pan management.
Storing last volume and pan in EEPROM.
|
6 years ago |