spell-music / csound-expression

Haskell Framework for Electronic Music
320 stars 31 forks source link

Missing FLPanel #69

Closed georgefst closed 2 years ago

georgefst commented 2 years ago

I'm trying to run the pedalboard example, but I've hit the issue from #13 (Unexpected untyped word FLpanel when expecting a variable). Unfortunately, I'm on Arch and there's no csound-gui package (although even the apt one seems like it may no longer do what's needed).

I'll have to investigate with the csound maintainers and Arch packagers to see what's going on here.

georgefst commented 2 years ago

I'll have to investigate with the csound maintainers and Arch packagers to see what's going on here.

See csound/csound#907.

anton-k commented 2 years ago

Thanks to mention that as I've switched to Manjaro recently. Now I've also discovered that fltk GUI does not work. Which is a pity... I've asked on Csound forum for help. Maybe other Arch/manjaro users can reach out and help us with that.

georgefst commented 2 years ago

I've asked on Csound forum for help.

Thanks! Could you post a link to that? I'd like to follow, but couldn't find it.

anton-k commented 2 years ago

https://listserv.heanet.ie/cgi-bin/wa?A2=ind2201&L=CSOUND&P=70415

anton-k commented 2 years ago

They reply that it was moved to another repo and probably should be built from sources. Or maybe there is Arch project for csound-plugins

anton-k commented 2 years ago

The repo is here: https://github.com/csound/plugins

georgefst commented 2 years ago

As I mentioned in https://github.com/csound/csound/issues/907#issuecomment-1010446003, there's no Arch csound-plugins package, even though weirdly there's evidence that one may once have existed.

And I had difficulty with building from source, although I may look in to it further. Have you tried?

anton-k commented 2 years ago

Ok I could install it from sources. Here is the instruction for it:

> whereis csound
csound: /usr/local/bin/csound /usr/local/lib/csound /usr/include/csound

For me the path prefix is /usr/local/lib

For me problem was that I used it on master branch and master branch has a bug in installation copy path.

georgefst commented 2 years ago

Thank you! That'll tide me over until it's properly packaged again.

georgefst commented 2 years ago

PS. This library is awesome! And, in case you've never tried it, the visual stuff (e.g. the virtual pedalboard example) works beautifully with a touch screen.

anton-k commented 2 years ago

Thanks for kind words, I happy to know!