Hi there,
I'm relatively new on Bela. Trying to build a Synth with C++. I'm using the Terminal to build and run the project. So far, that worked fine. But the bigger the project gets, Bela starts having some weird trouble. Changes I make in Xcode will copy to the board, but the program won't run fine each time. Actually I get it now every second time I try to build and run it. The only solution I got, is to delete the project from the board and then rebuilding everything. After that it works fine. I also tried to run it with the --clean command. But that doesn't make a change.
When Bela is running strangely, either it just suddenly stops after shortly running, or it stops after the first Midi message received, or it runs but doesn't output audio.
I tried for hours figuring out if the problem is depending on my code. But actually, sometimes just deleting a variable or adding one (unused) reopens that problem. Should I maybe use a namespace for my whole project? I'm also pretty new on C++.
Couldn't find this topic elsewhere in the forum. Thanks for any help!!