vitreo12 / omni

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

Review Buffer and Data, especially all the casting operations. #14

Closed vitreo12 closed 4 years ago

vitreo12 commented 4 years ago

Is it too expensive to allow SomeNumber as input and casting to int? Should I just allow SomeInteger? This however forces the user to cast before accessing the array.