musa-dsl 0.49.4 → 0.49.5
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/README.md +1 -0
- data/lib/musa-dsl/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21c0a76167357590acedb56daffc5dce20e6712f07007f75ca7f01143b2f2fd4
|
|
4
|
+
data.tar.gz: 8e7ddf3193d937edbe6905e313e305fe8e769425d7db621f0c95c0ba18b46908
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5a49553a6588075f66a824d6a78c02f0ac2c832ccc25539d33928042af582fe10341820ff357fb35cc3673906b44fa67110d436fc6e038331da75e64cfa388a
|
|
7
|
+
data.tar.gz: b6c32efb64abb68dd599f9503d1367f54117969cf604b7ebd177e9d7d43e65eaa1b5456217a6484050d1d5789f99c57da495777ac6d513979e386000e39fe932
|
data/README.md
CHANGED
|
@@ -91,6 +91,7 @@ MusaDSL is a comprehensive ecosystem consisting of a core framework (musa-dsl) a
|
|
|
91
91
|
- [**midi-parser**](https://github.com/javier-sy/midi-parser) - MIDI file parsing and analysis
|
|
92
92
|
- [**midi-communications**](https://github.com/javier-sy/midi-communications) - Cross-platform MIDI I/O abstraction layer
|
|
93
93
|
- [**midi-communications-macos**](https://github.com/javier-sy/midi-communications-macos) - macOS-specific MIDI native implementation
|
|
94
|
+
- [**midi-communications-windows**](https://github.com/javier-sy/midi-communications-windows) - Windows-specific MIDI native implementation
|
|
94
95
|
|
|
95
96
|
## MusaDSL Architecture
|
|
96
97
|
|
data/lib/musa-dsl/version.rb
CHANGED