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

Warn about LADSPA problems #7267

Commits on May 18, 2024

  1. Warn about LADSPA problems

    Introduce a method which checks if a file that's loaded has the LADSPA
    controls saved in an old format that was written with a version before
    commit e99efd5.
    
    The method is run at the end so that problems in all file versions are
    detected. If a real upgrade was to be implemented it would have to run
    between `DataFile::upgrade_0_4_0_rc2` and `DataFile::upgrade_1_0_99`.
    
    See LMMS#5738 for more details.
    michaelgregorius committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8710293 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge remote-tracking branch 'upstream/master' into 5738-WarnOnPotent…

    …ialLadspaPluginProblems
    
    Conflicts:
    * include/DataFile.h
    * src/core/DataFile.cpp
    michaelgregorius committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2ba8aaf View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Count number of problematic plugins

    Count the number of problematic LADSPA plugins and show it in the
    warning.
    michaelgregorius committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    38d1cd8 View commit details
    Browse the repository at this point in the history