Skip to content

Compiled Signal Expressions

Choose a tag to compare

@mrontio mrontio released this 22 Feb 14:56
· 3 commits to main since this release

Instead of get returning a Set object, we return a SignalExpression that can be combined with other SignalExpressions via set operations to syntactically and semantically mean the same thing. We then simply compile and evaluate the combination on the wavefile once, instead of for each get call.