musicality 0.11.0 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/musicality/version.rb +1 -1
- data/musicality.gemspec +5 -5
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33617569378085114609e5d277d898ca57e95a98
|
4
|
+
data.tar.gz: a1536b83bd10b7f601e42307f3fc59986e6b1f73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 669f861d645c18becf4d7a0bf794f7a21862730b76cfb71c57cbc25772a7d72258f16f07b0867a174dd28d1cd9e715fe1b3bf8a6ba9802665ec4099ad40b28cd
|
7
|
+
data.tar.gz: f2ce677c9f05fb3deb00cbc2cac5d8286dc2a5856931c61ff6770e91df3432659ec0ddeb7ddcb6ac853494e91f8c5e9031f3ec31baf6fa7f3f0b9eacdf73c783
|
data/lib/musicality/version.rb
CHANGED
data/musicality.gemspec
CHANGED
@@ -9,11 +9,11 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["James Tunnell"]
|
10
10
|
spec.email = ["jamestunnell@gmail.com"]
|
11
11
|
spec.summary = %q{Music notation, composition, and performance}
|
12
|
-
spec.description = "The library is based around an abstract representation
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
12
|
+
spec.description = "The library is based around an abstract representation \
|
13
|
+
for music notation, including pitch, note, dynamic, score, etc. A Ruby-based \
|
14
|
+
DSL is provided to aid in composition. Scores can be converted to common \
|
15
|
+
formats, like MIDI and LilyPond. Scores can also be rendered as audio via \
|
16
|
+
SuperCollider."
|
17
17
|
spec.homepage = "https://github.com/jamestunnell/musicality"
|
18
18
|
spec.license = "MIT"
|
19
19
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: musicality
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Tunnell
|
@@ -122,7 +122,10 @@ dependencies:
|
|
122
122
|
- - ~>
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0.9'
|
125
|
-
description:
|
125
|
+
description: The library is based around an abstract representation for music notation,
|
126
|
+
including pitch, note, dynamic, score, etc. A Ruby-based DSL is provided to aid
|
127
|
+
in composition. Scores can be converted to common formats, like MIDI and LilyPond.
|
128
|
+
Scores can also be rendered as audio via SuperCollider.
|
126
129
|
email:
|
127
130
|
- jamestunnell@gmail.com
|
128
131
|
executables:
|