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
- Host: GitHub
- URL: https://github.com/1dagord/chord-creator
- Owner: 1dagord
- Created: 2024-10-12T22:52:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T00:43:46.000Z (over 1 year ago)
- Last Synced: 2025-01-28T01:44:16.568Z (over 1 year ago)
- Topics: audio-processing, gui, music, music-composition, music-player, python, python3
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)