Releases: JuliaMusic/MusicManipulations.jl
Releases · JuliaMusic/MusicManipulations.jl
v0.8.1
v0.8.1 (2019-07-29)
v0.8.0
v0.7.0
v0.6.1
move to project toml
Motif 2.0, MuseScore 3
v0.6.0 Merge remote-tracking branch 'origin/master'
Pitch frequency
Scale identification (#28) * Scale identification This file allows one to identify which scale is played in an array of notes. I will need to modify it for the case where there is not a single scale played, like in most jazz standards (but this is more complicated, especially when the players starts playing outside the key). * Update Scale_identification.jl Fixed the function, added some scales. * uwe Adding the recording of uwe to test the function (applying the function to this file should give G minor as answer) * Create ScaleIdentification_test.jl * Rename ScaleIdentification_test.jl to Scale_identification_test.jl * Update and rename Scale_identification.jl to ScaleIdentification.jl * Update ScaleIdentification.jl * Update runtests.jl * Update ScaleIdentification.jl * Update Scale_identification_test.jl * Update ScaleIdentification.jl * Update ScaleIdentification.jl * Update ScaleIdentification.jl * Update ScaleIdentification.jl * Update Scale_identification_test.jl * Update Scale_identification_test.jl * Update Scale_identification_test.jl * Update Scale_identification_test.jl * Update ScaleIdentification.jl * Update Scale_identification_test.jl * Update Scale_identification_test.jl * Update Scale_identification_test.jl * Update runtests.jl * Update ScaleIdentification.jl * Update MusicManipulations.jl * Update ScaleIdentification.jl * Update ScaleIdentification.jl * Update Scale_identification_test.jl * improve all code functionality Change names to more fitting ones, employ correct methods, name variables more reasonably, add StatsBase to REQUIRE, DONT export scale_identification. * test scale identification
Drumkey for MuseScore export
musescore drumkey (#29) * add drum pitches to MuseScore * rename to drumkey
MuseScore for printing notes
v0.3.0 musescore in changelog
Quantize durations
now possible.
Better docstring
v0.1.1 better docstring