BelaPlatform / supercollider

an environment and programming language for real time audio synthesis and algorithmic composition
GNU General Public License v3.0
14 stars 8 forks source link

Meta_Bus:audio: failed to get an audio bus allocated #39

Closed jarmitage closed 7 years ago

jarmitage commented 7 years ago

I am trying to run SuperDirt on Bela

This is my SuperCollider startup file

The code where SuperDirt calls Bus.audio is here

On launch, this error prints 5-10 times: Meta_Bus:audio: failed to get an audio bus allocated. numChannels: 2 server: localhost

telephon commented 7 years ago

Have you tried s.options.numAudioBusChannels = 1024 ?

jarmitage commented 7 years ago

That was it! Thanks

telephon commented 7 years ago

nice. Once you have worked it all out, it would be great to add to superdirt as a code snippet.