lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
692 stars 60 forks source link

Fixes gh-252: Regularizes synth evaluation and removes direct mutation of model fields. #256

Closed colinbdclark closed 5 years ago

colinbdclark commented 5 years ago

In addition to ensuring that synths follow Infusion's model semantics properly (so that they can be used in relays, etc.), this PR also removes the deprecated Synth.input() invoker and renames Synth.genFn to generate, ensuring that both the optimized raw function and the invoker are in sync with each other.