File tree Expand file tree Collapse file tree 5 files changed +403
-482
lines changed
Expand file tree Collapse file tree 5 files changed +403
-482
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,14 @@ Random music!
66* Run program - ` cargo run `
77
88``` txt
9+ $ cargo run -- -h
10+ Finished dev [unoptimized + debuginfo] target(s) in 0.05s
11+ Running `target/debug/music -h`
912music 0.1.0
1013music is a procedural single-tone melody generator
1114
1215USAGE:
13- mod.exe [FLAGS] [OPTIONS]
16+ music [FLAGS] [OPTIONS]
1417
1518FLAGS:
1619 -h, --help Prints help information
@@ -26,10 +29,11 @@ OPTIONS:
2629For example:
2730
2831``` txt
29- $> cargo run -- -s locrian -b Eb2 -o 3
30- Finished dev [unoptimized + debuginfo] target(s) in 0.07s
31- Running `target\debug\music.exe -s locrian -b Eb2 -o 3`
32- Cool Tunes (tm)
33- Playing from the Locrian scale from E♭2 over 3 octave(s)
32+ $ cargo run -- -s locrian -b Eb2 -o 3
33+ Finished dev [unoptimized + debuginfo] target(s) in 0.02s
34+ Running `target/debug/music -s locrian -b Eb2 -o 3`
35+ .: Cool Tunes :.
36+ Generating music from the E♭ Locrian mode
37+ Octaves: 2 - 5
3438[ E♭ E F# G# A B C# E♭ ]
35- ```
39+ ```
You can’t perform that action at this time.
0 commit comments