Refactor Satie SynthDef creation methods
This MR adds a new method Satie.makeMonoFromAmbi
which allows users to manually render a mono plugin to ambi. This MR also adds more checks to methods .makeSynthDef
.makeAmbi
.makeAmbiFromMono
in order to validate their arguments, post warnings, and throw errors when necessary. A few "private" helper methods were added.
Edited by Patrick Dupuis