SenuaChloe/transposer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
######## ### Instructions Yo just put your input files in ./input/ You can even make it a link to your lyrics folder. Results appear in ./output/, with the same name and the transposition value in it. Existing files are overwritten (though different transposition level creates separate files). Spacing between chords MAY be different after the transposition occurs (byt only if the new chord is longer than the old one). You shall not use tabs or any other character than usual spaces in the lyrics files. Note : you won't find any patchnote for this program because it's just not worth it. ######## ### Depencies crossterm (dependency resolved via github) ######## ### Build and run `cargo build` to build `cargo run` to run You must have cargo installed, obviously