coltrane
coltrane copied to clipboard
🎹🎸A music theory library with a command-line interface
`coltrane scale F pentatonic minor` results in: `F G♯ A♯ C D♯` where it should be: `F A♭ B♭ C E♭ F` The process basically consists of determining the intervals...
Recently I've installed coltrane and have been trying to get ruby to recognize While the Core Music Theory library works with irb, the main CLI doesn't recognize any of the...
I just found this project today and I think it's great, however it seems a bit abandoned (the chat doesn't work for example and some of the links in the...
Hello, When using CLI parameters, I got an "Abnormal end" message. To reproduce: ```sh $ docker run -it --entrypoint /bin/bash ruby $ gem install coltrane $ coltrane chords CM7 --on...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. Changelog Sourced from rexml's changelog. 3.2.5 - 2021-04-05 {#version-3-2-5} Improvements Add more validations to XPath parser. require "rexml/document" by default. [GitHub#36][Patch by Koichi ITO]...
```ruby {:notes=>["F#", "C#", "A", "G#"], :chord=>"?"}] #Gbmin add9 {:notes=>["C#", "C", "F"], :chord=>"?"}, #Dbmaj7(no5) ```
`r =RomanChord.new("I7", key: "C")` `r.chord.tritone_substitution.name` This gives "G7" when it should be "Gb7".
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog Sourced from rake's changelog. === 13.0.3 Fix breaking change of execution order on TestTask. Pull request #368 by ysakasin...
I'm a Windows user, but I can't run examples in Hyper. Message `Abnormal end` is printed. I guess some plugins should be installed. So what can I do next? Thanks!
I am using `ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]` and Gem `v2.7.7`. I found [this](https://github.com/ruby/ruby/commit/c6da9cadb346cc1d250c7ed6d8fd33c62a11030e) link referring to deprecating Gem `v2.7.6`. I'm not sure if this issue comes from my...