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 VST3 preset_data property to get/set .vstpreset data directly #351

Merged
merged 2 commits into from
Jul 30, 2024

Commits on Jul 5, 2024

  1. Add VST3 preset_data property to get/set .vstpreset data directly

    Setting the property has the same behavior as `load_preset` (but
    doesn't require a file). Getting the property returns the .vstpreset
    data representing the current plugin state.
    
    Previously, it wasn't quite possible to generate .vstpresets purely
    from `pedalboard` objects, since they need to include a [class
    ID](https://forum.juce.com/t/how-to-get-vst3-class-id-aka-cid-aka-component-id/41041/3),
    which isn't exposed elsewhere.
    kmontag committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b1dfd46 View commit details
    Browse the repository at this point in the history
  2. Fix test formatting

    kmontag committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0a68707 View commit details
    Browse the repository at this point in the history