spell-music / csound-expression

Haskell Framework for Electronic Music
320 stars 31 forks source link

Novice Struggling with finding dependencies #92

Closed CMorrison82z closed 2 months ago

CMorrison82z commented 5 months ago

OS: EndeavourOS

Using cabal repl with: build-depends: base ^>=4.17.2.1 , csound-expression >= 5.4.3 , csound-catalog

installed csound and WildMIDI from the AUR. (Note I did NOT install cabal using AUR as that's known to cause issues)

I'm currently unable to get sound from vdac midi, and from temporal-media module (used in the "Scores" section). The virtual keyboard appears, but produces no sound

I suspect I'm missing some kind of dependency ?

anton-k commented 2 months ago

Sorry for late reply this caused by this bug: #93 I'm going to fix it in upcoming release.

anton-k commented 2 months ago

I've tried vdac on new version and it works. Probably it was silenced by the bug in renderer.

anton-k commented 2 months ago

It's fixed on master. I've uploded new version to hackage also.

CMorrison82z commented 2 months ago

That's fixed it, awesome !