mgunyho / Little-Utils

Little Utils plugin for VCV Rack
European Union Public License 1.2
15 stars 5 forks source link

Make it possible to prevent teleporting between VST instances #6

Open mgunyho opened 3 years ago

mgunyho commented 3 years ago

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.