mi-creative / MIMS

PyQt application for creating mass interaction models and compiling them into Faust dsp code, or ~gen objects (for Max/MSP)
GNU General Public License v3.0
25 stars 0 forks source link

Generation of invalid faust file #1

Closed aliallaoui closed 5 years ago

aliallaoui commented 5 years ago

After generating a basic string and exporting it to a faust file, the compilation of the faust file fails : string.dsp : 40 : ERROR : syntax error, unexpected RBRAQ FAUST Version 2.17.3, Ubuntu 18.04

jameslnrd commented 5 years ago

Seems to be caused when no sound output channels have been created. Should create a warning message for this / stop compilation for Faust DSP if no audio outputs are declared.