Hello everybody.
I wrote some Csound Plugins to use on the Bela Board.
The Csound API is using the float type 'MYFLT', which checks if the system is running floats or doubles.
This normaly works on my desktop machine.
But bela board refuses to load the plugins with this error message:
WARNING: [mnot loading 'genious.so' (uses incompatible floating point type)
So i guess my compiling is not working right. I uses this compile command:
gcc -shared -o ../releases/genious.so genious.c -I../../../Csound.headerfiles
and i also used this one
gcc -O2 -shared -o ../releases/xine.so -fPIC xine.c -DUSE_DOUBLE -I./Headers/
Can someone help?
All the best,
Philipp