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

Analog I/O as audio in/out should use range between -1 and 1 instead of 0 and 1 #7

Closed sensestage closed 8 years ago

LFSaw commented 8 years ago
AnalogInput : UGen {
    signalRange { ^\unipolar }
}
sensestage commented 8 years ago

No, you are referring to the AnalogInput UGen; the fix is needed in the Audio Driver backend for when the Analog I/O are used as audio channels rather than UGen-accessed analog I/O.

sensestage commented 8 years ago

But maybe the unipolar flag is useful to have in the Bela UGens.

sensestage commented 8 years ago

Added the unipolar info in 29be0ed1499ad0d05ff672c5117132688eeff85e

sensestage commented 8 years ago

Fixed via b7a2ba7d751c0db1095442efb3535a4035857278, thanks @giuliomoro!