Is there any thought about perhaps improving the signal-to-noise ratio of the plugin API version mismatch messages?
ERROR: API version mismatch: /home/dlm/.local/share/SuperCollider/Extensions/OversamplingOscillators/TriOS.so
This plugin is not compatible with SuperCollider >=3.15
The plugin has not been loaded; please find or compile a newer version.
(Plugin's API version: 3. Expected: 6)
ERROR: API version mismatch: /home/dlm/.local/share/SuperCollider/Extensions/OversamplingOscillators/OscOS.so
This plugin is not compatible with SuperCollider >=3.15
The plugin has not been loaded; please find or compile a newer version.
(Plugin's API version: 3. Expected: 6)
ERROR: API version mismatch: /home/dlm/.local/share/SuperCollider/Extensions/OversamplingOscillators/BuchlaFoldOS.so
This plugin is not compatible with SuperCollider >=3.15
The plugin has not been loaded; please find or compile a newer version.
(Plugin's API version: 3. Expected: 6)
ERROR: API version mismatch: /home/dlm/.local/share/SuperCollider/Extensions/OversamplingOscillators/OscOS3.so
This plugin is not compatible with SuperCollider >=3.15
The plugin has not been loaded; please find or compile a newer version.
(Plugin's API version: 3. Expected: 6)
As a user, what is really of interest to me is the directory, not the specific plugin, and of course, I do not need the complete message to be repeated for every plugin.
E.g., OversamplingOscillators contains 23 plugins, but I will fix them by rebuilding one package. So that’s 4 non-blank lines of output times 23 plugins = 92 lines of output, for one useful piece of information.
I realize that in C++, it’s painful to collate data like this, but I imagine that my tolerance for sifting through redundant messaging may be higher than some other users, and even I’m finding this to be annoying.
hjh