midilib 2.0.5 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/ChangeLog +2 -1
- data/Credits +39 -2
- data/README.rdoc +5 -6
- data/Rakefile +36 -49
- data/TODO.rdoc +13 -2
- data/examples/from_scratch.rb +1 -1
- data/examples/measures_mbt.rb +11 -11
- data/examples/print_program_changes.rb +2 -2
- data/examples/reader2text.rb +47 -47
- data/examples/seq2text.rb +1 -1
- data/examples/split.rb +4 -3
- data/examples/strings.rb +4 -4
- data/examples/transpose.rb +19 -20
- data/install.rb +21 -13
- data/lib/midilib/consts.rb +237 -239
- data/lib/midilib/event.rb +128 -100
- data/lib/midilib/info.rb +3 -5
- data/lib/midilib/io/midifile.rb +155 -182
- data/lib/midilib/io/seqreader.rb +80 -85
- data/lib/midilib/io/seqwriter.rb +93 -88
- data/lib/midilib/measure.rb +78 -80
- data/lib/midilib/mergesort.rb +39 -0
- data/lib/midilib/sequence.rb +40 -32
- data/lib/midilib/track.rb +16 -57
- data/lib/midilib/utils.rb +4 -7
- data/lib/midilib.rb +5 -5
- data/test/event_equality.rb +28 -30
- data/test/test_event.rb +9 -11
- data/test/test_io.rb +83 -3
- data/test/test_mergesort.rb +37 -0
- data/test/test_midifile.rb +6 -19
- data/test/test_sequence.rb +5 -4
- data/test/test_track.rb +9 -38
- data/test/test_varlen.rb +1 -3
- metadata +8 -95
- data/html/IO.html +0 -155
- data/html/MIDI/ActiveSense.html +0 -206
- data/html/MIDI/ChannelEvent.html +0 -231
- data/html/MIDI/ChannelPressure.html +0 -265
- data/html/MIDI/Clock.html +0 -206
- data/html/MIDI/Continue.html +0 -206
- data/html/MIDI/Controller.html +0 -280
- data/html/MIDI/Event.html +0 -489
- data/html/MIDI/IO/MIDIFile.html +0 -2024
- data/html/MIDI/IO/SeqReader.html +0 -904
- data/html/MIDI/IO/SeqWriter.html +0 -572
- data/html/MIDI/IO.html +0 -95
- data/html/MIDI/KeySig.html +0 -353
- data/html/MIDI/MIDI/MIDI/Array.html +0 -255
- data/html/MIDI/MIDI/MIDI.html +0 -95
- data/html/MIDI/MIDI.html +0 -95
- data/html/MIDI/Marker.html +0 -158
- data/html/MIDI/Measure.html +0 -328
- data/html/MIDI/Measures.html +0 -285
- data/html/MIDI/MetaEvent.html +0 -461
- data/html/MIDI/NoteEvent.html +0 -331
- data/html/MIDI/NoteOff.html +0 -228
- data/html/MIDI/NoteOn.html +0 -228
- data/html/MIDI/PitchBend.html +0 -266
- data/html/MIDI/PolyPressure.html +0 -277
- data/html/MIDI/ProgramChange.html +0 -265
- data/html/MIDI/Realtime.html +0 -242
- data/html/MIDI/Sequence.html +0 -896
- data/html/MIDI/SongPointer.html +0 -266
- data/html/MIDI/SongSelect.html +0 -265
- data/html/MIDI/Start.html +0 -206
- data/html/MIDI/Stop.html +0 -206
- data/html/MIDI/SystemCommon.html +0 -158
- data/html/MIDI/SystemExclusive.html +0 -268
- data/html/MIDI/SystemReset.html +0 -206
- data/html/MIDI/Tempo.html +0 -396
- data/html/MIDI/TimeSig.html +0 -388
- data/html/MIDI/Track.html +0 -695
- data/html/MIDI/TuneRequest.html +0 -242
- data/html/MIDI/Utils.html +0 -220
- data/html/MIDI.html +0 -547
- data/html/README_rdoc.html +0 -731
- data/html/TODO_rdoc.html +0 -125
- data/html/created.rid +0 -14
- data/html/css/fonts.css +0 -167
- data/html/css/rdoc.css +0 -590
- data/html/fonts/Lato-Light.ttf +0 -0
- data/html/fonts/Lato-LightItalic.ttf +0 -0
- data/html/fonts/Lato-Regular.ttf +0 -0
- data/html/fonts/Lato-RegularItalic.ttf +0 -0
- data/html/fonts/SourceCodePro-Bold.ttf +0 -0
- data/html/fonts/SourceCodePro-Regular.ttf +0 -0
- data/html/images/add.png +0 -0
- data/html/images/arrow_up.png +0 -0
- data/html/images/brick.png +0 -0
- data/html/images/brick_link.png +0 -0
- data/html/images/bug.png +0 -0
- data/html/images/bullet_black.png +0 -0
- data/html/images/bullet_toggle_minus.png +0 -0
- data/html/images/bullet_toggle_plus.png +0 -0
- data/html/images/date.png +0 -0
- data/html/images/delete.png +0 -0
- data/html/images/find.png +0 -0
- data/html/images/loadingAnimation.gif +0 -0
- data/html/images/macFFBgHack.png +0 -0
- data/html/images/package.png +0 -0
- data/html/images/page_green.png +0 -0
- data/html/images/page_white_text.png +0 -0
- data/html/images/page_white_width.png +0 -0
- data/html/images/plugin.png +0 -0
- data/html/images/ruby.png +0 -0
- data/html/images/tag_blue.png +0 -0
- data/html/images/tag_green.png +0 -0
- data/html/images/transparent.png +0 -0
- data/html/images/wrench.png +0 -0
- data/html/images/wrench_orange.png +0 -0
- data/html/images/zoom.png +0 -0
- data/html/index.html +0 -768
- data/html/js/darkfish.js +0 -161
- data/html/js/jquery.js +0 -4
- data/html/js/navigation.js +0 -142
- data/html/js/navigation.js.gz +0 -0
- data/html/js/search.js +0 -109
- data/html/js/search_index.js +0 -1
- data/html/js/search_index.js.gz +0 -0
- data/html/js/searcher.js +0 -228
- data/html/js/searcher.js.gz +0 -0
- data/html/table_of_contents.html +0 -1265
data/html/MIDI/ActiveSense.html
DELETED
@@ -1,206 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>class MIDI::ActiveSense - midilib</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "../";
|
11
|
-
</script>
|
12
|
-
|
13
|
-
<script src="../js/jquery.js"></script>
|
14
|
-
<script src="../js/darkfish.js"></script>
|
15
|
-
|
16
|
-
<link href="../css/fonts.css" rel="stylesheet">
|
17
|
-
<link href="../css/rdoc.css" rel="stylesheet">
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
<body id="top" role="document" class="class">
|
22
|
-
<nav role="navigation">
|
23
|
-
<div id="project-navigation">
|
24
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
25
|
-
<h2>
|
26
|
-
<a href="../index.html" rel="home">Home</a>
|
27
|
-
</h2>
|
28
|
-
|
29
|
-
<div id="table-of-contents-navigation">
|
30
|
-
<a href="../table_of_contents.html#pages">Pages</a>
|
31
|
-
<a href="../table_of_contents.html#classes">Classes</a>
|
32
|
-
<a href="../table_of_contents.html#methods">Methods</a>
|
33
|
-
</div>
|
34
|
-
</div>
|
35
|
-
|
36
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
37
|
-
<form action="#" method="get" accept-charset="utf-8">
|
38
|
-
<div id="search-field-wrapper">
|
39
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
40
|
-
aria-autocomplete="list" aria-controls="search-results"
|
41
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
42
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
43
|
-
</div>
|
44
|
-
|
45
|
-
<ul id="search-results" aria-label="Search Results"
|
46
|
-
aria-busy="false" aria-expanded="false"
|
47
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
48
|
-
</form>
|
49
|
-
</div>
|
50
|
-
|
51
|
-
</div>
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
<div id="class-metadata">
|
56
|
-
|
57
|
-
<div id="parent-class-section" class="nav-section">
|
58
|
-
<h3>Parent</h3>
|
59
|
-
|
60
|
-
|
61
|
-
<p class="link"><a href="Realtime.html">MIDI::Realtime</a>
|
62
|
-
|
63
|
-
</div>
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
<!-- Method Quickref -->
|
68
|
-
<div id="method-list-section" class="nav-section">
|
69
|
-
<h3>Methods</h3>
|
70
|
-
|
71
|
-
<ul class="link-list" role="directory">
|
72
|
-
|
73
|
-
<li class="calls-super" ><a href="#method-c-new">::new</a>
|
74
|
-
|
75
|
-
<li class="calls-super" ><a href="#method-i-to_s">#to_s</a>
|
76
|
-
|
77
|
-
</ul>
|
78
|
-
</div>
|
79
|
-
|
80
|
-
</div>
|
81
|
-
</nav>
|
82
|
-
|
83
|
-
<main role="main" aria-labelledby="class-MIDI::ActiveSense">
|
84
|
-
<h1 id="class-MIDI::ActiveSense" class="class">
|
85
|
-
class MIDI::ActiveSense
|
86
|
-
</h1>
|
87
|
-
|
88
|
-
<section class="description">
|
89
|
-
|
90
|
-
</section>
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
106
|
-
<header>
|
107
|
-
<h3>Public Class Methods</h3>
|
108
|
-
</header>
|
109
|
-
|
110
|
-
|
111
|
-
<div id="method-c-new" class="method-detail ">
|
112
|
-
|
113
|
-
<div class="method-heading">
|
114
|
-
<span class="method-name">new</span><span
|
115
|
-
class="method-args">(delta_time = 0)</span>
|
116
|
-
|
117
|
-
<span class="method-click-advice">click to toggle source</span>
|
118
|
-
|
119
|
-
</div>
|
120
|
-
|
121
|
-
|
122
|
-
<div class="method-description">
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
<div class="method-calls-super">
|
128
|
-
Calls superclass method
|
129
|
-
<a href="Realtime.html#method-c-new">MIDI::Realtime.new</a>
|
130
|
-
</div>
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
<div class="method-source-code" id="new-source">
|
135
|
-
<pre><span class="ruby-comment"># File lib/midilib/event.rb, line 395</span>
|
136
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">delta_time</span> = <span class="ruby-value">0</span>)
|
137
|
-
<span class="ruby-keyword">super</span>(<span class="ruby-constant">ACTIVE_SENSE</span>, <span class="ruby-identifier">delta_time</span>)
|
138
|
-
<span class="ruby-keyword">end</span></pre>
|
139
|
-
</div>
|
140
|
-
|
141
|
-
</div>
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
</div>
|
147
|
-
|
148
|
-
|
149
|
-
</section>
|
150
|
-
|
151
|
-
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
152
|
-
<header>
|
153
|
-
<h3>Public Instance Methods</h3>
|
154
|
-
</header>
|
155
|
-
|
156
|
-
|
157
|
-
<div id="method-i-to_s" class="method-detail ">
|
158
|
-
|
159
|
-
<div class="method-heading">
|
160
|
-
<span class="method-name">to_s</span><span
|
161
|
-
class="method-args">()</span>
|
162
|
-
|
163
|
-
<span class="method-click-advice">click to toggle source</span>
|
164
|
-
|
165
|
-
</div>
|
166
|
-
|
167
|
-
|
168
|
-
<div class="method-description">
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
<div class="method-calls-super">
|
174
|
-
Calls superclass method
|
175
|
-
<a href="Realtime.html#method-i-to_s">MIDI::Realtime#to_s</a>
|
176
|
-
</div>
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
<div class="method-source-code" id="to_s-source">
|
181
|
-
<pre><span class="ruby-comment"># File lib/midilib/event.rb, line 398</span>
|
182
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>
|
183
|
-
<span class="ruby-keyword">return</span> <span class="ruby-keyword">super</span> <span class="ruby-operator"><<</span> <span class="ruby-string">"act sens"</span>
|
184
|
-
<span class="ruby-keyword">end</span></pre>
|
185
|
-
</div>
|
186
|
-
|
187
|
-
</div>
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
</div>
|
193
|
-
|
194
|
-
|
195
|
-
</section>
|
196
|
-
|
197
|
-
</section>
|
198
|
-
</main>
|
199
|
-
|
200
|
-
|
201
|
-
<footer id="validator-badges" role="contentinfo">
|
202
|
-
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
203
|
-
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
|
204
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
205
|
-
</footer>
|
206
|
-
|
data/html/MIDI/ChannelEvent.html
DELETED
@@ -1,231 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>class MIDI::ChannelEvent - midilib</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "../";
|
11
|
-
</script>
|
12
|
-
|
13
|
-
<script src="../js/jquery.js"></script>
|
14
|
-
<script src="../js/darkfish.js"></script>
|
15
|
-
|
16
|
-
<link href="../css/fonts.css" rel="stylesheet">
|
17
|
-
<link href="../css/rdoc.css" rel="stylesheet">
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
<body id="top" role="document" class="class">
|
22
|
-
<nav role="navigation">
|
23
|
-
<div id="project-navigation">
|
24
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
25
|
-
<h2>
|
26
|
-
<a href="../index.html" rel="home">Home</a>
|
27
|
-
</h2>
|
28
|
-
|
29
|
-
<div id="table-of-contents-navigation">
|
30
|
-
<a href="../table_of_contents.html#pages">Pages</a>
|
31
|
-
<a href="../table_of_contents.html#classes">Classes</a>
|
32
|
-
<a href="../table_of_contents.html#methods">Methods</a>
|
33
|
-
</div>
|
34
|
-
</div>
|
35
|
-
|
36
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
37
|
-
<form action="#" method="get" accept-charset="utf-8">
|
38
|
-
<div id="search-field-wrapper">
|
39
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
40
|
-
aria-autocomplete="list" aria-controls="search-results"
|
41
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
42
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
43
|
-
</div>
|
44
|
-
|
45
|
-
<ul id="search-results" aria-label="Search Results"
|
46
|
-
aria-busy="false" aria-expanded="false"
|
47
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
48
|
-
</form>
|
49
|
-
</div>
|
50
|
-
|
51
|
-
</div>
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
<div id="class-metadata">
|
56
|
-
|
57
|
-
<div id="parent-class-section" class="nav-section">
|
58
|
-
<h3>Parent</h3>
|
59
|
-
|
60
|
-
|
61
|
-
<p class="link"><a href="Event.html">MIDI::Event</a>
|
62
|
-
|
63
|
-
</div>
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
<!-- Method Quickref -->
|
68
|
-
<div id="method-list-section" class="nav-section">
|
69
|
-
<h3>Methods</h3>
|
70
|
-
|
71
|
-
<ul class="link-list" role="directory">
|
72
|
-
|
73
|
-
<li class="calls-super" ><a href="#method-c-new">::new</a>
|
74
|
-
|
75
|
-
<li class="calls-super" ><a href="#method-i-to_s">#to_s</a>
|
76
|
-
|
77
|
-
</ul>
|
78
|
-
</div>
|
79
|
-
|
80
|
-
</div>
|
81
|
-
</nav>
|
82
|
-
|
83
|
-
<main role="main" aria-labelledby="class-MIDI::ChannelEvent">
|
84
|
-
<h1 id="class-MIDI::ChannelEvent" class="class">
|
85
|
-
class MIDI::ChannelEvent
|
86
|
-
</h1>
|
87
|
-
|
88
|
-
<section class="description">
|
89
|
-
|
90
|
-
<p>The abstract superclass of all channel events (events that have a <a
|
91
|
-
href="MIDI.html">MIDI</a> channel, like notes and program changes).</p>
|
92
|
-
|
93
|
-
</section>
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
<section class="attribute-method-details" class="method-section">
|
107
|
-
<header>
|
108
|
-
<h3>Attributes</h3>
|
109
|
-
</header>
|
110
|
-
|
111
|
-
|
112
|
-
<div id="attribute-i-channel" class="method-detail">
|
113
|
-
<div class="method-heading attribute-method-heading">
|
114
|
-
<span class="method-name">channel</span><span
|
115
|
-
class="attribute-access-type">[RW]</span>
|
116
|
-
</div>
|
117
|
-
|
118
|
-
<div class="method-description">
|
119
|
-
|
120
|
-
<p><a href="MIDI.html">MIDI</a> channel, 0-15.</p>
|
121
|
-
|
122
|
-
</div>
|
123
|
-
</div>
|
124
|
-
|
125
|
-
</section>
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
130
|
-
<header>
|
131
|
-
<h3>Public Class Methods</h3>
|
132
|
-
</header>
|
133
|
-
|
134
|
-
|
135
|
-
<div id="method-c-new" class="method-detail ">
|
136
|
-
|
137
|
-
<div class="method-heading">
|
138
|
-
<span class="method-name">new</span><span
|
139
|
-
class="method-args">(status, channel, delta_time)</span>
|
140
|
-
|
141
|
-
<span class="method-click-advice">click to toggle source</span>
|
142
|
-
|
143
|
-
</div>
|
144
|
-
|
145
|
-
|
146
|
-
<div class="method-description">
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
<div class="method-calls-super">
|
152
|
-
Calls superclass method
|
153
|
-
<a href="Event.html#method-c-new">MIDI::Event.new</a>
|
154
|
-
</div>
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
<div class="method-source-code" id="new-source">
|
159
|
-
<pre><span class="ruby-comment"># File lib/midilib/event.rb, line 88</span>
|
160
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">status</span>, <span class="ruby-identifier">channel</span>, <span class="ruby-identifier">delta_time</span>)
|
161
|
-
<span class="ruby-keyword">super</span>(<span class="ruby-identifier">status</span>, <span class="ruby-identifier">delta_time</span>)
|
162
|
-
<span class="ruby-ivar">@channel</span> = <span class="ruby-identifier">channel</span>
|
163
|
-
<span class="ruby-keyword">end</span></pre>
|
164
|
-
</div>
|
165
|
-
|
166
|
-
</div>
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
</div>
|
172
|
-
|
173
|
-
|
174
|
-
</section>
|
175
|
-
|
176
|
-
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
177
|
-
<header>
|
178
|
-
<h3>Public Instance Methods</h3>
|
179
|
-
</header>
|
180
|
-
|
181
|
-
|
182
|
-
<div id="method-i-to_s" class="method-detail ">
|
183
|
-
|
184
|
-
<div class="method-heading">
|
185
|
-
<span class="method-name">to_s</span><span
|
186
|
-
class="method-args">()</span>
|
187
|
-
|
188
|
-
<span class="method-click-advice">click to toggle source</span>
|
189
|
-
|
190
|
-
</div>
|
191
|
-
|
192
|
-
|
193
|
-
<div class="method-description">
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
<div class="method-calls-super">
|
199
|
-
Calls superclass method
|
200
|
-
<a href="Event.html#method-i-to_s">MIDI::Event#to_s</a>
|
201
|
-
</div>
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
<div class="method-source-code" id="to_s-source">
|
206
|
-
<pre><span class="ruby-comment"># File lib/midilib/event.rb, line 94</span>
|
207
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>
|
208
|
-
<span class="ruby-keyword">return</span> <span class="ruby-keyword">super</span> <span class="ruby-operator"><<</span> <span class="ruby-node">"ch #{channel_to_s(@channel)} "</span>
|
209
|
-
<span class="ruby-keyword">end</span></pre>
|
210
|
-
</div>
|
211
|
-
|
212
|
-
</div>
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
</div>
|
218
|
-
|
219
|
-
|
220
|
-
</section>
|
221
|
-
|
222
|
-
</section>
|
223
|
-
</main>
|
224
|
-
|
225
|
-
|
226
|
-
<footer id="validator-badges" role="contentinfo">
|
227
|
-
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
228
|
-
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
|
229
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
230
|
-
</footer>
|
231
|
-
|
@@ -1,265 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>class MIDI::ChannelPressure - midilib</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "../";
|
11
|
-
</script>
|
12
|
-
|
13
|
-
<script src="../js/jquery.js"></script>
|
14
|
-
<script src="../js/darkfish.js"></script>
|
15
|
-
|
16
|
-
<link href="../css/fonts.css" rel="stylesheet">
|
17
|
-
<link href="../css/rdoc.css" rel="stylesheet">
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
<body id="top" role="document" class="class">
|
22
|
-
<nav role="navigation">
|
23
|
-
<div id="project-navigation">
|
24
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
25
|
-
<h2>
|
26
|
-
<a href="../index.html" rel="home">Home</a>
|
27
|
-
</h2>
|
28
|
-
|
29
|
-
<div id="table-of-contents-navigation">
|
30
|
-
<a href="../table_of_contents.html#pages">Pages</a>
|
31
|
-
<a href="../table_of_contents.html#classes">Classes</a>
|
32
|
-
<a href="../table_of_contents.html#methods">Methods</a>
|
33
|
-
</div>
|
34
|
-
</div>
|
35
|
-
|
36
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
37
|
-
<form action="#" method="get" accept-charset="utf-8">
|
38
|
-
<div id="search-field-wrapper">
|
39
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
40
|
-
aria-autocomplete="list" aria-controls="search-results"
|
41
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
42
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
43
|
-
</div>
|
44
|
-
|
45
|
-
<ul id="search-results" aria-label="Search Results"
|
46
|
-
aria-busy="false" aria-expanded="false"
|
47
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
48
|
-
</form>
|
49
|
-
</div>
|
50
|
-
|
51
|
-
</div>
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
<div id="class-metadata">
|
56
|
-
|
57
|
-
<div id="parent-class-section" class="nav-section">
|
58
|
-
<h3>Parent</h3>
|
59
|
-
|
60
|
-
|
61
|
-
<p class="link"><a href="ChannelEvent.html">MIDI::ChannelEvent</a>
|
62
|
-
|
63
|
-
</div>
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
<!-- Method Quickref -->
|
68
|
-
<div id="method-list-section" class="nav-section">
|
69
|
-
<h3>Methods</h3>
|
70
|
-
|
71
|
-
<ul class="link-list" role="directory">
|
72
|
-
|
73
|
-
<li class="calls-super" ><a href="#method-c-new">::new</a>
|
74
|
-
|
75
|
-
<li ><a href="#method-i-data_as_bytes">#data_as_bytes</a>
|
76
|
-
|
77
|
-
<li class="calls-super" ><a href="#method-i-to_s">#to_s</a>
|
78
|
-
|
79
|
-
</ul>
|
80
|
-
</div>
|
81
|
-
|
82
|
-
</div>
|
83
|
-
</nav>
|
84
|
-
|
85
|
-
<main role="main" aria-labelledby="class-MIDI::ChannelPressure">
|
86
|
-
<h1 id="class-MIDI::ChannelPressure" class="class">
|
87
|
-
class MIDI::ChannelPressure
|
88
|
-
</h1>
|
89
|
-
|
90
|
-
<section class="description">
|
91
|
-
|
92
|
-
</section>
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
<section class="attribute-method-details" class="method-section">
|
106
|
-
<header>
|
107
|
-
<h3>Attributes</h3>
|
108
|
-
</header>
|
109
|
-
|
110
|
-
|
111
|
-
<div id="attribute-i-pressure" class="method-detail">
|
112
|
-
<div class="method-heading attribute-method-heading">
|
113
|
-
<span class="method-name">pressure</span><span
|
114
|
-
class="attribute-access-type">[RW]</span>
|
115
|
-
</div>
|
116
|
-
|
117
|
-
<div class="method-description">
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
</div>
|
122
|
-
</div>
|
123
|
-
|
124
|
-
</section>
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
129
|
-
<header>
|
130
|
-
<h3>Public Class Methods</h3>
|
131
|
-
</header>
|
132
|
-
|
133
|
-
|
134
|
-
<div id="method-c-new" class="method-detail ">
|
135
|
-
|
136
|
-
<div class="method-heading">
|
137
|
-
<span class="method-name">new</span><span
|
138
|
-
class="method-args">(channel = 0, pressure = 0, delta_time = 0)</span>
|
139
|
-
|
140
|
-
<span class="method-click-advice">click to toggle source</span>
|
141
|
-
|
142
|
-
</div>
|
143
|
-
|
144
|
-
|
145
|
-
<div class="method-description">
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
<div class="method-calls-super">
|
151
|
-
Calls superclass method
|
152
|
-
<a href="ChannelEvent.html#method-c-new">MIDI::ChannelEvent.new</a>
|
153
|
-
</div>
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
<div class="method-source-code" id="new-source">
|
158
|
-
<pre><span class="ruby-comment"># File lib/midilib/event.rb, line 224</span>
|
159
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">channel</span> = <span class="ruby-value">0</span>, <span class="ruby-identifier">pressure</span> = <span class="ruby-value">0</span>, <span class="ruby-identifier">delta_time</span> = <span class="ruby-value">0</span>)
|
160
|
-
<span class="ruby-keyword">super</span>(<span class="ruby-constant">CHANNEL_PRESSURE</span>, <span class="ruby-identifier">channel</span>, <span class="ruby-identifier">delta_time</span>)
|
161
|
-
<span class="ruby-ivar">@pressure</span> = <span class="ruby-identifier">pressure</span>
|
162
|
-
<span class="ruby-keyword">end</span></pre>
|
163
|
-
</div>
|
164
|
-
|
165
|
-
</div>
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
</div>
|
171
|
-
|
172
|
-
|
173
|
-
</section>
|
174
|
-
|
175
|
-
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
176
|
-
<header>
|
177
|
-
<h3>Public Instance Methods</h3>
|
178
|
-
</header>
|
179
|
-
|
180
|
-
|
181
|
-
<div id="method-i-data_as_bytes" class="method-detail ">
|
182
|
-
|
183
|
-
<div class="method-heading">
|
184
|
-
<span class="method-name">data_as_bytes</span><span
|
185
|
-
class="method-args">()</span>
|
186
|
-
|
187
|
-
<span class="method-click-advice">click to toggle source</span>
|
188
|
-
|
189
|
-
</div>
|
190
|
-
|
191
|
-
|
192
|
-
<div class="method-description">
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
<div class="method-source-code" id="data_as_bytes-source">
|
200
|
-
<pre><span class="ruby-comment"># File lib/midilib/event.rb, line 229</span>
|
201
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">data_as_bytes</span>
|
202
|
-
<span class="ruby-identifier">data</span> = []
|
203
|
-
<span class="ruby-identifier">data</span> <span class="ruby-operator"><<</span> (<span class="ruby-ivar">@status</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@channel</span>)
|
204
|
-
<span class="ruby-identifier">data</span> <span class="ruby-operator"><<</span> <span class="ruby-ivar">@pressure</span>
|
205
|
-
<span class="ruby-keyword">end</span></pre>
|
206
|
-
</div>
|
207
|
-
|
208
|
-
</div>
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
</div>
|
214
|
-
|
215
|
-
|
216
|
-
<div id="method-i-to_s" class="method-detail ">
|
217
|
-
|
218
|
-
<div class="method-heading">
|
219
|
-
<span class="method-name">to_s</span><span
|
220
|
-
class="method-args">()</span>
|
221
|
-
|
222
|
-
<span class="method-click-advice">click to toggle source</span>
|
223
|
-
|
224
|
-
</div>
|
225
|
-
|
226
|
-
|
227
|
-
<div class="method-description">
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
<div class="method-calls-super">
|
233
|
-
Calls superclass method
|
234
|
-
<a href="ChannelEvent.html#method-i-to_s">MIDI::ChannelEvent#to_s</a>
|
235
|
-
</div>
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
<div class="method-source-code" id="to_s-source">
|
240
|
-
<pre><span class="ruby-comment"># File lib/midilib/event.rb, line 235</span>
|
241
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>
|
242
|
-
<span class="ruby-keyword">return</span> <span class="ruby-keyword">super</span> <span class="ruby-operator"><<</span> <span class="ruby-node">"chan press #{number_to_s(@pressure)}"</span>
|
243
|
-
<span class="ruby-keyword">end</span></pre>
|
244
|
-
</div>
|
245
|
-
|
246
|
-
</div>
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
</div>
|
252
|
-
|
253
|
-
|
254
|
-
</section>
|
255
|
-
|
256
|
-
</section>
|
257
|
-
</main>
|
258
|
-
|
259
|
-
|
260
|
-
<footer id="validator-badges" role="contentinfo">
|
261
|
-
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
262
|
-
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
|
263
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
264
|
-
</footer>
|
265
|
-
|