kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
844 stars 36 forks source link

Decent Sampler is shown as two instruments with the same name #1363

Closed akimaze closed 2 years ago

akimaze commented 2 years ago

Decent Sampler (https://www.decentsamples.com/product/decent-sampler-plugin/) is found by Radium as two instruments. Then when added to track, I get a strange warning:

image

1. Steps to reproduce the problem.

2. Which version of Radium are you using? Do you know if an earlier version has worked?

Official build 6.9.96, also my own build

3. If relevant, which operating system did you run Radium on?

Mint 20.2

akimaze commented 2 years ago

Bitwig and Waveform shows only one instrument.

kmatheussen commented 2 years ago

Strange. Maybe there is a symbolic link somewhere that's causing the file to be loaded two times? Or maybe you have added two VST paths which will eventually cause the same directory to be scanned twice? I'm not saying this is your fault. :-) Just trying to figure out what the bug is.

On Sat, Dec 11, 2021 at 3:42 PM akimaze @.***> wrote:

Bitwig and Waveform shows only one instrument.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kmatheussen/radium/issues/1363#issuecomment-991667582, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIX3JYFU2SCU6U32ZMY7IDUQNPMJANCNFSM5J3CRVIQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

akimaze commented 2 years ago

You are right that was my fault. Two paths to the same folder in configuration. Thank you!