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

hi there , is xmms2's visualization still work? #2

Open
cuu opened this issue May 5, 2018 · 3 comments
Open

hi there , is xmms2's visualization still work? #2

cuu opened this issue May 5, 2018 · 3 comments

Comments

@cuu
Copy link

cuu commented May 5, 2018

my system is ubunut 16.04

just download the stable code and compiled the vistest
like libvisual.c vistest.c

but none of them works, nothing out when I ran them

xmms2 works on my system

so I wonder the code of vistest still working?

@nesciens
Copy link
Contributor

nesciens commented May 6, 2018

It works for me, but I've lost track of the version I'm running.

Enabling it is a bit tricky, so I'd like to check that first:

  • Do you have the visualization plugin?
  • Have you added it to the effect chain?
  • Has a song started since enabling (since the transformation chain only gets rebuilt when a song starts)? Try stop then play to trigger this.
$ xmms2 server plugin | grep vis
visualization   - visualization hook
$ xmms2 server config effect.order.0 visualization
$ xmms2 stop
$ xmms2 play
$ vistest
 ++++******#########################  ################################-

@cuu
Copy link
Author

cuu commented May 7, 2018

@nesciens
yeah, tricky
well after everything I done followed your instruction.
still nothing happend , I believe the code has problems now

int ret = xmmsc_visualization_chunk_get (connection, vis, data, 3, 1000);

I printf out the ret
always get 0
so it is not working as we expected

anyway
what is your xmms2 version?
what is the effect chain? how to check if I added or not?
I use xmms2 to add a song, playing is well
I tried in stable and devel branch

@trofi
Copy link

trofi commented Apr 22, 2023

I fixed a few libvisual things in 0.9.2, like ipv6 and semtomedop() detection (a few notes on https://trofi.github.io/posts/279-xmms2-0.9.2-is-out.html). Chances are you might be able to run it now.

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