Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: fp64lib/MiniDexed

Tags

continuous

Toggle continuous's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

2022-04-16

Toggle 2022-04-16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Next try for ReverbMixer and NEON extensions (RPi2/3/4) (probonopd#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

probonopd#85 (comment)

* Fix for building for RPi1.

* Add TGParameterReverbSend

probonopd#86 (comment)
Thanks @rsta2

* Add TGParameterReverbSend

probonopd#86 (comment)
Thanks @rsta2

* Implement changes suggested by @rsta2

Description:
probonopd#86 (comment)

Thanks @rsta2

Co-authored-by: Holger Wirtz <[email protected]>
Co-authored-by: probonopd <[email protected]>

CMSIS_5

Toggle CMSIS_5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for CMSIS_5, so upstream Synth_Dexed can be used (probo…

…nopd#41)

* Fixes for using standard Synth_Dexed.
Added support for CMSIS.

* Fix for branch of Synth_Dexed

* Submodules for Synth_Dexed and CMSIS_5 added.

Co-authored-by: Holger Wirtz <[email protected]>

multi-core

Toggle multi-core's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix previous commit