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

sclang: AnalogOut and DigitalOut return 0.0 #77

Closed elgiano closed 3 years ago

elgiano commented 3 years ago

Purpose and Motivation

Fixes #61. For UGens without any output, such as AnalogOut and DigitalOut, returning 0.0 prevents the creation of a wrapping Out UGen, which in turn was seen messing with poll rates in issue #61. This technique was copied from other outputless UGens, such as SendTrig.

Types of changes

Checklist

Remaining Work

elgiano commented 3 years ago

Analog and Digital In have outputs, so it should be all right as they are :)