vitreo12 / omni

DSL for low-level audio programming.
https://vitreo12.github.io/omni/
MIT License
188 stars 6 forks source link

Throw error out if no ins/outs/sample blocks are defined (these are the mandatories) #43

Closed vitreo12 closed 4 years ago

vitreo12 commented 4 years ago

Fix in #70.

now, if not specified, ins and outs are defaulted to 1.

vitreo12 commented 4 years ago

Also added an error when no perform or sample blocks are defined.