probonopd / MultiDexed

MultiDexed
10 stars 1 forks source link

Put each Dexed instance into its own tab or behind a button #10

Closed probonopd closed 1 year ago

probonopd commented 1 year ago

As of 9cde4a1, we had a tabbed user interface:

image

This worked well in the Standalone version but crashed when running as a VST3.

In order to make it not crash when running as a VST3, we are using this monstrosity for now:

image

At least it doesn't crash, but it is not really user friendly (and selecting a different voice from the menu fails, REAPER bug? Works in Standalone. Workaround: Use the small arrows.)

We need to find a way to have a better user interface again, but without crashing when running as a VST3.