kroger / pyknon

Simple Python library to generate music in a hacker friendly way.
http://kroger.github.com/pyknon/
MIT License
391 stars 48 forks source link

Add abc notation #15

Closed mzdaniel closed 8 years ago

mzdaniel commented 8 years ago

Thank you for creating this great package!

I did some experiments with the current notation for creating music. It works well, though it doesn't seem very intuitive as the note octave is dependent on previous modifiers.

Is the abc notation within the scope of this package? (maybe adding it as an alternative notation?)

kroger commented 8 years ago

Hi,

Unfortunately, ABC is not in the scope of this package.

Cheers,

Pedro

On Sep 8, 2016, at 2:32 AM, Daniel Mizyrycki notifications@github.com wrote:

Thank you for creating this great package!

I did some experiments with the current notation for creating music. It works well, though it doesn't seem very intuitive as the note octave is dependent on previous modifiers.

Is the abc notation within the scope of this package?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kroger/pyknon/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/AAK6-AxISRwWsUhOi71LAC6H-a3Z2cXXks5qn536gaJpZM4J3oE9.

mzdaniel commented 8 years ago

I see. I'll work around the issue with subprocess to abc2midi for score writing, and use pyknon for more responsive interaction. Thank you again for making pyknon posible!