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

Opening and showing UI of VSTs #24

Closed
ghost opened this issue Feb 22, 2021 · 2 comments
Closed

Opening and showing UI of VSTs #24

ghost opened this issue Feb 22, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ghost
Copy link

ghost commented Feb 22, 2021

Would it be possible to open the UI of VSTs?
Main reason is to automate some tasks via image recognition and automated mouse clicking.

For example looping over presets is in most plugins not supported and has to be done manually (look for button and click on).

PS: The project I was looking for 2 years. Played around with renderman but did not find the time to extend it.

@DBraun
Copy link
Owner

DBraun commented Feb 22, 2021

Good suggestion because some things just can't be modified via code such as drawing an ADSR curve, or changing a modular synth routing. As a starting point I would suggest we look at https://forum.juce.com/t/does-plugin-hosting-support-plugin-gui-as-a-component-child/16938/2 and seeing how Python can open viewers, kind of like opencv cv2.imshow()

@DBraun
Copy link
Owner

DBraun commented Apr 19, 2022

0.6.2 now has open_editor() for Plugin Processor. See tests/test_plugins.py

@DBraun DBraun closed this as completed Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant