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

Scsynth - Bela UGens not received #17

Closed ghost closed 8 years ago

ghost commented 8 years ago

This is the error I get on the Bela when trying to send a SynthDef with AnalogInput in it from my computer.

exception in GraphDef_Recv: UGen 'AnalogInput' not installed.

When launching the examples with sclang directly on the Bela, it works fine. I get the error when I want to send the SynthDef from my main computer, where the extension is correctly installed.