Zulko / pianoputer

Use your computer keyboard as a "piano".
http://zulko.github.io/blog/2014/03/29/soundstretching-and-pitch-shifting-in-python/
Other
324 stars 92 forks source link

Adding command line options #4

Closed jtyr closed 9 years ago

jtyr commented 9 years ago

This patch is adding support for command line options which can be used to specify the WAV and keyboard file. It also fixes some warnings from scipy module and improves the code formatting to be PEP8 compliant.

Zulko commented 9 years ago

Thanks for the commit. I have a few objections:

jtyr commented 9 years ago

Thanks for your comments. The first two bullet points are fixed in the last commit. Regarding the docopt, I would prefer to stick with argparse as it's available in Python 2 and 3 by default. Please review it.

Zulko commented 9 years ago

Ok, thanks !