midilib 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Credits +11 -2
- data/README.rdoc +17 -26
- data/Rakefile +34 -7
- data/install.rb +2 -2
- data/lib/midilib/info.rb +2 -2
- metadata +25 -119
- data/html/Array.html +0 -382
- data/html/IO.html +0 -277
- data/html/MIDI.html +0 -829
- data/html/MIDI/ActiveSense.html +0 -317
- data/html/MIDI/ChannelEvent.html +0 -347
- data/html/MIDI/ChannelPressure.html +0 -379
- data/html/MIDI/Clock.html +0 -317
- data/html/MIDI/Continue.html +0 -317
- data/html/MIDI/Controller.html +0 -398
- data/html/MIDI/Event.html +0 -659
- data/html/MIDI/IO.html +0 -238
- data/html/MIDI/IO/MIDIFile.html +0 -2269
- data/html/MIDI/IO/SeqReader.html +0 -1051
- data/html/MIDI/IO/SeqWriter.html +0 -706
- data/html/MIDI/KeySig.html +0 -487
- data/html/MIDI/Marker.html +0 -275
- data/html/MIDI/Measure.html +0 -479
- data/html/MIDI/Measures.html +0 -416
- data/html/MIDI/MetaEvent.html +0 -617
- data/html/MIDI/NoteEvent.html +0 -459
- data/html/MIDI/NoteOff.html +0 -341
- data/html/MIDI/NoteOn.html +0 -341
- data/html/MIDI/PitchBend.html +0 -380
- data/html/MIDI/PolyPressure.html +0 -390
- data/html/MIDI/ProgramChange.html +0 -379
- data/html/MIDI/Realtime.html +0 -354
- data/html/MIDI/Sequence.html +0 -1063
- data/html/MIDI/SongPointer.html +0 -380
- data/html/MIDI/SongSelect.html +0 -379
- data/html/MIDI/Start.html +0 -317
- data/html/MIDI/Stop.html +0 -317
- data/html/MIDI/SystemCommon.html +0 -275
- data/html/MIDI/SystemExclusive.html +0 -382
- data/html/MIDI/SystemReset.html +0 -317
- data/html/MIDI/Tempo.html +0 -519
- data/html/MIDI/TimeSig.html +0 -524
- data/html/MIDI/Track.html +0 -859
- data/html/MIDI/TuneRequest.html +0 -354
- data/html/MIDI/Utils.html +0 -350
- data/html/README_rdoc.html +0 -882
- data/html/TODO_rdoc.html +0 -215
- data/html/created.rid +0 -14
- 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/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_green.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 -1266
- data/html/js/darkfish.js +0 -116
- data/html/js/jquery.js +0 -32
- data/html/js/quicksearch.js +0 -114
- data/html/js/thickbox-compressed.js +0 -10
- data/html/lib/midilib/consts_rb.html +0 -55
- data/html/lib/midilib/event_rb.html +0 -56
- data/html/lib/midilib/info_rb.html +0 -52
- data/html/lib/midilib/io/midifile_rb.html +0 -54
- data/html/lib/midilib/io/seqreader_rb.html +0 -58
- data/html/lib/midilib/io/seqwriter_rb.html +0 -59
- data/html/lib/midilib/measure_rb.html +0 -54
- data/html/lib/midilib/sequence_rb.html +0 -58
- data/html/lib/midilib/track_rb.html +0 -54
- data/html/lib/midilib/utils_rb.html +0 -52
- data/html/lib/midilib_rb.html +0 -71
- data/html/rdoc.css +0 -706
@@ -1,379 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
7
|
-
|
8
|
-
<title>Class: MIDI::ProgramChange</title>
|
9
|
-
|
10
|
-
<link rel="stylesheet" href="../rdoc.css" type="text/css" media="screen" />
|
11
|
-
|
12
|
-
<script src="../js/jquery.js" type="text/javascript"
|
13
|
-
charset="utf-8"></script>
|
14
|
-
<script src="../js/thickbox-compressed.js" type="text/javascript"
|
15
|
-
charset="utf-8"></script>
|
16
|
-
<script src="../js/quicksearch.js" type="text/javascript"
|
17
|
-
charset="utf-8"></script>
|
18
|
-
<script src="../js/darkfish.js" type="text/javascript"
|
19
|
-
charset="utf-8"></script>
|
20
|
-
|
21
|
-
</head>
|
22
|
-
<body class="class">
|
23
|
-
|
24
|
-
<div id="metadata">
|
25
|
-
<div id="home-metadata">
|
26
|
-
<div id="home-section" class="section">
|
27
|
-
<h3 class="section-header">
|
28
|
-
<a href="../index.html">Home</a>
|
29
|
-
<a href="../index.html#classes">Classes</a>
|
30
|
-
<a href="../index.html#methods">Methods</a>
|
31
|
-
</h3>
|
32
|
-
</div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="file-metadata">
|
36
|
-
<div id="file-list-section" class="section">
|
37
|
-
<h3 class="section-header">In Files</h3>
|
38
|
-
<div class="section-body">
|
39
|
-
<ul>
|
40
|
-
|
41
|
-
<li><a href="../lib/midilib/event_rb.html?TB_iframe=true&height=550&width=785"
|
42
|
-
class="thickbox" title="lib/midilib/event.rb">lib/midilib/event.rb</a></li>
|
43
|
-
|
44
|
-
</ul>
|
45
|
-
</div>
|
46
|
-
</div>
|
47
|
-
|
48
|
-
|
49
|
-
</div>
|
50
|
-
|
51
|
-
<div id="class-metadata">
|
52
|
-
|
53
|
-
<!-- Parent Class -->
|
54
|
-
|
55
|
-
<div id="parent-class-section" class="section">
|
56
|
-
<h3 class="section-header">Parent</h3>
|
57
|
-
|
58
|
-
<p class="link"><a href="ChannelEvent.html">MIDI::ChannelEvent</a></p>
|
59
|
-
|
60
|
-
</div>
|
61
|
-
|
62
|
-
|
63
|
-
<!-- Namespace Contents -->
|
64
|
-
|
65
|
-
|
66
|
-
<!-- Method Quickref -->
|
67
|
-
|
68
|
-
<div id="method-list-section" class="section">
|
69
|
-
<h3 class="section-header">Methods</h3>
|
70
|
-
<ul class="link-list">
|
71
|
-
|
72
|
-
<li><a href="#method-c-new">::new</a></li>
|
73
|
-
|
74
|
-
<li><a href="#method-i-data_as_bytes">#data_as_bytes</a></li>
|
75
|
-
|
76
|
-
<li><a href="#method-i-to_s">#to_s</a></li>
|
77
|
-
|
78
|
-
</ul>
|
79
|
-
</div>
|
80
|
-
|
81
|
-
|
82
|
-
<!-- Included Modules -->
|
83
|
-
|
84
|
-
</div>
|
85
|
-
|
86
|
-
<div id="project-metadata">
|
87
|
-
|
88
|
-
|
89
|
-
<div id="fileindex-section" class="section project-section">
|
90
|
-
<h3 class="section-header">Files</h3>
|
91
|
-
<ul>
|
92
|
-
|
93
|
-
<li class="file"><a href="../README_rdoc.html">README.rdoc</a></li>
|
94
|
-
|
95
|
-
<li class="file"><a href="../TODO_rdoc.html">TODO.rdoc</a></li>
|
96
|
-
|
97
|
-
</ul>
|
98
|
-
</div>
|
99
|
-
|
100
|
-
|
101
|
-
<div id="classindex-section" class="section project-section">
|
102
|
-
<h3 class="section-header">Class Index
|
103
|
-
<span class="search-toggle"><img src="../images/find.png"
|
104
|
-
height="16" width="16" alt="[+]"
|
105
|
-
title="show/hide quicksearch" /></span></h3>
|
106
|
-
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
107
|
-
<fieldset>
|
108
|
-
<legend>Quicksearch</legend>
|
109
|
-
<input type="text" name="quicksearch" value=""
|
110
|
-
class="quicksearch-field" />
|
111
|
-
</fieldset>
|
112
|
-
</form>
|
113
|
-
|
114
|
-
<ul class="link-list">
|
115
|
-
|
116
|
-
<li><a href="../MIDI.html">MIDI</a></li>
|
117
|
-
|
118
|
-
<li><a href="../MIDI/ActiveSense.html">MIDI::ActiveSense</a></li>
|
119
|
-
|
120
|
-
<li><a href="../MIDI/ChannelEvent.html">MIDI::ChannelEvent</a></li>
|
121
|
-
|
122
|
-
<li><a href="../MIDI/ChannelPressure.html">MIDI::ChannelPressure</a></li>
|
123
|
-
|
124
|
-
<li><a href="../MIDI/Clock.html">MIDI::Clock</a></li>
|
125
|
-
|
126
|
-
<li><a href="../MIDI/Continue.html">MIDI::Continue</a></li>
|
127
|
-
|
128
|
-
<li><a href="../MIDI/Controller.html">MIDI::Controller</a></li>
|
129
|
-
|
130
|
-
<li><a href="../MIDI/Event.html">MIDI::Event</a></li>
|
131
|
-
|
132
|
-
<li><a href="../MIDI/IO.html">MIDI::IO</a></li>
|
133
|
-
|
134
|
-
<li><a href="../MIDI/IO/MIDIFile.html">MIDI::IO::MIDIFile</a></li>
|
135
|
-
|
136
|
-
<li><a href="../MIDI/IO/SeqReader.html">MIDI::IO::SeqReader</a></li>
|
137
|
-
|
138
|
-
<li><a href="../MIDI/IO/SeqWriter.html">MIDI::IO::SeqWriter</a></li>
|
139
|
-
|
140
|
-
<li><a href="../MIDI/KeySig.html">MIDI::KeySig</a></li>
|
141
|
-
|
142
|
-
<li><a href="../MIDI/Marker.html">MIDI::Marker</a></li>
|
143
|
-
|
144
|
-
<li><a href="../MIDI/Measure.html">MIDI::Measure</a></li>
|
145
|
-
|
146
|
-
<li><a href="../MIDI/Measures.html">MIDI::Measures</a></li>
|
147
|
-
|
148
|
-
<li><a href="../MIDI/MetaEvent.html">MIDI::MetaEvent</a></li>
|
149
|
-
|
150
|
-
<li><a href="../MIDI/NoteEvent.html">MIDI::NoteEvent</a></li>
|
151
|
-
|
152
|
-
<li><a href="../MIDI/NoteOff.html">MIDI::NoteOff</a></li>
|
153
|
-
|
154
|
-
<li><a href="../MIDI/NoteOff.html">MIDI::NoteOff</a></li>
|
155
|
-
|
156
|
-
<li><a href="../MIDI/NoteOn.html">MIDI::NoteOn</a></li>
|
157
|
-
|
158
|
-
<li><a href="../MIDI/NoteOn.html">MIDI::NoteOn</a></li>
|
159
|
-
|
160
|
-
<li><a href="../MIDI/PitchBend.html">MIDI::PitchBend</a></li>
|
161
|
-
|
162
|
-
<li><a href="../MIDI/PolyPressure.html">MIDI::PolyPressure</a></li>
|
163
|
-
|
164
|
-
<li><a href="../MIDI/ProgramChange.html">MIDI::ProgramChange</a></li>
|
165
|
-
|
166
|
-
<li><a href="../MIDI/Realtime.html">MIDI::Realtime</a></li>
|
167
|
-
|
168
|
-
<li><a href="../MIDI/Sequence.html">MIDI::Sequence</a></li>
|
169
|
-
|
170
|
-
<li><a href="../MIDI/SongPointer.html">MIDI::SongPointer</a></li>
|
171
|
-
|
172
|
-
<li><a href="../MIDI/SongSelect.html">MIDI::SongSelect</a></li>
|
173
|
-
|
174
|
-
<li><a href="../MIDI/Start.html">MIDI::Start</a></li>
|
175
|
-
|
176
|
-
<li><a href="../MIDI/Stop.html">MIDI::Stop</a></li>
|
177
|
-
|
178
|
-
<li><a href="../MIDI/SystemCommon.html">MIDI::SystemCommon</a></li>
|
179
|
-
|
180
|
-
<li><a href="../MIDI/SystemExclusive.html">MIDI::SystemExclusive</a></li>
|
181
|
-
|
182
|
-
<li><a href="../MIDI/SystemReset.html">MIDI::SystemReset</a></li>
|
183
|
-
|
184
|
-
<li><a href="../MIDI/Tempo.html">MIDI::Tempo</a></li>
|
185
|
-
|
186
|
-
<li><a href="../MIDI/TimeSig.html">MIDI::TimeSig</a></li>
|
187
|
-
|
188
|
-
<li><a href="../MIDI/Track.html">MIDI::Track</a></li>
|
189
|
-
|
190
|
-
<li><a href="../MIDI/TuneRequest.html">MIDI::TuneRequest</a></li>
|
191
|
-
|
192
|
-
<li><a href="../MIDI/Utils.html">MIDI::Utils</a></li>
|
193
|
-
|
194
|
-
<li><a href="../Array.html">Array</a></li>
|
195
|
-
|
196
|
-
<li><a href="../IO.html">IO</a></li>
|
197
|
-
|
198
|
-
</ul>
|
199
|
-
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
200
|
-
</div>
|
201
|
-
|
202
|
-
|
203
|
-
</div>
|
204
|
-
</div>
|
205
|
-
|
206
|
-
<div id="documentation">
|
207
|
-
<h1 class="class">MIDI::ProgramChange</h1>
|
208
|
-
|
209
|
-
<div id="description">
|
210
|
-
|
211
|
-
</div>
|
212
|
-
|
213
|
-
<!-- Constants -->
|
214
|
-
|
215
|
-
|
216
|
-
<!-- Attributes -->
|
217
|
-
|
218
|
-
<div id="attribute-method-details" class="method-section section">
|
219
|
-
<h3 class="section-header">Attributes</h3>
|
220
|
-
|
221
|
-
|
222
|
-
<div id="program-attribute-method" class="method-detail">
|
223
|
-
<a name="program"></a>
|
224
|
-
|
225
|
-
<a name="program="></a>
|
226
|
-
|
227
|
-
<div class="method-heading attribute-method-heading">
|
228
|
-
<span class="method-name">program</span><span
|
229
|
-
class="attribute-access-type">[RW]</span>
|
230
|
-
</div>
|
231
|
-
|
232
|
-
<div class="method-description">
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
</div>
|
237
|
-
</div>
|
238
|
-
|
239
|
-
</div>
|
240
|
-
|
241
|
-
|
242
|
-
<!-- Methods -->
|
243
|
-
|
244
|
-
<div id="public-class-method-details" class="method-section section">
|
245
|
-
<h3 class="section-header">Public Class Methods</h3>
|
246
|
-
|
247
|
-
|
248
|
-
<div id="new-method" class="method-detail ">
|
249
|
-
<a name="method-c-new"></a>
|
250
|
-
|
251
|
-
<div class="method-heading">
|
252
|
-
|
253
|
-
<span class="method-name">new</span><span
|
254
|
-
class="method-args">(channel = 0, program = 0, delta_time = 0)</span>
|
255
|
-
<span class="method-click-advice">click to toggle source</span>
|
256
|
-
|
257
|
-
</div>
|
258
|
-
|
259
|
-
<div class="method-description">
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
<div class="method-source-code"
|
266
|
-
id="new-source">
|
267
|
-
<pre>
|
268
|
-
<span class="ruby-comment cmt"># File lib/midilib/event.rb, line 204</span>
|
269
|
-
204: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">channel</span> = <span class="ruby-value">0</span>, <span class="ruby-identifier">program</span> = <span class="ruby-value">0</span>, <span class="ruby-identifier">delta_time</span> = <span class="ruby-value">0</span>)
|
270
|
-
205: <span class="ruby-keyword kw">super</span>(<span class="ruby-constant">PROGRAM_CHANGE</span>, <span class="ruby-identifier">channel</span>, <span class="ruby-identifier">delta_time</span>)
|
271
|
-
206: <span class="ruby-ivar">@program</span> = <span class="ruby-identifier">program</span>
|
272
|
-
207: <span class="ruby-keyword kw">end</span></pre>
|
273
|
-
</div>
|
274
|
-
|
275
|
-
</div>
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
</div>
|
281
|
-
|
282
|
-
|
283
|
-
</div>
|
284
|
-
|
285
|
-
<div id="public-instance-method-details" class="method-section section">
|
286
|
-
<h3 class="section-header">Public Instance Methods</h3>
|
287
|
-
|
288
|
-
|
289
|
-
<div id="data-as-bytes-method" class="method-detail ">
|
290
|
-
<a name="method-i-data_as_bytes"></a>
|
291
|
-
|
292
|
-
<div class="method-heading">
|
293
|
-
|
294
|
-
<span class="method-name">data_as_bytes</span><span
|
295
|
-
class="method-args">()</span>
|
296
|
-
<span class="method-click-advice">click to toggle source</span>
|
297
|
-
|
298
|
-
</div>
|
299
|
-
|
300
|
-
<div class="method-description">
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
<div class="method-source-code"
|
307
|
-
id="data-as-bytes-source">
|
308
|
-
<pre>
|
309
|
-
<span class="ruby-comment cmt"># File lib/midilib/event.rb, line 209</span>
|
310
|
-
209: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">data_as_bytes</span>
|
311
|
-
210: <span class="ruby-identifier">data</span> = []
|
312
|
-
211: <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>)
|
313
|
-
212: <span class="ruby-identifier">data</span> <span class="ruby-operator"><<</span> <span class="ruby-ivar">@program</span>
|
314
|
-
213: <span class="ruby-keyword kw">end</span></pre>
|
315
|
-
</div>
|
316
|
-
|
317
|
-
</div>
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
</div>
|
323
|
-
|
324
|
-
|
325
|
-
<div id="to-s-method" class="method-detail ">
|
326
|
-
<a name="method-i-to_s"></a>
|
327
|
-
|
328
|
-
<div class="method-heading">
|
329
|
-
|
330
|
-
<span class="method-name">to_s</span><span
|
331
|
-
class="method-args">()</span>
|
332
|
-
<span class="method-click-advice">click to toggle source</span>
|
333
|
-
|
334
|
-
</div>
|
335
|
-
|
336
|
-
<div class="method-description">
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
<div class="method-source-code"
|
343
|
-
id="to-s-source">
|
344
|
-
<pre>
|
345
|
-
<span class="ruby-comment cmt"># File lib/midilib/event.rb, line 215</span>
|
346
|
-
215: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
|
347
|
-
216: <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">super</span> <span class="ruby-operator"><<</span> <span class="ruby-node">"prog #{number_to_s(@program)}"</span>
|
348
|
-
217: <span class="ruby-keyword kw">end</span></pre>
|
349
|
-
</div>
|
350
|
-
|
351
|
-
</div>
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
</div>
|
357
|
-
|
358
|
-
|
359
|
-
</div>
|
360
|
-
|
361
|
-
|
362
|
-
</div>
|
363
|
-
|
364
|
-
|
365
|
-
<div id="rdoc-debugging-section-dump" class="debugging-section">
|
366
|
-
|
367
|
-
<p>Disabled; run with --debug to generate this.</p>
|
368
|
-
|
369
|
-
</div>
|
370
|
-
|
371
|
-
<div id="validator-badges">
|
372
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
373
|
-
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
374
|
-
Rdoc Generator</a> 1.1.6</small>.</p>
|
375
|
-
</div>
|
376
|
-
|
377
|
-
</body>
|
378
|
-
</html>
|
379
|
-
|
data/html/MIDI/Realtime.html
DELETED
@@ -1,354 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
7
|
-
|
8
|
-
<title>Class: MIDI::Realtime</title>
|
9
|
-
|
10
|
-
<link rel="stylesheet" href="../rdoc.css" type="text/css" media="screen" />
|
11
|
-
|
12
|
-
<script src="../js/jquery.js" type="text/javascript"
|
13
|
-
charset="utf-8"></script>
|
14
|
-
<script src="../js/thickbox-compressed.js" type="text/javascript"
|
15
|
-
charset="utf-8"></script>
|
16
|
-
<script src="../js/quicksearch.js" type="text/javascript"
|
17
|
-
charset="utf-8"></script>
|
18
|
-
<script src="../js/darkfish.js" type="text/javascript"
|
19
|
-
charset="utf-8"></script>
|
20
|
-
|
21
|
-
</head>
|
22
|
-
<body class="class">
|
23
|
-
|
24
|
-
<div id="metadata">
|
25
|
-
<div id="home-metadata">
|
26
|
-
<div id="home-section" class="section">
|
27
|
-
<h3 class="section-header">
|
28
|
-
<a href="../index.html">Home</a>
|
29
|
-
<a href="../index.html#classes">Classes</a>
|
30
|
-
<a href="../index.html#methods">Methods</a>
|
31
|
-
</h3>
|
32
|
-
</div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="file-metadata">
|
36
|
-
<div id="file-list-section" class="section">
|
37
|
-
<h3 class="section-header">In Files</h3>
|
38
|
-
<div class="section-body">
|
39
|
-
<ul>
|
40
|
-
|
41
|
-
<li><a href="../lib/midilib/event_rb.html?TB_iframe=true&height=550&width=785"
|
42
|
-
class="thickbox" title="lib/midilib/event.rb">lib/midilib/event.rb</a></li>
|
43
|
-
|
44
|
-
</ul>
|
45
|
-
</div>
|
46
|
-
</div>
|
47
|
-
|
48
|
-
|
49
|
-
</div>
|
50
|
-
|
51
|
-
<div id="class-metadata">
|
52
|
-
|
53
|
-
<!-- Parent Class -->
|
54
|
-
|
55
|
-
<div id="parent-class-section" class="section">
|
56
|
-
<h3 class="section-header">Parent</h3>
|
57
|
-
|
58
|
-
<p class="link"><a href="Event.html">MIDI::Event</a></p>
|
59
|
-
|
60
|
-
</div>
|
61
|
-
|
62
|
-
|
63
|
-
<!-- Namespace Contents -->
|
64
|
-
|
65
|
-
|
66
|
-
<!-- Method Quickref -->
|
67
|
-
|
68
|
-
<div id="method-list-section" class="section">
|
69
|
-
<h3 class="section-header">Methods</h3>
|
70
|
-
<ul class="link-list">
|
71
|
-
|
72
|
-
<li><a href="#method-c-new">::new</a></li>
|
73
|
-
|
74
|
-
<li><a href="#method-i-data_as_bytes">#data_as_bytes</a></li>
|
75
|
-
|
76
|
-
<li><a href="#method-i-to_s">#to_s</a></li>
|
77
|
-
|
78
|
-
</ul>
|
79
|
-
</div>
|
80
|
-
|
81
|
-
|
82
|
-
<!-- Included Modules -->
|
83
|
-
|
84
|
-
</div>
|
85
|
-
|
86
|
-
<div id="project-metadata">
|
87
|
-
|
88
|
-
|
89
|
-
<div id="fileindex-section" class="section project-section">
|
90
|
-
<h3 class="section-header">Files</h3>
|
91
|
-
<ul>
|
92
|
-
|
93
|
-
<li class="file"><a href="../README_rdoc.html">README.rdoc</a></li>
|
94
|
-
|
95
|
-
<li class="file"><a href="../TODO_rdoc.html">TODO.rdoc</a></li>
|
96
|
-
|
97
|
-
</ul>
|
98
|
-
</div>
|
99
|
-
|
100
|
-
|
101
|
-
<div id="classindex-section" class="section project-section">
|
102
|
-
<h3 class="section-header">Class Index
|
103
|
-
<span class="search-toggle"><img src="../images/find.png"
|
104
|
-
height="16" width="16" alt="[+]"
|
105
|
-
title="show/hide quicksearch" /></span></h3>
|
106
|
-
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
107
|
-
<fieldset>
|
108
|
-
<legend>Quicksearch</legend>
|
109
|
-
<input type="text" name="quicksearch" value=""
|
110
|
-
class="quicksearch-field" />
|
111
|
-
</fieldset>
|
112
|
-
</form>
|
113
|
-
|
114
|
-
<ul class="link-list">
|
115
|
-
|
116
|
-
<li><a href="../MIDI.html">MIDI</a></li>
|
117
|
-
|
118
|
-
<li><a href="../MIDI/ActiveSense.html">MIDI::ActiveSense</a></li>
|
119
|
-
|
120
|
-
<li><a href="../MIDI/ChannelEvent.html">MIDI::ChannelEvent</a></li>
|
121
|
-
|
122
|
-
<li><a href="../MIDI/ChannelPressure.html">MIDI::ChannelPressure</a></li>
|
123
|
-
|
124
|
-
<li><a href="../MIDI/Clock.html">MIDI::Clock</a></li>
|
125
|
-
|
126
|
-
<li><a href="../MIDI/Continue.html">MIDI::Continue</a></li>
|
127
|
-
|
128
|
-
<li><a href="../MIDI/Controller.html">MIDI::Controller</a></li>
|
129
|
-
|
130
|
-
<li><a href="../MIDI/Event.html">MIDI::Event</a></li>
|
131
|
-
|
132
|
-
<li><a href="../MIDI/IO.html">MIDI::IO</a></li>
|
133
|
-
|
134
|
-
<li><a href="../MIDI/IO/MIDIFile.html">MIDI::IO::MIDIFile</a></li>
|
135
|
-
|
136
|
-
<li><a href="../MIDI/IO/SeqReader.html">MIDI::IO::SeqReader</a></li>
|
137
|
-
|
138
|
-
<li><a href="../MIDI/IO/SeqWriter.html">MIDI::IO::SeqWriter</a></li>
|
139
|
-
|
140
|
-
<li><a href="../MIDI/KeySig.html">MIDI::KeySig</a></li>
|
141
|
-
|
142
|
-
<li><a href="../MIDI/Marker.html">MIDI::Marker</a></li>
|
143
|
-
|
144
|
-
<li><a href="../MIDI/Measure.html">MIDI::Measure</a></li>
|
145
|
-
|
146
|
-
<li><a href="../MIDI/Measures.html">MIDI::Measures</a></li>
|
147
|
-
|
148
|
-
<li><a href="../MIDI/MetaEvent.html">MIDI::MetaEvent</a></li>
|
149
|
-
|
150
|
-
<li><a href="../MIDI/NoteEvent.html">MIDI::NoteEvent</a></li>
|
151
|
-
|
152
|
-
<li><a href="../MIDI/NoteOff.html">MIDI::NoteOff</a></li>
|
153
|
-
|
154
|
-
<li><a href="../MIDI/NoteOff.html">MIDI::NoteOff</a></li>
|
155
|
-
|
156
|
-
<li><a href="../MIDI/NoteOn.html">MIDI::NoteOn</a></li>
|
157
|
-
|
158
|
-
<li><a href="../MIDI/NoteOn.html">MIDI::NoteOn</a></li>
|
159
|
-
|
160
|
-
<li><a href="../MIDI/PitchBend.html">MIDI::PitchBend</a></li>
|
161
|
-
|
162
|
-
<li><a href="../MIDI/PolyPressure.html">MIDI::PolyPressure</a></li>
|
163
|
-
|
164
|
-
<li><a href="../MIDI/ProgramChange.html">MIDI::ProgramChange</a></li>
|
165
|
-
|
166
|
-
<li><a href="../MIDI/Realtime.html">MIDI::Realtime</a></li>
|
167
|
-
|
168
|
-
<li><a href="../MIDI/Sequence.html">MIDI::Sequence</a></li>
|
169
|
-
|
170
|
-
<li><a href="../MIDI/SongPointer.html">MIDI::SongPointer</a></li>
|
171
|
-
|
172
|
-
<li><a href="../MIDI/SongSelect.html">MIDI::SongSelect</a></li>
|
173
|
-
|
174
|
-
<li><a href="../MIDI/Start.html">MIDI::Start</a></li>
|
175
|
-
|
176
|
-
<li><a href="../MIDI/Stop.html">MIDI::Stop</a></li>
|
177
|
-
|
178
|
-
<li><a href="../MIDI/SystemCommon.html">MIDI::SystemCommon</a></li>
|
179
|
-
|
180
|
-
<li><a href="../MIDI/SystemExclusive.html">MIDI::SystemExclusive</a></li>
|
181
|
-
|
182
|
-
<li><a href="../MIDI/SystemReset.html">MIDI::SystemReset</a></li>
|
183
|
-
|
184
|
-
<li><a href="../MIDI/Tempo.html">MIDI::Tempo</a></li>
|
185
|
-
|
186
|
-
<li><a href="../MIDI/TimeSig.html">MIDI::TimeSig</a></li>
|
187
|
-
|
188
|
-
<li><a href="../MIDI/Track.html">MIDI::Track</a></li>
|
189
|
-
|
190
|
-
<li><a href="../MIDI/TuneRequest.html">MIDI::TuneRequest</a></li>
|
191
|
-
|
192
|
-
<li><a href="../MIDI/Utils.html">MIDI::Utils</a></li>
|
193
|
-
|
194
|
-
<li><a href="../Array.html">Array</a></li>
|
195
|
-
|
196
|
-
<li><a href="../IO.html">IO</a></li>
|
197
|
-
|
198
|
-
</ul>
|
199
|
-
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
200
|
-
</div>
|
201
|
-
|
202
|
-
|
203
|
-
</div>
|
204
|
-
</div>
|
205
|
-
|
206
|
-
<div id="documentation">
|
207
|
-
<h1 class="class">MIDI::Realtime</h1>
|
208
|
-
|
209
|
-
<div id="description">
|
210
|
-
|
211
|
-
</div>
|
212
|
-
|
213
|
-
<!-- Constants -->
|
214
|
-
|
215
|
-
|
216
|
-
<!-- Attributes -->
|
217
|
-
|
218
|
-
|
219
|
-
<!-- Methods -->
|
220
|
-
|
221
|
-
<div id="public-class-method-details" class="method-section section">
|
222
|
-
<h3 class="section-header">Public Class Methods</h3>
|
223
|
-
|
224
|
-
|
225
|
-
<div id="new-method" class="method-detail ">
|
226
|
-
<a name="method-c-new"></a>
|
227
|
-
|
228
|
-
<div class="method-heading">
|
229
|
-
|
230
|
-
<span class="method-name">new</span><span
|
231
|
-
class="method-args">(status, delta_time)</span>
|
232
|
-
<span class="method-click-advice">click to toggle source</span>
|
233
|
-
|
234
|
-
</div>
|
235
|
-
|
236
|
-
<div class="method-description">
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
<div class="method-source-code"
|
243
|
-
id="new-source">
|
244
|
-
<pre>
|
245
|
-
<span class="ruby-comment cmt"># File lib/midilib/event.rb, line 342</span>
|
246
|
-
342: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">status</span>, <span class="ruby-identifier">delta_time</span>)
|
247
|
-
343: <span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">status</span>, <span class="ruby-identifier">delta_time</span>)
|
248
|
-
344: <span class="ruby-keyword kw">end</span></pre>
|
249
|
-
</div>
|
250
|
-
|
251
|
-
</div>
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
</div>
|
257
|
-
|
258
|
-
|
259
|
-
</div>
|
260
|
-
|
261
|
-
<div id="public-instance-method-details" class="method-section section">
|
262
|
-
<h3 class="section-header">Public Instance Methods</h3>
|
263
|
-
|
264
|
-
|
265
|
-
<div id="data-as-bytes-method" class="method-detail ">
|
266
|
-
<a name="method-i-data_as_bytes"></a>
|
267
|
-
|
268
|
-
<div class="method-heading">
|
269
|
-
|
270
|
-
<span class="method-name">data_as_bytes</span><span
|
271
|
-
class="method-args">()</span>
|
272
|
-
<span class="method-click-advice">click to toggle source</span>
|
273
|
-
|
274
|
-
</div>
|
275
|
-
|
276
|
-
<div class="method-description">
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
<div class="method-source-code"
|
283
|
-
id="data-as-bytes-source">
|
284
|
-
<pre>
|
285
|
-
<span class="ruby-comment cmt"># File lib/midilib/event.rb, line 346</span>
|
286
|
-
346: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">data_as_bytes</span>
|
287
|
-
347: <span class="ruby-identifier">data</span> = []
|
288
|
-
348: <span class="ruby-identifier">data</span> <span class="ruby-operator"><<</span> <span class="ruby-ivar">@status</span>
|
289
|
-
349: <span class="ruby-keyword kw">end</span></pre>
|
290
|
-
</div>
|
291
|
-
|
292
|
-
</div>
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
</div>
|
298
|
-
|
299
|
-
|
300
|
-
<div id="to-s-method" class="method-detail ">
|
301
|
-
<a name="method-i-to_s"></a>
|
302
|
-
|
303
|
-
<div class="method-heading">
|
304
|
-
|
305
|
-
<span class="method-name">to_s</span><span
|
306
|
-
class="method-args">()</span>
|
307
|
-
<span class="method-click-advice">click to toggle source</span>
|
308
|
-
|
309
|
-
</div>
|
310
|
-
|
311
|
-
<div class="method-description">
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
<div class="method-source-code"
|
318
|
-
id="to-s-source">
|
319
|
-
<pre>
|
320
|
-
<span class="ruby-comment cmt"># File lib/midilib/event.rb, line 351</span>
|
321
|
-
351: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
|
322
|
-
352: <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">super</span> <span class="ruby-operator"><<</span> <span class="ruby-node">"realtime #{number_to_s(@status)}"</span>
|
323
|
-
353: <span class="ruby-keyword kw">end</span></pre>
|
324
|
-
</div>
|
325
|
-
|
326
|
-
</div>
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
</div>
|
332
|
-
|
333
|
-
|
334
|
-
</div>
|
335
|
-
|
336
|
-
|
337
|
-
</div>
|
338
|
-
|
339
|
-
|
340
|
-
<div id="rdoc-debugging-section-dump" class="debugging-section">
|
341
|
-
|
342
|
-
<p>Disabled; run with --debug to generate this.</p>
|
343
|
-
|
344
|
-
</div>
|
345
|
-
|
346
|
-
<div id="validator-badges">
|
347
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
348
|
-
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
349
|
-
Rdoc Generator</a> 1.1.6</small>.</p>
|
350
|
-
</div>
|
351
|
-
|
352
|
-
</body>
|
353
|
-
</html>
|
354
|
-
|