kmatheussen / radium

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

Gdi Varispeed Plugin - trying to open GUI open another Radium instance #1377

Open akimaze opened 2 years ago

akimaze commented 2 years ago

When I try open GUI of this plugin it opens another Radium window instead of plugin window. In other daw (Waveform) plugin works ok.

1. Steps to reproduce the problem.

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

Official 6.9.97.

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

Linux Mint

akimaze commented 2 years ago

Hi, After upgrade to latest master with juce 6.1.6 there is a error message: Zrzut ekranu z 2022-04-11 16-28-55

But still not working and open new radium instance.

kmatheussen commented 2 years ago

I can't even load that plugin. Does it work in other DAWs?

kmatheussen commented 2 years ago

Oh right, in waveform. I oversaw that.

kmatheussen commented 2 years ago

It fails loading in the "AudioPluginHost" program as well, included with JUCE 6.1.6.

When I "ldd" the .so file, I get three missing symbols though:

symbol exp version GLIBC_2.29 not defined in file libm.so.6 with link time reference    (VariSpeed.vst3/Contents/x86_64-linux/VariSpeed.so)
symbol log version GLIBC_2.29 not defined in file libm.so.6 with link time reference    (VariSpeed.vst3/Contents/x86_64-linux/VariSpeed.so)
symbol pow version GLIBC_2.29 not defined in file libm.so.6 with link time reference    (VariSpeed.vst3/Contents/x86_64-linux/VariSpeed.so)

So I guess that's the reason I can't run it.

akimaze commented 2 years ago

@kmatheussen I also tested this plugin in Bitwig and it works OK. But in Audio Plugin Host (older JUCE I have 6.1.4) behaves like Radium and opens another Audio Plugin Host windows. So maybe it's a JUCE bug.