An open API service indexing awesome lists of open source software.

https://github.com/1dagord/chord-creator

Allows users to create chords and melodies through a sheet music inspired GUI
https://github.com/1dagord/chord-creator

audio-processing gui music music-composition music-player python python3

Last synced: over 1 year ago
JSON representation

Allows users to create chords and melodies through a sheet music inspired GUI

Awesome Lists containing this project

README

          

# Chord Creator

## Instructions

```
___________ ____ ____ ___________
|lshift | |z | |x | |rshift |
|___________| |____| |____| |___________|
_____ _____ _____
|ctrl | |opt | |cmd |
|_____| |_____| |_____|
2^3 2^2 2^1
```

- left-shift shifts note an octave BELOW clef base note
- right-shift shifts note an octave ABOVE clef base note

- 'z' to flatten note
- 'x' to sharpen note

- choose duration by selecting powers of 2 to be multiplied and reciprocated
Ex: 000: whole note
001: half note
010: quarter note
100 OR 011: eighth note

- backspace to erase a note
- shift + backspace to erase all notes on staff

[Demo Video](https://github.com/user-attachments/assets/a4afb4ca-9d46-4d48-8776-fb50a521487f)