patchmaster 0.0.6 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,8 @@
1
1
  require 'test/unit'
2
2
  require 'patchmaster'
3
- require 'midi-eye'
4
3
 
5
4
  # For all tests, make sure mock I/O MIDI ports are used.
6
- PM::PatchMaster.instance.no_midi!
5
+ PM::PatchMaster.instance.use_midi = false
7
6
 
8
7
  module PM
9
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patchmaster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-29 00:00:00.000000000 Z
12
+ date: 2013-02-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: midi-eye
16
- requirement: &2156045140 !ruby/object:Gem::Requirement
16
+ requirement: &70108862796700 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,13 +21,11 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156045140
25
- description: ! 'PatchMaster is realtime MIDI performance software that alloweds a
26
- musician
24
+ version_requirements: *70108862796700
25
+ description: ! 'PatchMaster is a MIDI processing and patching system. It allows a
26
+ musician to
27
27
 
28
- to totally reconfigure a MIDI setup instantaneously and modify the MIDI data
29
-
30
- while it''s being sent.
28
+ reconfigure a MIDI setup instantaneously and modify the MIDI data in real time.
31
29
 
32
30
  '
33
31
  email: jim@jimmenard.com
@@ -37,20 +35,21 @@ extensions: []
37
35
  extra_rdoc_files: []
38
36
  files:
39
37
  - bin/patchmaster
40
- - lib/patchmaster/app/info_window.rb
41
- - lib/patchmaster/app/info_window_contents.txt
42
- - lib/patchmaster/app/list_window.rb
43
- - lib/patchmaster/app/main.rb
44
- - lib/patchmaster/app/patch_window.rb
45
- - lib/patchmaster/app/pm_window.rb
46
- - lib/patchmaster/app/prompt_window.rb
47
- - lib/patchmaster/app/trigger_window.rb
48
38
  - lib/patchmaster/connection.rb
49
39
  - lib/patchmaster/consts.rb
40
+ - lib/patchmaster/curses/info_window.rb
41
+ - lib/patchmaster/curses/info_window_contents.txt
42
+ - lib/patchmaster/curses/list_window.rb
43
+ - lib/patchmaster/curses/main.rb
44
+ - lib/patchmaster/curses/patch_window.rb
45
+ - lib/patchmaster/curses/pm_window.rb
46
+ - lib/patchmaster/curses/prompt_window.rb
47
+ - lib/patchmaster/curses/trigger_window.rb
50
48
  - lib/patchmaster/cursor.rb
51
49
  - lib/patchmaster/dsl.rb
52
50
  - lib/patchmaster/filter.rb
53
51
  - lib/patchmaster/instrument.rb
52
+ - lib/patchmaster/irb.rb
54
53
  - lib/patchmaster/patch.rb
55
54
  - lib/patchmaster/patchmaster.rb
56
55
  - lib/patchmaster/predicates.rb
@@ -58,6 +57,13 @@ files:
58
57
  - lib/patchmaster/song_list.rb
59
58
  - lib/patchmaster/sorted_song_list.rb
60
59
  - lib/patchmaster/trigger.rb
60
+ - lib/patchmaster/web/public/index.html
61
+ - lib/patchmaster/web/public/js/jquery-1.4.2.js
62
+ - lib/patchmaster/web/public/js/jquery.hotkeys.js
63
+ - lib/patchmaster/web/public/js/patchmaster.coffee
64
+ - lib/patchmaster/web/public/js/patchmaster.js
65
+ - lib/patchmaster/web/public/style.css
66
+ - lib/patchmaster/web/sinatra_app.rb
61
67
  - lib/patchmaster.rb
62
68
  - test/test_helper.rb
63
69
  homepage: http://www.patchmaster.org/
@@ -81,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
87
  version: '0'
82
88
  requirements: []
83
89
  rubyforge_project:
84
- rubygems_version: 1.8.11
90
+ rubygems_version: 1.8.12
85
91
  signing_key:
86
92
  specification_version: 3
87
93
  summary: Realtime MIDI setup configuration and MIDI filtering