rubySC 0.6.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
@@ -24,6 +24,9 @@ Gem::Specification.new do |spec|
24
24
  spec.add_runtime_dependency "osc-ruby", "~> 1.1"
25
25
  spec.add_runtime_dependency "eventmachine", "~> 1"
26
26
 
27
+ spec.add_runtime_dependency "qtbindings", "~>4.8.6.0"
28
+
29
+ #spec.extensions["ext/extconf.rb"]
27
30
 
28
31
  end
29
32
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubySC
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - simdax
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-01 00:00:00.000000000 Z
11
+ date: 2014-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '1'
83
+ - !ruby/object:Gem::Dependency
84
+ name: qtbindings
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 4.8.6.0
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 4.8.6.0
83
97
  description: simple library to create easily music in ruby. You can consider this
84
98
  lib as an interface for SuperCollider's JTLIB, with extras
85
99
  email:
@@ -96,15 +110,31 @@ files:
96
110
  - README.md
97
111
  - Rakefile
98
112
  - VERSION
113
+ - installation.sh
99
114
  - lib/init.sc
115
+ - lib/main.rb
116
+ - lib/qt/form.rb
117
+ - lib/qt/form.ui
100
118
  - lib/rubySC.rb
119
+ - lib/rubySC/accords.rb
101
120
  - lib/rubySC/contrepoint.rb
121
+ - lib/rubySC/forme.rb
122
+ - lib/rubySC/harmonie.rb
123
+ - lib/rubySC/harmonie/accords.rb
124
+ - lib/rubySC/harmonie/harmonie.rb
125
+ - lib/rubySC/harmonie/voiceLeading.rb
102
126
  - lib/rubySC/helper.rb
103
- - lib/rubySC/melodie/algos.rb
127
+ - lib/rubySC/math.rb
128
+ - lib/rubySC/melodie/Schenker.rb
129
+ - lib/rubySC/melodie/intervalles.rb
104
130
  - lib/rubySC/melodie/melodie.rb
131
+ - lib/rubySC/melodie/motif.rb
105
132
  - lib/rubySC/musique.rb
133
+ - lib/rubySC/rythme.rb
106
134
  - lib/rubySC/version.rb
107
135
  - lib/rubySC/voix.rb
136
+ - lib/samples/bip.wav
137
+ - lib/samples/piano.wav
108
138
  - rubySC.gemspec
109
139
  - test/helper.rb
110
140
  - test/test_rubySC.rb