Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

super welle working ? #3

Open
trebmuh opened this issue Nov 8, 2019 · 14 comments
Open

super welle working ? #3

trebmuh opened this issue Nov 8, 2019 · 14 comments

Comments

@trebmuh
Copy link
Contributor

trebmuh commented Nov 8, 2019

@ycollet il fonctionne chez toi?

@ycollet
Copy link
Owner

ycollet commented Nov 8, 2019

Je testerai ce week-end et je te tiens au courant.

@trebmuh
Copy link
Contributor Author

trebmuh commented Nov 8, 2019

ok

@SpotlightKid
Copy link

I get this, when I try to load super welle:

$ jalv.gtk http://bjones.it/psi-plugins/super_welle
Plugin:       http://bjones.it/psi-plugins/super_welle
UI:           http://bjones.it/psi-plugins/super_welle/ui
JACK Name:    Super Welle
Sample rate:  48000 Hz
Block length: 256 frames
MIDI buffers: 32768 bytes
Comm buffers: 32768 bytes
Update rate:  25,0 Hz
lilv_lib_open(): error: Failed to open library /home/chris/.lv2/super_welle-psi.lv2/super_welle.so (/home/chris/.lv2/super_welle-psi.lv2/super_welle.so: undefined symbol: bl_freq)
Failed to instantiate plugin.
Exiting...

Manjaro x86_64, GCC 9.2

@ycollet
Copy link
Owner

ycollet commented Nov 16, 2019

I will try to see where this problem comes from?
Can you try a ldd /home/chris/.lv2/super_welle-psi.lv2/super_welle.so ?

@SpotlightKid
Copy link

$ ldd /home/chris/.lv2/super_welle-psi.lv2/super_welle.so
	linux-vdso.so.1 (0x00007ffd943b2000)
	libc.so.6 => /usr/lib/libc.so.6 (0x00007f8e52dbd000)
	/usr/lib64/ld-linux-x86-64.so.2 (0x00007f8e53030000)

@SpotlightKid
Copy link

SpotlightKid commented Nov 16, 2019

Steps I took for building & installation:

python2 waf configure --prefix=/usr --lv2-user
python2 waf build
python2 waf install

@ycollet
Copy link
Owner

ycollet commented Nov 16, 2019

Thanks a lot.
I check ..

@ycollet
Copy link
Owner

ycollet commented Nov 16, 2019

I just pushed a commit.
I modified some h / c files to remove inline.
I added in wscript the link to libm.so ...

@SpotlightKid
Copy link

Now it opens in jalv.gtk with the generic UI and jalv prints this error message:

suil error: Unable to open UI library /home/chris/.lv2/super_welle-psi.lv2/super_welle_ui.so (/home/chris/.lv2/super_welle-psi.lv2/super_welle_ui.so: undefined symbol: _Z7bl_freqP6BL_Oscd)

In Carla, also just the generic UI.

@SpotlightKid
Copy link

@ycollet
Copy link
Owner

ycollet commented Nov 16, 2019

Hmm, I just tested the super_welle.so file.
Let's check the other one :)

@ycollet
Copy link
Owner

ycollet commented Nov 16, 2019

The first part is now fixed (build + link of the so files).
I have pushed the changes
I will try to fix the ttl files now.

@SpotlightKid
Copy link

I an confirm it works now in jalv. Not in Carla though (due to the two atom input ports most probably).

@ycollet
Copy link
Owner

ycollet commented Nov 16, 2019

The last part is a little bit touchy.
I am not the original dev of these plugins.
I think removing this input is managable.
I'll post a message once this is done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants