|
FAUST compiler
0.9.9.6b8
|

Go to the source code of this file.
Functions | |
| schema * | makeInverterSchema (const string &color) |
| Build n cables in parallel. | |
| schema* makeInverterSchema | ( | const string & | color | ) |
Build n cables in parallel.
Definition at line 35 of file inverterSchema.cpp.
Referenced by generateInsideSchema().
{
return new inverterSchema(color);
}

1.8.0