Vincent
ff05f7a64d
Rename ShimmerReverb into Reverberator
2 years ago
abscisys
c6f93e6dbb
Partial fix post migration to gtest framework
2 years ago
abscisys
6c1dfb5ee6
Replacement of the FXRack with MixingConsole
...
This commit include all the audio fixes and modification
- FXEngine support computation on float32_t instead of intergers only
- Migration of the PlateReverb to the FXElement structure
- Fixing shimmer to be stereo (was missing an LFO)
- Fixing delay to be stereo
- Adding flutter rate and amount params to delay to simulate Tape Delay
- Fixing Tube so it goes beyond than just warming a little bit the sound
2 years ago
abscisys
e18c0f284e
FXRack finalization
2 years ago
abscisys
4fb79f858a
Fixing the Phaser
2 years ago
abscisys
d0fe01f652
Tranform TapeDelay into a Delay as Flutter is a noise artifact generator
2 years ago
abscisys
8227a3abe1
Fixing the Orbitone
2 years ago
abscisys
dc5165e91b
Removing the Chorus Feedback parameter that makes no sense
2 years ago
abscisys
6da53dcac5
Fixing the Shimmer Reverb
2 years ago
abscisys
17030e8065
2nd phase of debugging
2 years ago
abscisys
63a9460a1b
Finalizing the menu integration and wiring to UI
2 years ago
abscisys
5317265624
Revert "Implementationg proposition for:"
...
This reverts commit a69e97f61d
.
2 years ago
abscisys
11b38851af
Revert "Fixing compiling errors on RPI1"
...
This reverts commit dabe431d53
.
2 years ago
abscisys
aac8391332
Revert "Fixing compiling issue on RPI1"
...
This reverts commit 03a07747f0
.
2 years ago
abscisys
03a07747f0
Fixing compiling issue on RPI1
2 years ago
abscisys
dabe431d53
Fixing compiling errors on RPI1
2 years ago
abscisys
a69e97f61d
Implementationg proposition for:
...
- Unison mode #315
- Add a "All TG" menu #396
2 years ago
arsamus
aa5a7c7450
Switchable performance files improvements + Poly/Mono + Fix to #298 and #83 issues ( #267 )
3 years ago
arsamus
60ab4a562b
Switchable performance files and saving all voice data parameters. ( #228 )
3 years ago
arsamus
85a4d9953b
Support for Portamento and Pitch Bender parameters ( #206 )
...
Thanks @arsamus
3 years ago
probonopd
b1b318cdeb
Enable filter cutoff, resonance, and real-time parameter control ( #98 )
...
Enable filter cutoff, resonance, and real-time parameter control
Co-authored-by: Rene Stange <rsta2@o2online.de>
3 years ago
Holger
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
probonopd
f98f5db10d
Signal chain in float32_t and fixes for float signal path ( #73 )
...
* 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.
Co-authored-by: Holger Wirtz <wirtz@parasitstudio.de>
3 years ago
Rene Stange
f03ff27f72
uimenu: Add "Save > Performance" function ( #72 )
...
* Saves the performance config to performance.ini
* Comments in an existing file will be overwritten
* Function displays "Completed" and returns to "Save" menu
3 years ago
Rene Stange
32d196057d
Improve compressor and reverb effects ( #69 )
...
* Can be switched on/off in "Effects" sub-menu in UI
* Compressor is switched on/off for all TGs
* Read effects parameters from performance.ini
3 years ago
Rene Stange
99cefaefd3
Add note limits and shift to performance.ini ( #57 )
3 years ago
Rene Stange
2199208d34
Load performance config from performance.ini ( #54 )
3 years ago