saebekassebil / teoria

Javascript taught Music Theory
http://saebekassebil.github.io/teoria
MIT License
1.32k stars 114 forks source link

Patch 2 #55

Closed KarlGl closed 10 years ago

saebekassebil commented 10 years ago

Hi Karl and thanks for taking an interest in teoria.

This feature has been proposed before (see #51), but as it is a much redundant method we choose not to include it in teoria.

You can just use:

teoria.note('A4').key() + 20 // The MIDI number of the note
KarlGl commented 10 years ago

Ah makes sense! Thanks.

Are there any new features you are working on lately for the library? Thanks so much for creating, it I've starting using it in a hobby project for music generation.

saebekassebil commented 10 years ago

@KarlGl At the moment, no - I've been busy with a day job, but soon I'll be able to invest much more time in this and similar projects. Do you have any good ideas for such features?

KarlGl commented 10 years ago

No I think this library seems pretty complete. What are some of the other projects you have in mind?

A friend of mine (@hanswannop) and I were thinking about trying modify a javascript drum sequencer library, to use techniques of a neural net to generate drum patterns in music.