danigb

Results 14 issues of danigb

Hi, This pull request moves the documentation inside the js source files and converts it to a jsdoc format. The documentation is added to the beginning of the file, just...

Currently the test are failing, although I think it's easy to fix it. However looking at the tests is painful since they are all inside the same file. My proposal:...

Hi, This looks awesome. Congrats! Are you planning to integrate audio/sound generation in any way? I'm intrigued by the idea of mapping the points into sound or music. Any suggestion?...

enhancement

Hello! First of all, awesome lib, thanks! I want to use metalsmith within other js app, so I want to use the javascript API, but I like the declarative approach...

feature
pull request appreciated
hacktoberfest

Hi @devboell, I would like to have a tonal-fretboard module, and I thought maybe we can share some ideas before. The API I was thinking is something like this: -...

The aim of this issue is to publish the first voicing package: Voicing Dictionary. I create a new issue for this, instead of following #227 because I want to broaden...

Add a module to parse chord symbols. Will replace the actual `Chord.tokenize` function but implementing chord roots (aka slashed chords). It should fix most of the issues of #155

Something like: ```ts Key.analyzeChord('C', 'Cmaj7'); [{ key: 'C major', chord: 'CMaj7', harmonicFunction: 'T', scale: 'major', degree: 1 }] ```

First reported in #179. @martijnmichel and everybody else, opinions?

I like your library! Thanks. But I miss more documentation, so I always end reading the source code (I've learn a lot of dsp by doing it, by the way),...