Installation steps
Requirements
Make shure you have installed
rust
cargo
If not:
- Download and run rust install for Windows 64 bit - link
- Download and run rust install for Windows 32 bit - link
- Linux users can do it by themselves
Building or running
Check for prebuilds in releases or build it by yourself
Installation
cd <directory you prefer>
git clone https://github.com/clowzed/harmonized.git
cd harmonized
Running
cargo run --release
Building and configuring
cargo build --release
# Now you need to place harmonized.exe in any directory you prefer and add to PATH
(sudo?) mv ./target/release/harmonized.exe /dir/you/prefer
# If you want to save code remove only target folder
rm -rf ./target
# Or just
rm -rf ../harmonzed
Roadmap
- [ + ]
Configure normal input with dialoguer[2022-02-01] - [ + ]
Check splitting notes to accords and then into tacts[2022-02-01] - [ - ] Simple solving steps
- [ - ] Add strict rules of harmonics
- [ - ] Think of good output of solution (file format)
- [ - ] Complete the task :)
About me and project
This project is written for my friend who is a great musician and whos mind was blowed by programming. It's not very serious but maybe one day it will help other people.