Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 774 Bytes

TODO.md

File metadata and controls

30 lines (23 loc) · 774 Bytes

02/02/2020

  1. implementations of "The audio programming book" in Python with numpy
  2. analysis functions
  3. reverse sieve system with proper "NOT" operations
  4. multi-format exporting
  5. dsp chain and processor component language
  6. real time processing
  7. ECS planning
  8. envelope, automation/breakpoint implementations
  9. CV/Gate emulation

older

sndalgo.xenakis

  1. add reverse-resolve
  2. fix the simplify_group function to reflect correct result for groups with negative behavior
  3. implement period function
  4. develop unit tests
  5. add transposition to sieves
  6. develop naming conventions for functions and methods in the submodule
  7. optimize with numpy, numba, etc.

sndalgo.pitch

  1. create pitch converters
  2. research athenaCL's pitchUtils