midilib 2.0.5 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (124) hide show
  1. checksums.yaml +5 -5
  2. data/ChangeLog +2 -1
  3. data/Credits +39 -2
  4. data/README.rdoc +5 -6
  5. data/Rakefile +36 -49
  6. data/TODO.rdoc +13 -2
  7. data/examples/from_scratch.rb +1 -1
  8. data/examples/measures_mbt.rb +11 -11
  9. data/examples/print_program_changes.rb +2 -2
  10. data/examples/reader2text.rb +47 -47
  11. data/examples/seq2text.rb +1 -1
  12. data/examples/split.rb +4 -3
  13. data/examples/strings.rb +4 -4
  14. data/examples/transpose.rb +19 -20
  15. data/install.rb +21 -13
  16. data/lib/midilib/consts.rb +237 -239
  17. data/lib/midilib/event.rb +128 -100
  18. data/lib/midilib/info.rb +3 -5
  19. data/lib/midilib/io/midifile.rb +155 -182
  20. data/lib/midilib/io/seqreader.rb +80 -85
  21. data/lib/midilib/io/seqwriter.rb +93 -88
  22. data/lib/midilib/measure.rb +78 -80
  23. data/lib/midilib/mergesort.rb +39 -0
  24. data/lib/midilib/sequence.rb +40 -32
  25. data/lib/midilib/track.rb +16 -57
  26. data/lib/midilib/utils.rb +4 -7
  27. data/lib/midilib.rb +5 -5
  28. data/test/event_equality.rb +28 -30
  29. data/test/test_event.rb +9 -11
  30. data/test/test_io.rb +83 -3
  31. data/test/test_mergesort.rb +37 -0
  32. data/test/test_midifile.rb +6 -19
  33. data/test/test_sequence.rb +5 -4
  34. data/test/test_track.rb +9 -38
  35. data/test/test_varlen.rb +1 -3
  36. metadata +8 -95
  37. data/html/IO.html +0 -155
  38. data/html/MIDI/ActiveSense.html +0 -206
  39. data/html/MIDI/ChannelEvent.html +0 -231
  40. data/html/MIDI/ChannelPressure.html +0 -265
  41. data/html/MIDI/Clock.html +0 -206
  42. data/html/MIDI/Continue.html +0 -206
  43. data/html/MIDI/Controller.html +0 -280
  44. data/html/MIDI/Event.html +0 -489
  45. data/html/MIDI/IO/MIDIFile.html +0 -2024
  46. data/html/MIDI/IO/SeqReader.html +0 -904
  47. data/html/MIDI/IO/SeqWriter.html +0 -572
  48. data/html/MIDI/IO.html +0 -95
  49. data/html/MIDI/KeySig.html +0 -353
  50. data/html/MIDI/MIDI/MIDI/Array.html +0 -255
  51. data/html/MIDI/MIDI/MIDI.html +0 -95
  52. data/html/MIDI/MIDI.html +0 -95
  53. data/html/MIDI/Marker.html +0 -158
  54. data/html/MIDI/Measure.html +0 -328
  55. data/html/MIDI/Measures.html +0 -285
  56. data/html/MIDI/MetaEvent.html +0 -461
  57. data/html/MIDI/NoteEvent.html +0 -331
  58. data/html/MIDI/NoteOff.html +0 -228
  59. data/html/MIDI/NoteOn.html +0 -228
  60. data/html/MIDI/PitchBend.html +0 -266
  61. data/html/MIDI/PolyPressure.html +0 -277
  62. data/html/MIDI/ProgramChange.html +0 -265
  63. data/html/MIDI/Realtime.html +0 -242
  64. data/html/MIDI/Sequence.html +0 -896
  65. data/html/MIDI/SongPointer.html +0 -266
  66. data/html/MIDI/SongSelect.html +0 -265
  67. data/html/MIDI/Start.html +0 -206
  68. data/html/MIDI/Stop.html +0 -206
  69. data/html/MIDI/SystemCommon.html +0 -158
  70. data/html/MIDI/SystemExclusive.html +0 -268
  71. data/html/MIDI/SystemReset.html +0 -206
  72. data/html/MIDI/Tempo.html +0 -396
  73. data/html/MIDI/TimeSig.html +0 -388
  74. data/html/MIDI/Track.html +0 -695
  75. data/html/MIDI/TuneRequest.html +0 -242
  76. data/html/MIDI/Utils.html +0 -220
  77. data/html/MIDI.html +0 -547
  78. data/html/README_rdoc.html +0 -731
  79. data/html/TODO_rdoc.html +0 -125
  80. data/html/created.rid +0 -14
  81. data/html/css/fonts.css +0 -167
  82. data/html/css/rdoc.css +0 -590
  83. data/html/fonts/Lato-Light.ttf +0 -0
  84. data/html/fonts/Lato-LightItalic.ttf +0 -0
  85. data/html/fonts/Lato-Regular.ttf +0 -0
  86. data/html/fonts/Lato-RegularItalic.ttf +0 -0
  87. data/html/fonts/SourceCodePro-Bold.ttf +0 -0
  88. data/html/fonts/SourceCodePro-Regular.ttf +0 -0
  89. data/html/images/add.png +0 -0
  90. data/html/images/arrow_up.png +0 -0
  91. data/html/images/brick.png +0 -0
  92. data/html/images/brick_link.png +0 -0
  93. data/html/images/bug.png +0 -0
  94. data/html/images/bullet_black.png +0 -0
  95. data/html/images/bullet_toggle_minus.png +0 -0
  96. data/html/images/bullet_toggle_plus.png +0 -0
  97. data/html/images/date.png +0 -0
  98. data/html/images/delete.png +0 -0
  99. data/html/images/find.png +0 -0
  100. data/html/images/loadingAnimation.gif +0 -0
  101. data/html/images/macFFBgHack.png +0 -0
  102. data/html/images/package.png +0 -0
  103. data/html/images/page_green.png +0 -0
  104. data/html/images/page_white_text.png +0 -0
  105. data/html/images/page_white_width.png +0 -0
  106. data/html/images/plugin.png +0 -0
  107. data/html/images/ruby.png +0 -0
  108. data/html/images/tag_blue.png +0 -0
  109. data/html/images/tag_green.png +0 -0
  110. data/html/images/transparent.png +0 -0
  111. data/html/images/wrench.png +0 -0
  112. data/html/images/wrench_orange.png +0 -0
  113. data/html/images/zoom.png +0 -0
  114. data/html/index.html +0 -768
  115. data/html/js/darkfish.js +0 -161
  116. data/html/js/jquery.js +0 -4
  117. data/html/js/navigation.js +0 -142
  118. data/html/js/navigation.js.gz +0 -0
  119. data/html/js/search.js +0 -109
  120. data/html/js/search_index.js +0 -1
  121. data/html/js/search_index.js.gz +0 -0
  122. data/html/js/searcher.js +0 -228
  123. data/html/js/searcher.js.gz +0 -0
  124. data/html/table_of_contents.html +0 -1265
