Hi there,

I'm writing on behalf of the team of `music`, a package that generates and 
manipulates sound in a mathematically precise manner.  You can find it here: 
https://github.com/ttm/music

We are fixing the library so that it conforms as much as possible to the 
characteristics of the other libraries in the numpy universe.  Can you give us 
any suggestion regarding code organization, naming convention, etc.?

Also, we are writing the tests and we need some help to think those for the 
most complex functions.  For example, we test the synth of a simple note with 
this test: 
https://github.com/jacopodonati/music/blob/c33e3eb80e7d4d6455f442ebb12ed16a82480505/tests/core/synths/test_notes.py#L9
But what if we have to test the synth of a note with both a change in pitch and 
a vibrato applied to it?  What would be the best approach for a test?
For reference, this is the function to synth that kind of note: 
https://github.com/jacopodonati/music/blob/c33e3eb80e7d4d6455f442ebb12ed16a82480505/music/core/synths/notes.py#L421

Any help will be very much appreciated!

Regards,

jd
_______________________________________________
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com

Reply via email to