Sensible plugin version strings #883
Closed
DaveBenham
started this conversation in
Ideas
Replies: 2 comments 10 replies
-
|
I think part of the reason is that Rack does an ABI check based on the version. Since Cardinal doesn't have the same limitations we force to the major version here: https://github.com/DISTRHO/Cardinal/blob/main/plugins/plugins.cpp#L1072-L1075 I do agree that it would be nice to see more directly which module versions are installed. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I think the following code would implement the logic I have above |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently all plugins within Cardinal show as version 2.0 within the Info context menu (at least that is all I have been able to find).
Is there really no way to put something more useful? It is really hard to tell what plugin features should be present.
For example, I would like to use the version number from the VCV json.plugin that was used as the code source.
This can help when looking at documentation. For example, the current Cardinal nightly build has Venom source from v2.14.2, but the latest release for VCV is v2.14.4. The Venom documentation is up to date at v2.14.4. As far as I can tell, there is no way for a user to tell what version is actually in Cardinal. If Cardinal listed the Venom version as v2.14.2, then the user could look at the Venom Changelog and see what features in the documentation are missing from v2.14.2,
Beta Was this translation helpful? Give feedback.
All reactions