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

AnalogInputs as audio should be between -1 and 1 #24

Closed sensestage closed 7 years ago

sensestage commented 7 years ago

Check if this happens right now.

giuliomoro commented 7 years ago

You'll need Bela's latest dev which includes support for the audio capelet which will do this for you.

x37v commented 7 years ago

I'm thinking that AnalogIn/AnalogOut could always be 0..1 and SoundIn/Out could do -1..1?

x37v commented 7 years ago

It looks like Out.ar expects -1..1 and outputs that mapped to 0..5v on the analog out or the full range as expected if you have the audio expander caplet, but SoundIn.ar maps the 0..4v analog input or full range of the audio expander caplet to 0..1.. should probably pick one or another.

sensestage commented 7 years ago

closed with #47