- Edited
Hello guys! I'm pushing PD file that uses csoun6~. Even though both patches are pretty simple, Bela keeps glitching and overloading. What causes the trouble? The Midi data that I send?
Hello guys! I'm pushing PD file that uses csoun6~. Even though both patches are pretty simple, Bela keeps glitching and overloading. What causes the trouble? The Midi data that I send?
The CPU usage seems fairly high so probably one of the objects you are using is very CPU intensive. You could try to add --high-performance-mode
to the "custom command line options" in the Bela IDE. At that point the IDE may become unresponsive and you will probably have to stop the program tapping briefly the button on the Bela cape and wait a few seconds for the IDE to become responsive again. You could also increase the block size to gain some extra CPU time.
Why are you using PureData for this, by the way? Could you not do this directly in csound? That would be lighter on the CPU, especially because you would get even more benefits from increasing the blocks size (using Pd caps those benefits).
Hi @giuliomoro! Thank you for the reply! I added the command line and increased block size. It fells better but still overloads. I wonder what else can be wrong?
I could use csound exclusively, but I can't quite figure out how to make envelope to work. I've tried bunch of options and keep searching for the solution. In the meantime decided to use PD. But of course, using only csound would be perfect.