Skip to content

Tags: JuliaMusic/MIDI.jl

Tags

v2.7.0

## 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)

v2.6.0

## 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)

v2.5.0

## 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)

v2.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement `Base.empty!` and `Base.isempty` (#158)

* Implement Base.empty! and Base.isempty

* change log updated

v2.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v2.2.0

## MIDI v2.2.0

[Diff since v2.1.0](v2.1.0...v2.2.0)



**Merged pull requests:**
- Added Frequency conversions  (#154) (@justinbroce)

v2.1.0

## 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)

v2.0.4

## MIDI v2.0.4

[Diff since v2.0.3](v2.0.3...v2.0.4)



**Merged pull requests:**
- SMPTEOffsetEvent (#151) (@johncwok)

v2.0.3

## MIDI v2.0.3

[Diff since v2.0.2](v2.0.2...v2.0.3)


**Closed issues:**
- Unable to load MIDI file (#149)

**Merged pull requests:**
- clean up a few things (#148) (@anandijain)
- Fix issues with overloading FileIO.save and load. (#150) (@Datseris)

v2.0.2

## MIDI v2.0.2

[Diff since v2.0.1](v2.0.1...v2.0.2)



**Merged pull requests:**
- add a midi meta event 0x21: midi port (#147) (@P-J-Y)