mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 06:05:55 -06:00
[GH-ISSUE #53] Dubly3 has same VST id on Linux as Dubly2 #44
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/airwindows#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xard-dev on GitHub (Oct 5, 2024).
Original GitHub issue: https://github.com/airwindows/airwindows/issues/53
Ardour 8.8 on Ubuntu 20.22 Linux refused to detect the Dubly3 as it had same VST id as Dubly2.
Checked the code and sure enough, both plugins seem to have the same id:
@airwindows commented on GitHub (Oct 5, 2024):
Well spotted! That one got by me fair and square. The AU has used the ID 'dblx' (normally I increment the last letter but it was already Z for 2) but the VSTs have not adopted the correct ID. I will have an update by the next time I'm releasing an audio-type plugin, most likely next weekend not this weekend :)