gogins / csound-extended

Extensions for Csound including algorithmic composition, Android app, and WebAssembly.
GNU Lesser General Public License v2.1
40 stars 1 forks source link

STK plugin opcodes build but do not run #118

Closed gogins closed 4 years ago

gogins commented 4 years ago

This appears to be due to a system package for the STK library 4.5.0 that does not export symbols.

gogins commented 4 years ago

Try removing the system shared library libstk-4.5.0.so and see if the local build is picked up.

It is, but Csound still does not load the opcodes.

gogins commented 4 years ago

Try debugging again.

gogins commented 4 years ago

Is it just RAWWAVE_PATH? Yes.

gogins commented 4 years ago

Not sure how to really fix this.

gogins commented 4 years ago

The directory should be /usr/share/stk/rawwaves and should be set by the package installer.

gogins commented 4 years ago

I don't see how to get this to be permanently set by the package installer, so I am just going to document it.