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

[FEATURE] Display model sample rate on settings page #522

Merged
merged 7 commits into from
Nov 8, 2024

Conversation

sdatkinson
Copy link
Owner

Description

Show model information on the settings page, if one is loaded:
image

If not, show nothing:
image

Resolves #501

PR Checklist

  • Does the VST3 plugin pass all of the unit tests in the VST3PluginTestHost? (Download it as part of the VST3 SDK here.)
    • Windows
    • macOS
  • [N] Does your PR add, remove, or rename any plugin parameters?
    • [N/A] If yes, then have you ensured that older versions of the plug-in load correctly? (Usually, this means writing a new legacy unserialization function like _UnserializeStateLegacy_0_7_9.)

@sdatkinson sdatkinson merged commit 8c60c05 into main Nov 8, 2024
2 checks passed
@sdatkinson sdatkinson deleted the 501-sample-rate branch November 8, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Report model's native sample rate on settings page
1 participant