Hello,

When compiling with faust2supercollider script, I sometimes have trouble with 
these lines:

        faust -xml "$SRCDIR/$f" -o /dev/null  || exit
        mv "$SRCDIR/$f.xml" $TMP/
        faust -i -a supercollider.cpp $OPTIONS "$SRCDIR/$f" -o "$TMP/${f
    %.dsp}.cpp" || exit
    
In fact, I've got some scripts which compile in more than 2min, thus the 
compilation has a clock alert and stops when generating the xml with

        faust -xml "$SRCDIR/$f" -o /dev/null  || exit
        mv "$SRCDIR/$f.xml" $TMP/

Is is possible to pass the $OPTIONS at this step in order to allow parameters 
such as
        faust2supercollider -t 0 or -t 3600 for instance ?

Thanks, 

Pierre

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to