GameOfLife / Unit-Lib

The Unit Library is a system that provides high level abstractions on top of the SuperCollider language.
25 stars 6 forks source link

Get visual feedback from units #42

Open miguel-negrao opened 10 years ago

miguel-negrao commented 10 years ago

It would be nice to be able to automatically create visualizers in the guis based on information sent from the synth via SendTrig. For instance in a compressor have a bar indicating the amount of gain reduction in dBs. The syntax in Udef this could be like

UVisualizer.kr(reduction "gain reduction", \db.asSpec)