Hello, I installed Csound5 from source on Arch Linux.
Everything seems to work fine, until I tried compiling some examples. There are some opcodes missing, for example when using butterbp, poscil or moogladder I get the error.
error: no legal opcode
I just started using Csound, maybe there are some plugins I need to install?
Sorry if this is a nooby question, but I can't find any info on it. Thx,
Righard



To answer myself, I did not
To answer myself,
I did not set the OPCODEDIR,... Csound only said this every time I used it so I missed it :)
export OPCODEDIR=/usr/local/lib/csound/plugins/
did the trick.