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

Fix #279 - Fail to render when non-VST fx are in fx chains #280

Merged
merged 4 commits into from
Jun 4, 2024

Commits on May 21, 2024

  1. Update reaper_plugin_functions.h to MODIFIED v6.37

    v6.37 supports TrackFX_GetNamedConfigParm( track, 0, "fx_name" )
    Some earlier versions support TrackFX_GetNamedConfigParm, but not with the "fx_name" arg
    Modification is to address this bug in the header: https://forum.cockos.com/showthread.php?p=2548853 (post 4)
    firthm01 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1d8c8c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b3514e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aa3468 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    firthm01 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b63ba92 View commit details
    Browse the repository at this point in the history