A way to group instances of VST plug-in with different formats, but the same algorithm -


i'm making window showing available plug-ins on user's system. want group vst plug-ins visual bundles common name in 1 column , available formats (like mono, stereo, etc.) in separate column. here example:

|  trueverb | mono, stereo     | |  um226    | stereo, 5.0, 5.1 | 

i see protools similar. think because aax plug-ins have separate unique ids product , instance used such sort of things. vst , vst3 sdks don't provide similar. though vst sdk provide "product name" of plug-in instance, not included in vst3 sdk.

is there way tell whether instances represent same algorithm (i.e. product) different format (width), except parsing plug-in name?


Comments

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -