Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added LV2 plugin, added Standalone, removed legacy VST2 plugin #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 12, 2023

  1. Added LV2 plugin, added Standalone, removed legacy VST2 plugin

    Update Tunefish4.jucer to make it compile in modern Linux systems with modern JUCER version.
    
    VST2 is legacy, and required manually downloading some SDK files from a web archive. It's easier to just disable it and focus only on VST3.
    https://forum.juce.com/t/vst-sdk-3-6-12/30703
    
    If needed, VST2 can be easily added back by setting `buildVST="1"` and by adding `buildVST` to `pluginFormats`.
    
    LV2 plugin can also easily be built, thanks to JUCE. I've quickly tested it using Jalv and it works fine: https://drobilla.net/software/jalv.html
    
    The Standalone version also works fine.
    
    Disabling the automatic copy/install of the plugins to the home directory is helpful when packaging this software. OB-Xd on Arch linux also does it: https://gitlab.archlinux.org/archlinux/packaging/packages/ob-xd/-/blob/main/skip-plugin-copy.patch
    
    ---
    
    How to build:
    
        cd src/tunefish4
        Projucer --resave Tunefish4.jucer
        Builds/LinuxMakefile
        make CONFIG=Release
    
    Although it works fine, it complains with message:
    
        JUCE Assertion failure in juce_audio_plugin_client_LV2.cpp:133
    
    I don't know how to fix it, and it doesn't affect the main usage.
    denilsonsa authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    51a43f3 View commit details
    Browse the repository at this point in the history