Skip to content

Bridge dll naming and Reaper DAW #7

@mikeoliphant

Description

@mikeoliphant

I have two different plugins built using SharpSoundDevice, and I noticed that Reaper was combining the user presets for the two plugins. It looks like Reaper is grabbing the dll name by just looking before the first ".", so "Bridge.MyPlugin1.dll" and "Bridge.MyPlugin2.dll" both end up called "Bridge".

As a result, presets for any plugin built using SharpSoundDevice will end up getting lumped together.

I realize that this is really a Reaper issue and not a SharpSoundDevice issue, but since Reaper is one of the more popular DAWs out there, it might make sense to resolve it here.

Naming the bridge plugin "MyPluginBridge.dll" or "MyPlugin.Bridge.dll" instead of "Bridge.MyPlugin.dll" would fix the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions