[GH-ISSUE #53] Dubly3 has same VST id on Linux as Dubly2 #44

Closed
opened 2026-05-05 22:03:11 -06:00 by gitea-mirror · 1 comment
Owner

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:

const unsigned long kUniqueId = 'dblz'; 
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: ``` const unsigned long kUniqueId = 'dblz'; ```
Author
Owner

@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 :)

<!-- gh-comment-id:2395133263 --> @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 :)
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/airwindows#44
No description provided.