ffi-coremidi 0.3.4 → 0.3.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 -1
- data/lib/coremidi.rb +1 -1
- data/lib/coremidi/destination.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02fbbcac2bae39264c7109814065da5271cf51aa
|
4
|
+
data.tar.gz: a0e119085cd64f85928bcebe4a35feb5640f79ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa6b3a57ad8c644f0e4536c512a44485dd3e48722bbf7278eea125b09484bbd7b19ef0a04330ab39349bf46593d929cd2e53579e7e935cd3f62c43ade52e4a79
|
7
|
+
data.tar.gz: ea6b760413f3337345a3a8cab0fd9649d2496be70b7dad42516c25424e0988487aac99b279d14552ce1583ce05e1ae17576a9f4f3d7e62c4b83c077cc2b0d453
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
#### Realtime MIDI IO with Ruby for OSX
|
4
4
|
|
5
|
-
|
5
|
+
Access the [Apple Core MIDI framework API](https://developer.apple.com/library/mac/#documentation/MusicAudio/Reference/CACoreMIDIRef/MIDIServices/) with Ruby.
|
6
6
|
|
7
7
|
Note that in the interest of allowing people on other platforms to utilize your code, please consider using [UniMIDI](http://github.com/arirusso/unimidi). UniMIDI is a platform independent wrapper which implements this library and has a similar API.
|
8
8
|
|
data/lib/coremidi.rb
CHANGED
data/lib/coremidi/destination.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffi-coremidi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ari Russo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|