24 #ifndef _COMPILE_SCHED_
25 #define _COMPILE_SCHED_
52 virtual void vectorLoop (
const string& tname,
const string& dlname,
const string& cexp);
53 virtual void dlineLoop (
const string& tname,
const string& dlname,
int delay,
const string& cexp);
virtual void compileMultiSignal(Tree L)
Compile a list of FAUST signals into a vector C++ class.
A CTree = (Node x [CTree]) is a Node associated with a list of subtrees called branches.
SchedulerCompiler(const string &name, const string &super, int numInputs, int numOutputs)
virtual void vectorLoop(const string &tname, const string &dlname, const string &cexp)
Generate the code for a (short) delay line.
const char * name(Symbol *sym)
Returns the name of a symbol.
SchedulerCompiler(Klass *k)
Compile a list of FAUST signals into a vector C++ class.
virtual void dlineLoop(const string &tname, const string &dlname, int delay, const string &cexp)
Generate the code for a (short) delay line.