py_headless_daw
py_headless_daw copied to clipboard
A GUI-less DAW (Digital Audio Workstation) for producing electronic music using python
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
there's something strange going on with the first buffer where envelopes get processed. it looks like during the processing of the first buffer the envelope rapidly goes from its initial...
with some relaxed sanity validation: 1. file size (or array size) 2. some expected average
although the DAW is "headless", it'd still be useful to be able to visualize projects somehow.
Sampler strategy should be able to read mp3 samples. they should be converted into uncompressed WAV to be stored in sampler preferably, conversion should be extracted into a dedicated utility...
the conceptual view on the system will be: 1. we build the "project" - this step should be easy to understand 2. we compile the prodject into schema with a...