Giter VIP home page Giter VIP logo

Comments (2)

albedozero avatar albedozero commented on June 3, 2024

each time I switch to a preset that uses LADSPA Plugin, it could not be loaded. I.e. selecting patch 4/12: HohnerD6 Clav it throws
fluidsynth: error: Maximum number of nodes reached

This is a bug that was fixed in FluidSynth/fluidsynth#795, which became part of FluidSynth 2.1.8. However, debian/Raspbian repos have a slow update cycle, and thus the newest version available using apt is 2.1.7, the one you're using. To get the latest version you can just run the SquishBox install script (curl -L git.io/squishbox | bash) and choose the option to compile FluidSynth locally. This will also allow you to install the web-based file manager to solve your question #49, as well as give you some fixes in the FluidPatcher 0.7.8 release that make the LADSPA effect chaining work even better.

Also: listplugins Warning: You do not have a LADSPA_PATH environment variable set. Defaulting to DEFAULT_LADSPA_PATH. But I checked the folder /usr/lib/ladspa and all expected effect are there. So how to fix this?

Past versions of Raspberry Pi OS seemed to have LADSPA installed by default and had this environment variable set, but this no longer seems to be the case. You can do it yourself by adding the following line at the end of your .profile file in your home directory:

export LADSPA_PATH="/usr/lib/ladspa"

from fluidpatcher.

BeFrankly avatar BeFrankly commented on June 3, 2024

Dear @albedozero ,
thx for your fast help. Just to help others I post this:
It was an adventure to rebuild fluidsynth on the Raspberry Pi but in the end it worked. I did it on a 4GB flash card that had just 500M space left. It did not work the first time because the build process fails because of an access error.
So I did sudo curl -L git.io/squishbox | bash and it worked. Without sudo it didn't.
Take a coffee while it's building fluidsynth (Depends on the Pi version you have).
Regards
Frank

from fluidpatcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.