Hey there !
just finished building my pepper 🙂
I was pretty excited to test with the pink trombone instrument but once I was all setup, I realized that the code was in the salt folder of examples and would not compile...does it mean it's not meant to run on pepper ? actually from the console it looks only like warning but it still won't compile and run.. other code from the salt folder compile without problem so I'm not sure what's going on.. anyone else had to solve this problem ?
any help would be greatly appreciated 🙂
this is what I'm getting from the console :
Building project ...
Building render.cpp...
...done
Building SimplexNoise.cpp...
...done
Building leds.cpp...
...done
Using library Midi
Using library math_neon
Linking...
...done
Build finished
[warning] comparison of unsigned expression >= 0 is always true [-Wtautological-compare] column: 57, line: 855
/root/Bela/projects/exampleTempProject/render.cpp:855:57: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
for (unsigned int i=this->transients.size()-1; i>=0; i--)
~^ ~
1 warning generated.
Running project ...
Segmentation fault
Makefile:621: recipe for target 'runide' failed
make: *** [runide] Error 139
Bela stopped