Skip to content

Commit

Permalink
Add an example for penta minor
Browse files Browse the repository at this point in the history
  • Loading branch information
veminovici committed Mar 20, 2024
1 parent 26bad7f commit 04cceca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/jazz_penta_minor.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
use musika_rs::{scales, A};

fn main() {
let scale = scales::pentatonic_minor(A);
println!("{scale:X}");
}

0 comments on commit 04cceca

Please sign in to comment.