Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Conversation

@crsaracco
Copy link
Member

@crsaracco crsaracco commented May 15, 2019

Issue

Bitwig wasn't getting the VST's name anymore:

I assume this is because Bitwig used to issue a GetProductName opcode to get this, but now it's issuing the GetEffectName opcode instead.

Fix

I simply copy-pasted what we had for GetProductName and made it the GetEffectName handler too:

I know that Carla/JUCE uses this same opcode to fill in the plugin name (they call their equivalent opcode plugInOpcodeGetPlugInName here).

Question

I couldn't find out what GetProductName is supposed to be used for, from a quick glance at the Carla code. What should we do there instead?

@wrl wrl force-pushed the opcode-geteffectname branch from afc2a4e to 68a9406 Compare June 20, 2019 21:17
@piedoom piedoom merged commit d764abc into master Jun 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants