Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: calf-studio-gear/calf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LMMS/veal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ladspa
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 22 files changed
  • 11 contributors

Commits on Feb 11, 2018

  1. Add LADSPA v1 files

    Add warning about submodule, fork
    tresf committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    d91c354 View commit details
    Browse the repository at this point in the history
  2. Get calf 0.90 to compile in veal

    Details:
    
    * Add dual_vumeter class which had been removed
    * Replace fabs by abs
    * Add missing ladspa_instance::phase_graph_iface function
    * Add aliases for structs due to naming conflicts
    * Disable non-working/fluid plugins as experimental
    * Remove duplicate modules
    * Fix compilation on Windows
    * Fix behavior of port names for in and out ports
    * Enable effects that have too many inputs or outputs
    * Rotary Speaker: Bash output gain to 1 for compatiblity
    * Mark enumed values for LMMS so they can be later used to build newlines in the LADSPA effect GUIs (like toggles)
    * Enable (mono) vocoder
    * Remove modules.h
    * Fix non-ifdeffed include of fluidsynth.h
    * Revert compiler warning fixes in orfanidis.h
    * Fix segfault arising in all limiters
    Johannes Lorenz authored and tresf committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    0114653 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Configuration menu
    Copy the full SHA
    2841b05 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Configuration menu
    Copy the full SHA
    fe62888 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Configuration menu
    Copy the full SHA
    045bba7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Merge branch 'master' into updateladspa

    justnope committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    b164a4d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Merge pull request #6 from justnope/updateladspa

    Updateladspa
    JohannesLorenz committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    f889b76 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. calf_plugins::load_gui_xml: Fix catching exception by value

    With -Werror with GCC 9:
    error: catching polymorphic type 'struct calf_utils::file_exception' by value [-Werror=catch-value=]
    PhysSong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0ae9287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9668911 View commit details
    Browse the repository at this point in the history
  3. Fix C++17 compatibility

    NOTE: Breaks C++03 compatibility
    PhysSong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    188b751 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Add MSVC support (#9)

    Co-authored-by: justnope <[email protected]>
    Co-authored-by: Dan Giddins <[email protected]>
    3 people committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    aaea579 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    20fdd6a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Fixed more veal memory leaks. (#11)

    Fix limiter mem leak on msvc
    Rossmaxx committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f1debeb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    422168d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    2556e64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from FyiurAmron/sync-to-upstream

    Partial sync to upstream calf-studio-gear/calf
    JohannesLorenz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0162621 View commit details
    Browse the repository at this point in the history
Loading