Massimo Pennazio

Results 6 issues of Massimo Pennazio

Hello, https://github.com/MaxPayne86/meta-moddevices-contrib/blob/dunfell-hotfix-1.11/recipes-plugins/fluidsynth-plug/fluidsynth-plug.bb I would like to switch to fluidsynth version contained in meta-openembedded dunfell branch which contains some interesting patches like 0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch keep up with the good work, thanks a...

Hello, the original RPi.GPIO is written in C because in python is not possible to have real multithreading behaviour. When you decided to port the original library and switch to...

Current JUCE module is https://github.com/lv2-porting-project/JUCE.git which is version 6.0.8 from a particular JUCE fork Elk OS SDK which is currently signaled as the only headless build is using https://github.com/elk-audio/JUCE/commits/mind/headless_plugin_client_next which...

This can be replicated with https://github.com/moddevices/mod-plugin-builder/blob/f73345bc16e64b048aa06df7bac3218ba9094782/plugins/package/aidadsp-lv2/aidadsp-lv2.mk#L7 ``` -AIDADSP_LV2_VERSION = 0bac2f3feb811115d696b11ec2293f5f03a535ac +AIDADSP_LV2_VERSION = 6e54495ce95bcbaf2432ef4a3931299492b14671 ... -AIDADSP_LV2_CONF_OPTS = -DRTNEURAL_EIGEN=ON +AIDADSP_LV2_CONF_OPTS = -DRTNEURAL_XSIMD=ON ``` this is not happening on [other build systems like...

bug

Hi, using RTNeural 4a540403e115bae18d29142a5f54e7c3598b6e51 ``` docker buildx create --name mybuilder docker buildx use mybuilder docker run -it --rm --privileged tonistiigi/binfmt --install all # Install all qemu emulators docker run --rm...