Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

numAnalogInputChannels cannot be zero #22

Closed
sensestage opened this issue Oct 6, 2016 · 4 comments
Closed

numAnalogInputChannels cannot be zero #22

sensestage opened this issue Oct 6, 2016 · 4 comments

Comments

@sensestage
Copy link

scsynth -u 57110 -z 16

@sensestage
Copy link
Author

From this discussion: http://forum.bela.io/d/53-supercollider-on-bela/3

@sensestage
Copy link
Author

Ok, the error actually happens in Bela/core/RTAudio.cpp around line 180; it should allow for numAnalogInputChannels = 0 if useAnalog = 0;

@sensestage sensestage changed the title Check whether scsynth starts up with no channels defined numAnalogInputChannels cannot be zero Oct 6, 2016
@giuliomoro
Copy link

We currently do this by disabling analog, it is

settings->useAnalog

or, from Bela command line:

   --use-analog [-N] val:              Set whether to use ADC/DAC analog (default: 1)

@sensestage
Copy link
Author

Fixed with 2138d77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants