-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f3ad9f
commit 7b070fb
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Revision history for MIDI::Make | ||
|
||
0.2.0 | ||
- Fix typos in comments | ||
- Fix zef tests | ||
- Rename t/main.rakutest to t/all.rakutest | ||
- Add Github Workflows | ||
- Add the shortnames tag to classes | ||
- Comment out windows-latest YAML test | ||
- Update README.md: add version, update example | ||
- Implement Test::Selector | ||
|
||
0.1.0 | ||
- Implement basic MIDI functionalities: | ||
- Create a MIDI file | ||
- Add tracks | ||
- Modify the tempo | ||
- Modify the time-signature | ||
- Create a note-on | ||
- Create a note-off | ||
- Provide the ♩ and \ operators |