c3r1c3
c3r1c3
(With the supplied headers... I will test with the Steinburg headers afterwards) Line 25 errors happen when I'm trying to open the interface. Line 185 and 71 errors happens when...
Okay, doing a clean build with the Steinburg headers I get the following with the above listed problem plugins: Line 25 errors still happen. (Makes sense, the plugin is most...
As of PR #17 the issues with Line 25, Line 185 and Line 1279 are fixed with the bundled header. Haven't done any tests with the Steinburg header yet. The...
(Due to code changes the Line 71 error is now Line 88/89).
With the latest patch, we can now open the interface for all the plug-ins that I have, that we couldn't before (sans those that crash at loading). This also means...
We're on our own here... so I'm proposing that we add our own interface for this module. We could put it under the "Tools" or "Edit" menu item in the...
Okay, correction: Got some good news from Jim today, but it means waiting so I'll put this on the back burner for now and revisit it later.
https://github.com/teragonaudio/MrsWatson/blob/master/source/plugin/PluginVst2x.h#L91
Technically possible, but would require winelib, and can be buggy/crash-prone. Ardour has a build option to build such, but stepping through it, it seems a bit messy and complicated.
Hmm... that would require looking at the VST type (types are defined in the header) and filtering those out from display. I think the MrsWatson code has an example of...