py_headless_daw
py_headless_daw copied to clipboard
move processing under schema
the conceptual view on the system will be:
- we build the "project" - this step should be easy to understand
- we compile the prodject into schema with a "compiler"
- and the schema can be rendered into the real sound
thus the "processing" module's logical place is in the "schema" namespace to reflect the layer it, in fact, belongs.
writing an issue to do it later