FAUST (programming language): Difference between revisions

Content deleted Content added
connection to Arrows
Removed as Faust algebra also prevents from combining signal processors that don't match
Line 155:
e.g. the nesting of parallel composition is preserved
and inputs of the operands of <code>&&&</code> must match exactly.
 
This allows to assign types to Arrow combinators
and it prevents users from accidentally combining signal processors that do not match.
In contrast to that, FAUST's split and merge operators automatically fill missing channels.
 
==References==