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

Can't save KB file #2

Closed culebron closed 10 years ago

culebron commented 10 years ago

revision e974a4950229c9568ddfd4332b1ead760eb5c466

Traceback (most recent call last):
  File "make_kb_file.py", line 20, in <module>
    print ("Done. you have a new keyboard configuration file: %s"%skb_file)
NameError: name 'skb_file' is not defined
Zulko commented 10 years ago

Sorry for that, it was a typo, it is now fixed.

culebron commented 10 years ago

Thanks and good luck!