Commit Graph

  • 303bb1c5c1 Fixes for sgtl5000_level. Holger Wirtz 2020-03-11 14:17:02 +0100
  • 17d815af47 Fixes. Holger Wirtz 2020-03-11 13:16:11 +0100
  • 78733b8ff3 Added peak-to-peak output voltage configuration menu for SGTL5000 (Teensy- Audio-sield). Fixed some minor problems. Holger Wirtz 2020-03-11 13:02:42 +0100
  • bcebb3f29a SGTL5000 peak-peak voltage raised. Fixed displaying right value for OP enable/disable. Holger Wirtz 2020-03-10 09:25:44 +0100
  • b7d9921d3a Fixing writing to EEPROM only when no sound is active to avoid small drops in sound calculation. Removed some debug output. Holger Wirtz 2020-03-07 12:06:26 +0100
  • f8a45bef03 Added LCd-bar for sound intensity. SMall fix for internal volume correction. Holger Wirtz 2020-03-05 15:25:36 +0100
  • 048b55c4a2 Added REDUCE_LOUDNESS_FACTOR for avoiding digital clipping. Holger Wirtz 2020-03-04 16:18:15 +0100
  • be7e58962f Fixes for displaying values as a bar on the LCD. Holger Wirtz 2020-03-04 15:00:09 +0100
  • ddd1ce00d4 Copyright dates modified. FIxes for displaying a bar on the LCD. Holger Wirtz 2020-03-04 13:11:26 +0100
  • 5b2b663af0 Fixed lcd_display_bar() function for showing bar with min/max setup. Replaced visualisation in some functions with lcd_display_bar(). Holger Wirtz 2020-03-03 16:10:33 +0100
  • ac896d9685 Fixed displaying of blockbar for volume and portamento time. Holger Wirtz 2020-03-03 13:21:23 +0100
  • c01d45f6f4 Volume is now shown as blocks instead of asterisks. Holger Wirtz 2020-03-02 14:55:17 +0100
  • 10f75c8a61 Small fixes. Holger Wirtz 2020-03-01 15:53:44 +0100
  • 1d2ed1fd48 Adding MIDI test data. Holger Wirtz 2020-02-29 16:17:00 +0100
  • 078a751463 Fixing Transpose and Panorama. Holger Wirtz 2020-02-29 16:00:43 +0100
  • 6c6dfd3484 Fixing volume handling for dexed engine. Holger Wirtz 2020-02-28 14:56:13 +0100
  • f2eea03669 Completely disabling FX engine at compile time (undef USE_FX) is now possible. Holger Wirtz 2020-02-28 14:40:21 +0100
  • f53a6d0d96 Started to exchange USE_REVERB with USE_FX to completely disable the fx-chain for more performance. Holger Wirtz 2020-02-26 15:54:39 +0100
  • b27cd00895 Replaced set_master_mixer_gain() function. Holger Wirtz 2020-02-25 15:02:42 +0100
  • b69c0dada3 Fixes. Holger Wirtz 2020-02-24 18:08:21 +0100
  • 56ba4ef351 Added MIDI-Soft-Thru selectable from menu. Small fixes. Holger Wirtz 2020-02-21 14:57:31 +0100
  • 5ed8f5ee23 Disabled CPU_OVERLOAD_THROTTLE. Small fixes. Holger Wirtz 2020-02-19 14:13:25 +0100
  • 5e1f304abd Merge branch 'dev' of https://codeberg.org/dcoredump/MicroDexed into dev Holger Wirtz 2020-02-18 10:44:21 +0100
  • 0058a83f3c ... Holger Wirtz 2020-02-18 10:22:54 +0100
  • b1a4fbf54d Added LCDMenuLib2 to third-party software. Small fixes. Holger Wirtz 2020-02-17 12:14:01 +0100
  • 09cb4e63fb Fix for BUILTIN_SDCARD Holger Wirtz 2020-01-11 16:06:07 +0100
  • 6e2c62bbfd Enabled checking of note boundaries for noteOn events. Holger Wirtz 2019-12-31 09:39:05 +0100
  • 0e03e41f2a Added menu entries for loading/saving setups. Holger Wirtz 2019-12-30 17:36:59 +0100
  • 3efacd5b6e Fixing the internal setup and instance description. Holger Wirtz 2019-12-30 17:03:56 +0100
  • 5187cbe593 Fix extension. Holger Wirtz 2019-12-19 12:44:30 +0100
  • 1533e6ba12 Changes for autothrottling max simulatinious note. Changes for dexed setup format. Holger Wirtz 2019-12-12 08:46:52 +0100
  • dcccc77712 Added autothrottle for max_notes if CPU overload is detected. Holger Wirtz 2019-12-09 15:36:39 +0100
  • 5d9ca93373 Small fixes. Holger Wirtz 2019-12-06 15:09:51 +0100
  • a44c859acf Removed not needed file. Holger Wirtz 2019-12-05 13:37:05 +0100
  • ae301b85b9 Exchanged pan effect (simpler implementation). Fixed small errors. Fixed maximum of concurrent voices. Holger Wirtz 2019-12-05 13:35:23 +0100
  • 81ca62604c Optimized mono2stereo effect. Enabled set_master_mixer_gain() again. Disabled sin/cos function optimization. Holger Wirtz 2019-12-04 14:18:41 +0100
  • 1651855403 Trying to optimize calculations. Holger Wirtz 2019-12-03 15:12:51 +0100
  • b0e432a9e0 Audio chain fixed. Holger Wirtz 2019-12-03 10:46:59 +0100
  • 4ea0ced615 Several small fixes for audio chain. Holger Wirtz 2019-12-02 16:08:19 +0100
  • ff48558d29 Fixed overload problem. New audio stack is not working cleanly. Holger Wirtz 2019-11-28 15:06:19 +0100
  • c8afc7fa09 Added chorus, delay and reverb level. Added beter calculation for master_mixer. There are still overload problems... Holger Wirtz 2019-11-27 15:22:05 +0100
  • 0d1b9bf51b Complete change of the audio chain. Small fixes. There is currently a problem with protamento glissando. Holger Wirtz 2019-11-26 14:50:16 +0100
  • 89c13cfef3 Fixes and additions for portamento. Added modulator input for mono2stereo. Changed memory usage for AUDIO_MEM. Holger Wirtz 2019-11-25 13:23:49 +0100
  • 86e1aa57e0 Added pan method for monot2stereo. Holger Wirtz 2019-11-22 14:50:28 +0100
  • 94cdd270e9 Added new effect for panning a mono signal into stereo outputs. Holger Wirtz 2019-11-22 14:36:32 +0100
  • 5a0a155f74 Many small fixes and: - "Loudness" renamed to "Sound Intensity" - fixing fine tune. - changing pan to a uint8_t for easier stroring values later - ... Holger Wirtz 2019-11-22 13:09:58 +0100
  • a83e43dbef Some SYSEX fixes. Small additions for UI_func_portamento. Holger Wirtz 2019-11-21 14:41:46 +0100
  • 0e14e4b510 Better handling of some SYSEX function changes. Small fix for master tune. Holger Wirtz 2019-11-21 11:07:23 +0100
  • 57fd9a2229 Fixing bank and voice boundaries. Adding possibility to fine tune +/- 99 cent (with automatic transpose reconfiguration when tuning down). Holger Wirtz 2019-11-21 09:17:27 +0100
  • 15c05470c6 Merge branch 'dev_fix_default_parameters' of dronus/MicroDexed into dev Holger Wirtz 2019-11-21 08:17:50 +0100
  • c9764d60ca Merge branch 'dev_fix_bank_voice_limits' of dronus/MicroDexed into dev Holger Wirtz 2019-11-21 08:16:30 +0100
  • 5920f05e93 Merge branch 'dev_volume_per_instance' of dronus/MicroDexed into dev Holger Wirtz 2019-11-21 08:11:06 +0100
  • ea9675c8d1 Handle VOLUME CC by instance #19 dronus 2019-11-21 01:29:27 +0100
  • c793ea7958 Fixed wrong bank / voice limits in dexed_sysex.cpp #18 dronus 2019-11-21 01:28:24 +0100
  • 3e1e6cab0d Fixed some default parameter mix-ups #17 dronus 2019-11-21 01:24:20 +0100
  • e0971a823f Added NORMALIZE_DX_VELOCITY to config. Small fixes. Holger Wirtz 2019-11-20 15:19:01 +0100
  • 86b1cebbb0 Merge branch 'dev-portamento' into dev Holger Wirtz 2019-11-20 09:18:50 +0100
  • a14e7e7400 Several fixes for portamento. Holger Wirtz 2019-11-18 14:18:29 +0100
  • eea43868a7 Fix for setting masterTune value. Holger Wirtz 2019-11-18 11:46:58 +0100
  • fc3b061481 Added Portamento function from https://github.com/asb2m10/dexed/pull/183 Holger Wirtz 2019-11-18 11:39:59 +0100
  • 99db6afa52 Small fix. Holger Wirtz 2019-11-18 08:51:36 +0100
  • d1706cfe92 Added menus for transpose and tune. Optimization of handling of menu functions. Holger Wirtz 2019-11-17 17:55:59 +0100
  • bd6b251441 Fixing several small bugs in handling of controllers. Additional small bugs fixed. Holger Wirtz 2019-11-17 14:24:12 +0100
  • 92c7adc989 Small fixes. Holger Wirtz 2019-11-14 10:42:21 +0100
  • 200367fd98 Merge branch 'fix_non_ENABLE_LCD_UI' of dronus/MicroDexed into dev Holger Wirtz 2019-11-14 10:07:52 +0100
  • 17bd263cf8 fixed compilation for non-I2C_DISPLAY build #16 dronus 2019-11-09 20:49:57 +0100
  • b2bba68cae Merge branch 'dev' of https://codeberg.org/dcoredump/MicroDexed into fix_non_ENABLE_LCD_UI #15 dronus 2019-11-12 20:26:14 +0100
  • 71764bc9f8 Removed SoftenValue, because it was not working without problems and it is not needed anymore. Holger Wirtz 2019-11-12 11:32:00 +0100
  • 308335d2b0 Fixes for filter parameter change. Holger Wirtz 2019-11-12 11:08:03 +0100
  • 1128f1c8ae Fixing filter controlling. Holger Wirtz 2019-11-12 09:34:41 +0100
  • 371ed3ecc2 Check function with constrains for parameters added. Holger Wirtz 2019-11-10 17:53:55 +0100
  • a3215de56d Several fixes. Holger Wirtz 2019-11-10 17:29:53 +0100
  • 4726ab2006 Fix non-ENABLE_LCD_UI builds dronus 2019-11-09 21:35:47 +0100
  • 00473d40ce Filter parameters per engine. Adding soften value changes for filter parameters. Holger Wirtz 2019-11-08 14:32:03 +0100
  • c1ca4861b5 Implemented UI functions for enabling/disabling operators. Holger Wirtz 2019-11-08 11:24:08 +0100
  • e289156528 Changed handling of reverb/chorus/delay level to send volume for each instance. Holger Wirtz 2019-11-08 10:09:42 +0100
  • 3a3071273d Several small fixes for voice menu and internal parameter handling. Holger Wirtz 2019-11-08 08:51:11 +0100
  • 76768533a4 Removing EEPROMAnything and using EEPROM.get()/EEPROM.put() from EEPROM.h instead. Trying to fix storing/loading of EEPROM data. Holger Wirtz 2019-11-07 14:46:37 +0100
  • 9d72cc2a3a Several fixes. Several additions for multi-instances of MicroDexed (may cause problems). Holger Wirtz 2019-11-06 14:58:55 +0100
  • d63d208356 Enabled TEENSY_AUDIO as default. Holger Wirtz 2019-11-05 18:35:57 +0100
  • ec58659db8 Several fixes. More menus for the different controllers added. Holger Wirtz 2019-11-05 09:18:40 +0100
  • bb0bcb5b24 Several additions for multi-instance handling. Next additions for setup menus. Holger Wirtz 2019-11-04 16:16:20 +0100
  • 64fdee843d Removed Instance menu if only one instance exists. Holger Wirtz 2019-11-03 12:18:15 +0100
  • 6ec82dc0ee Fixing a bug when changing parameters for a selected instance. Order of showing configuration parameters changed. Holger Wirtz 2019-11-03 11:46:58 +0100
  • 8abae42e61 Several changes for multi-instance handling. Holger Wirtz 2019-11-01 14:45:57 +0100
  • aa0de979dd Added more menu funvtions for controllers. Holger Wirtz 2019-11-01 13:14:21 +0100
  • 13de355800 In MENU_EDIT mode now the left encoder works as "back" button. Holger Wirtz 2019-11-01 08:01:34 +0100
  • 9f1dafd399 Merge branch 'dev' of dirkenstein/MicroDexed into dev Holger Wirtz 2019-11-01 07:44:11 +0100
  • 2126103dc3 Merge remote-tracking branch 'upstream/dev' into dev #11 Dirk Niggemann 2019-10-31 20:36:32 +0000
  • 8dde539d61 Shorter menu when only using one Dexed engine. Holger Wirtz 2019-10-31 16:07:16 +0100
  • 85f0deb0c5 Merge remote-tracking branch 'upstream/dev' into dev Dirk Niggemann 2019-10-30 16:40:36 +0000
  • 28da6d2235 More menu structure changes for two instances. Holger Wirtz 2019-10-30 15:20:26 +0100
  • 4ac90baccb Merge remote-tracking branch 'upstream/dev' into dev Dirk Niggemann 2019-10-30 13:28:55 +0000
  • 0acde384fc Started reading/writing sysex-setup data. Menu extended for setup data. Holger Wirtz 2019-10-30 13:54:21 +0100
  • f8b140409e Merge remote-tracking branch 'upstream/dev' into dev Dirk Niggemann 2019-10-30 12:12:54 +0000
  • 9ce32c0207 Handle 4-line displays cleanly Dirk Niggemann 2019-10-30 12:12:17 +0000
  • ca563505ea Fixes for SYSEX description of setup dump. Holger Wirtz 2019-10-30 10:28:25 +0100
  • ebd213b1ee Optimizations for showing volume level. Holger Wirtz 2019-10-30 09:06:57 +0100
  • 8bb05fd1c2 Merge branch 'dev' of https://codeberg.org/dcoredump/MicroDexed into dev Holger Wirtz 2019-10-29 14:05:03 +0100
  • 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. Holger Wirtz 2019-10-29 14:03:09 +0100