@@ -1,331 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>class MIDI::NoteEvent - 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 ><a href="#method-i-note_to_s">#note_to_s</a>
78
-
79
- <li ><a href="#method-i-pch_oct">#pch_oct</a>
80
-
81
- </ul>
82
- </div>
83
-
84
- </div>
85
- </nav>
86
-
87
- <main role="main" aria-labelledby="class-MIDI::NoteEvent">
88
- <h1 id="class-MIDI::NoteEvent" class="class">
89
- class MIDI::NoteEvent
90
- </h1>
91
-
92
- <section class="description">
93
-
94
- <p>The abstract superclass of all note on, and note off, and polyphonic
95
- pressure events.</p>
96
-
97
- </section>
98
-
99
-
100
-
101
-
102
- <section id="5Buntitled-5D" class="documentation-section">
103
-
104
-
105
-
106
-
107
-
108
- <section class="constants-list">
109
- <header>
110
- <h3>Constants</h3>
111
- </header>
112
- <dl>
113
-
114
- <dt id="PITCHES">PITCHES
115
-
116
- <dd>
117
-
118
-
119
- </dl>
120
- </section>
121
-
122
-
123
-
124
- <section class="attribute-method-details" class="method-section">
125
- <header>
126
- <h3>Attributes</h3>
127
- </header>
128
-
129
-
130
- <div id="attribute-i-note" class="method-detail">
131
- <div class="method-heading attribute-method-heading">
132
- <span class="method-name">note</span><span
133
- class="attribute-access-type">[RW]</span>
134
- </div>
135
-
136
- <div class="method-description">
137
-
138
-
139
-
140
- </div>
141
- </div>
142
-
143
- <div id="attribute-i-velocity" class="method-detail">
144
- <div class="method-heading attribute-method-heading">
145
- <span class="method-name">velocity</span><span
146
- class="attribute-access-type">[RW]</span>
147
- </div>
148
-
149
- <div class="method-description">
150
-
151
-
152
-
153
- </div>
154
- </div>
155
-
156
- </section>
157
-
158
-
159
-
160
- <section id="public-class-5Buntitled-5D-method-details" class="method-section">
161
- <header>
162
- <h3>Public Class Methods</h3>
163
- </header>
164
-
165
-
166
- <div id="method-c-new" class="method-detail ">
167
-
168
- <div class="method-heading">
169
- <span class="method-name">new</span><span
170
- class="method-args">(status, channel, note, velocity, delta_time)</span>
171
-
172
- <span class="method-click-advice">click to toggle source</span>
173
-
174
- </div>
175
-
176
-
177
- <div class="method-description">
178
-
179
-
180
-
181
-
182
- <div class="method-calls-super">
183
- Calls superclass method
184
- <a href="ChannelEvent.html#method-c-new">MIDI::ChannelEvent.new</a>
185
- </div>
186
-
187
-
188
-
189
- <div class="method-source-code" id="new-source">
190
- <pre><span class="ruby-comment"># File lib/midilib/event.rb, line 104</span>
191
- <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">note</span>, <span class="ruby-identifier">velocity</span>, <span class="ruby-identifier">delta_time</span>)
192
- <span class="ruby-keyword">super</span>(<span class="ruby-identifier">status</span>, <span class="ruby-identifier">channel</span>, <span class="ruby-identifier">delta_time</span>)
193
- <span class="ruby-ivar">@note</span> = <span class="ruby-identifier">note</span>
194
- <span class="ruby-ivar">@velocity</span> = <span class="ruby-identifier">velocity</span>
195
- <span class="ruby-keyword">end</span></pre>
196
- </div>
197
-
198
- </div>
199
-
200
-
201
-
202
-
203
- </div>
204
-
205
-
206
- </section>
207
-
208
- <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
209
- <header>
210
- <h3>Public Instance Methods</h3>
211
- </header>
212
-
213
-
214
- <div id="method-i-data_as_bytes" class="method-detail ">
215
-
216
- <div class="method-heading">
217
- <span class="method-name">data_as_bytes</span><span
218
- class="method-args">()</span>
219
-
220
- <span class="method-click-advice">click to toggle source</span>
221
-
222
- </div>
223
-
224
-
225
- <div class="method-description">
226
-
227
-
228
-
229
-
230
-
231
-
232
- <div class="method-source-code" id="data_as_bytes-source">
233
- <pre><span class="ruby-comment"># File lib/midilib/event.rb, line 126</span>
234
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">data_as_bytes</span>
235
- <span class="ruby-identifier">data</span> = []
236
- <span class="ruby-identifier">data</span> <span class="ruby-operator">&lt;&lt;</span> (<span class="ruby-ivar">@status</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@channel</span>)
237
- <span class="ruby-identifier">data</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-ivar">@note</span>
238
- <span class="ruby-identifier">data</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-ivar">@velocity</span>
239
- <span class="ruby-keyword">end</span></pre>
240
- </div>
241
-
242
- </div>
243
-
244
-
245
-
246
-
247
- </div>
248
-
249
-
250
- <div id="method-i-note_to_s" class="method-detail ">
251
-
252
- <div class="method-heading">
253
- <span class="method-name">note_to_s</span><span
254
- class="method-args">()</span>
255
-
256
- <span class="method-click-advice">click to toggle source</span>
257
-
258
- </div>
259
-
260
-
261
- <div class="method-description">
262
-
263
- <p>If @print_note_names is true, returns <a
264
- href="NoteEvent.html#method-i-pch_oct">#pch_oct</a>(val) else returns value
265
- as a number using number_to_s.</p>
266
-
267
-
268
-
269
-
270
- <div class="method-source-code" id="note_to_s-source">
271
- <pre><span class="ruby-comment"># File lib/midilib/event.rb, line 122</span>
272
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">note_to_s</span>
273
- <span class="ruby-keyword">return</span> <span class="ruby-ivar">@print_note_names</span> <span class="ruby-operator">?</span> <span class="ruby-identifier">pch_oct</span>(<span class="ruby-ivar">@note</span>) <span class="ruby-operator">:</span> <span class="ruby-identifier">number_to_s</span>(<span class="ruby-ivar">@note</span>)
274
- <span class="ruby-keyword">end</span></pre>
275
- </div>
276
-
277
- </div>
278
-
279
-
280
-
281
-
282
- </div>
283
-
284
-
285
- <div id="method-i-pch_oct" class="method-detail ">
286
-
287
- <div class="method-heading">
288
- <span class="method-name">pch_oct</span><span
289
- class="method-args">(val=@note)</span>
290
-
291
- <span class="method-click-advice">click to toggle source</span>
292
-
293
- </div>
294
-
295
-
296
- <div class="method-description">
297
-
298
- <p>Returns note name as a pitch/octave string like “C4” or “F#6”.</p>
299
-
300
-
301
-
302
-
303
- <div class="method-source-code" id="pch_oct-source">
304
- <pre><span class="ruby-comment"># File lib/midilib/event.rb, line 114</span>
305
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">pch_oct</span>(<span class="ruby-identifier">val</span>=<span class="ruby-ivar">@note</span>)
306
- <span class="ruby-identifier">pch</span> = <span class="ruby-identifier">val</span> <span class="ruby-operator">%</span> <span class="ruby-value">12</span>
307
- <span class="ruby-identifier">oct</span> = (<span class="ruby-identifier">val</span> <span class="ruby-operator">/</span> <span class="ruby-value">12</span>) <span class="ruby-operator">-</span> <span class="ruby-value">1</span>
308
- <span class="ruby-node">&quot;#{PITCHES[pch]}#{oct}&quot;</span>
309
- <span class="ruby-keyword">end</span></pre>
310
- </div>
311
-
312
- </div>
313
-
314
-
315
-
316
-
317
- </div>
318
-
319
-
320
- </section>
321
-
322
- </section>
323
- </main>
324
-
325
-
326
- <footer id="validator-badges" role="contentinfo">
327
- <p><a href="http://validator.w3.org/check/referer">Validate</a>
328
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
329
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
330
- </footer>
331
-
@@ -1,228 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>class MIDI::NoteOffEvent - 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="NoteEvent.html">MIDI::NoteEvent</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::NoteOffEvent">
84
- <h1 id="class-MIDI::NoteOffEvent" class="class">
85
- class MIDI::NoteOffEvent
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
- <section class="attribute-method-details" class="method-section">
104
- <header>
105
- <h3>Attributes</h3>
106
- </header>
107
-
108
-
109
- <div id="attribute-i-on" class="method-detail">
110
- <div class="method-heading attribute-method-heading">
111
- <span class="method-name">on</span><span
112
- class="attribute-access-type">[RW]</span>
113
- </div>
114
-
115
- <div class="method-description">
116
-
117
-
118
-
119
- </div>
120
- </div>
121
-
122
- </section>
123
-
124
-
125
-
126
- <section id="public-class-5Buntitled-5D-method-details" class="method-section">
127
- <header>
128
- <h3>Public Class Methods</h3>
129
- </header>
130
-
131
-
132
- <div id="method-c-new" class="method-detail ">
133
-
134
- <div class="method-heading">
135
- <span class="method-name">new</span><span
136
- class="method-args">(channel = 0, note = 64, velocity = 64, delta_time = 0)</span>
137
-
138
- <span class="method-click-advice">click to toggle source</span>
139
-
140
- </div>
141
-
142
-
143
- <div class="method-description">
144
-
145
-
146
-
147
-
148
- <div class="method-calls-super">
149
- Calls superclass method
150
- <a href="NoteEvent.html#method-c-new">MIDI::NoteEvent.new</a>
151
- </div>
152
-
153
-
154
-
155
- <div class="method-source-code" id="new-source">
156
- <pre><span class="ruby-comment"># File lib/midilib/event.rb, line 151</span>
157
- <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">note</span> = <span class="ruby-value">64</span>, <span class="ruby-identifier">velocity</span> = <span class="ruby-value">64</span>, <span class="ruby-identifier">delta_time</span> = <span class="ruby-value">0</span>)
158
- <span class="ruby-keyword">super</span>(<span class="ruby-constant">NOTE_OFF</span>, <span class="ruby-identifier">channel</span>, <span class="ruby-identifier">note</span>, <span class="ruby-identifier">velocity</span>, <span class="ruby-identifier">delta_time</span>)
159
- <span class="ruby-keyword">end</span></pre>
160
- </div>
161
-
162
- </div>
163
-
164
-
165
-
166
-
167
- </div>
168
-
169
-
170
- </section>
171
-
172
- <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
173
- <header>
174
- <h3>Public Instance Methods</h3>
175
- </header>
176
-
177
-
178
- <div id="method-i-to_s" class="method-detail ">
179
-
180
- <div class="method-heading">
181
- <span class="method-name">to_s</span><span
182
- class="method-args">()</span>
183
-
184
- <span class="method-click-advice">click to toggle source</span>
185
-
186
- </div>
187
-
188
-
189
- <div class="method-description">
190
-
191
-
192
-
193
-
194
- <div class="method-calls-super">
195
- Calls superclass method
196
- <a href="ChannelEvent.html#method-i-to_s">MIDI::ChannelEvent#to_s</a>
197
- </div>
198
-
199
-
200
-
201
- <div class="method-source-code" id="to_s-source">
202
- <pre><span class="ruby-comment"># File lib/midilib/event.rb, line 155</span>
203
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>
204
- <span class="ruby-keyword">return</span> <span class="ruby-keyword">super</span> <span class="ruby-operator">&lt;&lt;</span>
205
- <span class="ruby-node">&quot;off #{note_to_s} #{number_to_s(@velocity)}&quot;</span>
206
- <span class="ruby-keyword">end</span></pre>
207
- </div>
208
-
209
- </div>
210
-
211
-
212
-
213
-
214
- </div>
215
-
216
-
217
- </section>
218
-
219
- </section>
220
- </main>
221
-
222
-
223
- <footer id="validator-badges" role="contentinfo">
224
- <p><a href="http://validator.w3.org/check/referer">Validate</a>
225
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
226
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
227
- </footer>
228
-