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

Add support for AAX meters #801

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    78e6408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23acae0 View commit details
    Browse the repository at this point in the history
  3. Include config.h so we can use symbol AAX_PLUG_CATEGORY_STR, remove f…

    …or loops because there's only one maximum value regardless of number of buses.
    sstillwell committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    670dabb View commit details
    Browse the repository at this point in the history
  4. Forgot to set information on what meters exist and how many - this is…

    … separate from creating the descriptors.
    sstillwell committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    a41fb70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44d765b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    7aaef72 View commit details
    Browse the repository at this point in the history
  2. Refactor added meter code from IPlugProcessor to IPlugAAX since it on…

    …ly applies to AAX plugins.
    sstillwell committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    8de5822 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Update IPlugAAX.cpp to fix crash on mono/dual-mono instances

    Change method to only search connected buffers for maximum values - otherwise would cause mono instances to crash either on instantiation, on removal, or on Pro Tools quit.
    sstillwell committed May 10, 2023
    Configuration menu
    Copy the full SHA
    1bf4589 View commit details
    Browse the repository at this point in the history