Duplicate VST ID's
Create custom control surfaces for MIDI hardware.
Status: Beta
Brought to you by:
ctrlr
I have run into the problem of creating duplicate VST ID's with a Tab and a Slider having the same ID.
I couldn't figure out why the Slider was reseting and sending a MIDI message when I clicked on a different tab.
uiGroup objects have duplicate VST IDs
You can then eventually create an item with the same ID
I made the VST indexes read/write so you can change them however you want, however duplicates will be re-indexed at panel load, so you need to keep those indexes tidy. I'll try to provide some kind of a cleanup method later on.