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

Make it possible to prevent teleporting between VST instances #6

Open
mgunyho opened this issue Oct 18, 2021 · 0 comments
Open

Make it possible to prevent teleporting between VST instances #6

mgunyho opened this issue Oct 18, 2021 · 0 comments

Comments

@mgunyho
Copy link
Owner

mgunyho commented Oct 18, 2021

After thinking about #5 a bit more, it might be a good idea to scope the teleport locally within a VST plugin instance by default, and have a right-click option to change to "global mode".

I don't know exactly how to do this, maybe change the keys of the static std::map<...> inputs to (string, InstanceID) or something, where InstanceID would be null for the "global" option. Should check the Rack API to see if there's a way to get some sort of plugin instance ID.

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

No branches or pull requests

1 participant