- Edited
SOLVED: just check "never delete console output" in the IDE settings. well done søren.
Hello,
Is there any way to increase the number of rows the console can/will show in the Bela IDE?
It seems like it's limited to around 150 rows atm, and I would like to see just a bit more. Around 200..
I'm currently using cout to print to the console.
Best
Søren
EDIT: in another note, I'm wondering if I even can use printing out for anything useful when I have to put the method in an auxiliary task? This seems necessary to avoid the render thread from clocking, but then I can't really count on the timing of when things are printed out - right?