Hello everybody!

I was wondering if Csound Plugins, that are not part of the Csound core, are running on the Bela Board.
These are normally loaded dynamically and i wrote a few which i would like to use on the Bela board.

If so, for which system i need them to compile?
Maybe someone has already a compile command for this?
And also: where do i need to put these library files on the bela board? and how do i link them on the bela board in the csound patch?

Greetings,
Philipp

    PvN I was wondering if Csound Plugins, that are not part of the Csound core, are running on the Bela Board.
    These are normally loaded dynamically and i wrote a few which i would like to use on the Bela board.

    The easiest way should be to copy the source to the board and compile them natively and install them.

    PvN Maybe someone has already a compile command for this?

    You don't want to get into cross compiling for something this small I think.

    PvN And also: where do i need to put these library files on the bela board?

    The answer should be "wherever you put them in regular csound". I'd expect that if the build system has an install target, that will take care of that automatically?