Hi, I want to use bela to generate a sound signal every N seconds, so I follow the lecture 9, and the IDE told me:
[warning] unused variable 'out' [-Wunused-variable] column: 11, line: 94
/root/Bela/projects/sound2/render.cpp:94:11: warning: unused variable 'out' [-Wunused-variable]
double out = 10.0fcos(2.0f (float)3.14159265358979323846 * gPhase);
^
1 warning generated.
My original code is generate a constant sound, as shown in the pic.

And here is my new code

please help me