music-performance 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/midify +1 -1
- data/lib/music-performance/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a23852ba661480abbe444655624348721ebd9f04
|
|
4
|
+
data.tar.gz: 9209a4b27ed5f8744c51c0de27bd4e64204a6c0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a50ae08d84a58392556d5a6e6d42263e353776ad32aac0e940dff4bdba5a7ed49bd67374eaa5b26fefb1cf1411ce13213376872dce62958c9157ada234480c8e
|
|
7
|
+
data.tar.gz: b332cd190bae9518cdb9510f9665dbaa24953d829dd30ea6357926528a408e98ea665a86db692182df0e611f4e8dd5038d1cc4970657d39ccbc24ff157987d8a
|
data/bin/midify
CHANGED
|
@@ -7,7 +7,7 @@ Loads a music-transcription score from YAML file, and converts to MIDI file.
|
|
|
7
7
|
|
|
8
8
|
Usage:
|
|
9
9
|
#{exe_name} <input> [PART PROGRAM] ...
|
|
10
|
-
#{exe_name} <input> <output>
|
|
10
|
+
#{exe_name} <input> <output> [PART PROGRAM] ...
|
|
11
11
|
#{exe_name} -h | --help
|
|
12
12
|
#{exe_name} --version
|
|
13
13
|
|