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

Support for .vstpreset files #13

Open
wrenchse opened this issue Oct 19, 2022 · 4 comments · May be fixed by #18
Open

Support for .vstpreset files #13

wrenchse opened this issue Oct 19, 2022 · 4 comments · May be fixed by #18
Labels
enhancement New feature or request

Comments

@wrenchse
Copy link

wrenchse commented Oct 19, 2022

I think Plugalyzer could be even more useful if we could load vstpresets directly.
From what I found it seems pretty straightforward; I'd give it a go myself but haven't worked with JUCE before at all.
https://forum.juce.com/t/loading-vstpresets-in-vst3-plugins-do-not-load-correctly/47111/2

PS. I love this tool, super well made!

@CrushedPixel CrushedPixel added the enhancement New feature or request label Nov 10, 2023
@CrushedPixel
Copy link
Owner

This definitely seems like a good addition.

@CrushedPixel CrushedPixel linked a pull request Jan 24, 2024 that will close this issue
@CrushedPixel
Copy link
Owner

See #18 - please test and report back!

@CrushedPixel
Copy link
Owner

@steveschow is this what you need (vstpreset support)? If so, please test and let me know if it works!

@steveschow
Copy link

I have built a version of Plugalyzer that can support VST2, since I have the VST2 sdk.

Using that I am able to test out the freely available Piz midi plugins. However, they do not work at all in Plugalyzer due to bus layout conflict of some kind. See results below. At this point I am running out of time to continue further testing and trying Plugalyzer. I will watch the updates, when its released with VSTpreset, midi plugin and deals with whatever it needs to deal with so that I can test midi plugins (preferably also VST2) then I will try it again. good luck.

 ./Plugalyzer process --plugin=/Library/Audio/Plug-Ins/VST/piz/midiNotesToCC.vst --midiInput=/Users/sjs/Desktop/testmidi.mid --midiOutput=/Users/sjs/Desktop/output.mid
Attempting to load VST: /Library/Audio/Plug-Ins/VST/piz/midiNotesToCC.vst
Creating VST instance: midiNotesToCC
Initialising VST: midiNotesToCC (1.1.0.0)
Attempting to load VST: /Library/Audio/Plug-Ins/VST/piz/midiNotesToCC.vst
Creating VST instance: midiNotesToCC
Initialising VST: midiNotesToCC (1.1.0.0)
Plugin does not support requested bus layout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants