emilis/12chords
1
0
Fork
You've already forked 12chords
0
Chord progression builder https://12chords.eu/
  • JavaScript 88.4%
  • CSS 8.7%
  • HTML 2.9%
2024年07月16日 22:06:07 +03:00
app Added a couple more presets. 2023年09月13日 18:01:31 +03:00
array First commit. 2022年08月13日 21:15:55 +03:00
bound-emitter First commit. 2022年08月13日 21:15:55 +03:00
browser First commit. 2022年08月13日 21:15:55 +03:00
buttons Fixed iOS Safari bug with zoom on double-tap. 2023年09月06日 08:04:34 +03:00
chord-player Fixed a syntax error. 2023年09月13日 17:59:55 +03:00
chorda Added Harmonic Minor scale, brighter chord sets. 2024年07月16日 22:06:07 +03:00
clsi First commit. 2022年08月13日 21:15:55 +03:00
css A fix for Edge browser. 2022年10月02日 16:20:43 +03:00
edom First commit. 2022年08月13日 21:15:55 +03:00
favicon Added favicon. 2022年08月15日 12:09:23 +03:00
instrument-selector Switched default instrument to Drawbar Organ. 2023年09月13日 20:35:40 +03:00
keyboard Switched to transpose by note around C, instead of always up. 2022年08月15日 16:59:20 +03:00
midi-note First commit. 2022年08月13日 21:15:55 +03:00
presets Added Harmonic Minor scale, brighter chord sets. 2024年07月16日 22:06:07 +03:00
select Implemented saving selected preset to localStorage. 2022年08月28日 14:32:28 +03:00
synth First commit. 2022年08月13日 21:15:55 +03:00
theme Added keyboard hints to chord-player. 2022年08月28日 15:10:49 +03:00
transpose Switched to transpose by note around C, instead of always up. 2022年08月15日 16:59:20 +03:00
webaudio-tinysynth First commit. 2022年08月13日 21:15:55 +03:00
.domains Added .domains file. 2022年08月13日 22:43:35 +03:00
index.html Added Footer. Updated app name and contact info. 2022年08月15日 17:17:07 +03:00
LICENSE.txt First commit. 2022年08月13日 21:15:55 +03:00
README.md Updated README. 2022年08月28日 15:23:49 +03:00

12Chords.EU

A chord player to help you build chord progressions.

Open http://12chords.eu/ to use it.

Looking for help

Please suggest new chord presets by sending them to emilis@tonnetz.eu or creating a PR to presets/presets.js

Development

Start a local web server, e.g.:

npx http-server .

App startup is in app/main.js. CSS files should be manually added to index.html.

No bundling, compiling or pre-processing is used for the source code.

License

Copyright 2022 Emilis Dambauskas emilis@tonnetz.eu

This is free software, and you are welcome to redistribute it under certain conditions; see LICENSE.txt for details.