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.
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.