mirror of https://github.com/probonopd/MiniDexed
Tag:
Branch:
Tree:
0d8f92b0cc
Fx
SSD1306-rotation
dx5_performances
fix-lfo
fix-no-reverb-send-rpi1
fix-reverb
fx
fx-full
fx-updated
main
more-midi-functions
network
network+arturia
newer-net
old-baseline
performance-menu
print-performance-number
probonopd-mt32-Pi-Midi-Hat
probonopd-overwrite
probonopd-try-USBGadgetPin
rpi1-2tg
switch_perf_dir
tx-performances
update-Synth_Dexed
update-Synth_Dexed-1
update-circle-stdlib
usb-audio
usb-naming
2022-04-16
2022-06-05
2022-08-25
2023-08-13
2024-01-16
2024-09-29
2025-02-05
CMSIS_5
continuous
multi-core
${ noResults }
4 Commits (0d8f92b0ccb53c6ea54d745254e8b60e6f42f290)
Author | SHA1 | Message | Date |
---|---|---|---|
|
0a25edef19 |
Squashed commit of the following:
commit |
4 months ago |
|
6d14da8604
|
Less CPU consuming setting for panorama values (#212)
Values (with sin()/cos() functions) for the panorama are only calculated once when setting them instead of calculating them on every run for calculation of an audio block |
3 years ago |
|
b6df892a44
|
Fixing linear internal mixer to non-linear (x^4) / Fixing linear pan to non-linear (sin/cos) #182 (#210)
|
3 years ago |
|
77813bf90e
|
Next try for ReverbMixer and NEON extensions (RPi2/3/4) (#86)
* Signal chain is now float32_t with much more support of CMSIS5. * Fixes for float signal path. * Several fixes for float signal path. * Manual merge of changes from upstream. * Fixes for wrong panning calculation. * Added code for master compressor. Added code for mixer. Added HAVE_NEON to MAkefile for enabling more optimizations on Synth_Dexed. * Adding mixer class - but it has some linking problems... * Fast fix. * Next fast fix. * Fixing effect_mixer. * Added ReverbSend Parameter for each TG. * Fixes for ReverbSend and Pan. * Fixing constrain(). * Fix aarch64 build, thanks @rsta2 https://github.com/probonopd/MiniDexed/pull/85#issuecomment-1095391183 * Fix for building for RPi1. * Add TGParameterReverbSend https://github.com/probonopd/MiniDexed/pull/86#issuecomment-1097079538 Thanks @rsta2 * Add TGParameterReverbSend https://github.com/probonopd/MiniDexed/pull/86#issuecomment-1097079538 Thanks @rsta2 * Implement changes suggested by @rsta2 Description: https://github.com/probonopd/MiniDexed/pull/86#issuecomment-1097912829 Thanks @rsta2 Co-authored-by: Holger Wirtz <wirtz@parasitstudio.de> Co-authored-by: probonopd <probonopd@users.noreply.github.com> |
3 years ago |