MusicTheory.jl icon indicating copy to clipboard operation
MusicTheory.jl copied to clipboard

Music theory in Julia

Results 8 MusicTheory.jl issues
Sort by recently updated
recently updated
newest added

I read [Unicode input documentation](https://docs.julialang.org/en/v1/manual/unicode-input/#Unicode-Input), and I realized there is no shortcut to input these two symbols. So... How did you enter these two characters? If it's copy and paste,...

As we know, most packages in JuliaMuisc organization are documented in [here](https://github.com/JuliaMusic/JuliaMusic_documentation.jl). But maybe we want a separate documentation site, because there are types with the same name in MIDI.jl...

It seems a lot of things could be added to the chord support. * No facility to specify inversions? Also not clear that `is_triad` correctly works for inversions or other...

Hey David!! Would you like to submit a featured notebook about MusicTheory.jl? It will be featured on everyone's Pluto main menu and on https://featured.plutojl.org/. We have a PlutoSliderServer running so...

I only see one major mode and 3 minor mode built-in [here](https://github.com/dpsanders/MusicTheory.jl/blob/cbdcd0221c67987e0347dca867e5a6c56b42a3d8/src/scales.jl#L45-L59). It would be nice to see more modes implemented (the modes of the diatonic scale, e.g. dorian, lydian,...

`relative([ C[4] / 4, D, E] )` Should compute octave and duration automatically.