alxmrs / huh-computer-music

MIT License
4 stars 0 forks source link

Revise hcm API / library structure #14

Open alxmrs opened 4 years ago

jbdoar commented 3 years ago

May be in our best interest to lump all functions involved in the synthesizer part of the project into one py file.

noise.py, osc.py, ts.py, vc.py, filters.py could all go together in one spot.

alxmrs commented 3 years ago

I like it. Best keep things simple, especially imports.

Would you like to do the honors? I'll review the PR.