Tags: JuliaMusic/MIDI.jl
Tags
## MIDI v2.7.0 [Diff since v2.6.0](v2.6.0...v2.7.0) **Merged pull requests:** - Add qpm() docs (#171) (@NeroBlackstone) - Add SequencerSpecificEvent , and `empty!(::MIDITrack)` (#173) (@NeroBlackstone) **Closed issues:** - Initialize `Notes` by chord notation. (#161)
## MIDI v2.6.0 [Diff since v2.5.0](v2.5.0...v2.6.0) **Merged pull requests:** - Add matric_time and duration_metric_time (#166) (@NeroBlackstone) **Closed issues:** - Quick initialize Note and Notes use note name. (#160) - Save pitch name in `Note` struct. (#165)
## MIDI v2.5.0 [Diff since v2.4.0](v2.4.0...v2.5.0) **Closed issues:** - Implement `isempty()` and `empty!()` for `Notes`. (#157) - Better pretty printing for Notes. (#159) - Implement `isless()` for `Note` (#162) **Merged pull requests:** - Add `note` and `notes` constructor (#163) (@NeroBlackstone)
Add `Base.keys()` and `is_octave()` (#156) * add Base.keys * add is_octave * is_octave doc * add markdown link * add is_octave test * add base.eachindex, add find max test, wait reply * add is_octave() for pitch * finish find max pitch note doc and test * change log for keys and eachindex * Update src/note.jl Co-authored-by: George Datseris <datseris.george@gmail.com>
## MIDI v2.2.0 [Diff since v2.1.0](v2.1.0...v2.2.0) **Merged pull requests:** - Added Frequency conversions (#154) (@justinbroce)
## MIDI v2.1.0 [Diff since v2.0.4](v2.0.4...v2.1.0) **Closed issues:** - Help with multiple tracks (#152) **Merged pull requests:** - Minor changes to help with multiple-track files (#153) (@grantbrown)
PreviousNext