{"id":18645358,"url":"https://github.com/danigb/all-that-chords","last_synced_at":"2025-04-11T12:31:19.387Z","repository":{"id":31909678,"uuid":"35478809","full_name":"danigb/all-that-chords","owner":"danigb","description":"A javascript music chords library","archived":false,"fork":false,"pushed_at":"2015-05-26T00:59:07.000Z","size":212,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T13:46:33.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danigb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-12T09:22:24.000Z","updated_at":"2024-08-17T15:20:01.000Z","dependencies_parsed_at":"2022-08-03T11:30:50.499Z","dependency_job_id":null,"html_url":"https://github.com/danigb/all-that-chords","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danigb%2Fall-that-chords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danigb%2Fall-that-chords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danigb%2Fall-that-chords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danigb%2Fall-that-chords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danigb","download_url":"https://codeload.github.com/danigb/all-that-chords/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248401955,"owners_count":21097328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T06:15:39.433Z","updated_at":"2025-04-11T12:31:19.123Z","avatar_url":"https://github.com/danigb.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# all-that-chords\n\nA Javascript music chord library:\n\n```js\nvar Chord = require('all-that-chords');\nvar chord = Chord('C7');\nchord.notes();  // =\u003e ['c2', 'e2', 'g2', 'bb2'];\n```\n\nThis is part on an effort to port of the huge and awesome impro-visor musical database to javascript.\n\n## How it works\n\nIt uses a database of chords from impro-visor. Look at `./data` .json files.\n\n## Examples\n\n### Chord properties\n\n```js\nchord = Chord('Eb7');\nchord.root\nchord.name\nchord.intervals\n```\n\n### Notes and voicings\n\n```js\nchord = Chord('A#7b5');\nchord.notes();\nchord.voicings();\nchord.voice('left-hand-A');\n```\n\n### scales\n\n```js\nchord = Chord('BbMaj9#1');\nchord.scales();\n```\n\n## License\n\nThis library contains parts of [impro-visor](http://www.cs.hmc.edu/~keller/jazz/improvisor/)\nso it shares license: GNU Public License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanigb%2Fall-that-chords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanigb%2Fall-that-chords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanigb%2Fall-that-chords/lists"}