midi-communications-windows 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +8 -0
  3. data/.version +6 -0
  4. data/.yardoc/checksums +8 -0
  5. data/.yardoc/complete +0 -0
  6. data/.yardoc/object_types +0 -0
  7. data/.yardoc/objects/root.dat +0 -0
  8. data/.yardoc/proxy_types +0 -0
  9. data/.yardopts +8 -0
  10. data/Gemfile +3 -0
  11. data/LICENSE +165 -0
  12. data/README.md +176 -0
  13. data/Rakefile +13 -0
  14. data/doc/MIDICommunicationsWindows/API/MIDIHdr.html +144 -0
  15. data/doc/MIDICommunicationsWindows/API/MIDIInCaps.html +142 -0
  16. data/doc/MIDICommunicationsWindows/API/MIDIOutCaps.html +140 -0
  17. data/doc/MIDICommunicationsWindows/API/MSG.html +143 -0
  18. data/doc/MIDICommunicationsWindows/API.html +981 -0
  19. data/doc/MIDICommunicationsWindows/Device/ClassMethods.html +365 -0
  20. data/doc/MIDICommunicationsWindows/Device/InstanceMethods.html +1096 -0
  21. data/doc/MIDICommunicationsWindows/Device.html +988 -0
  22. data/doc/MIDICommunicationsWindows/Error.html +438 -0
  23. data/doc/MIDICommunicationsWindows/Input.html +1554 -0
  24. data/doc/MIDICommunicationsWindows/Message.html +700 -0
  25. data/doc/MIDICommunicationsWindows/Output.html +1697 -0
  26. data/doc/MIDICommunicationsWindows/TypeConversion.html +369 -0
  27. data/doc/MIDICommunicationsWindows.html +210 -0
  28. data/doc/_index.html +262 -0
  29. data/doc/class_list.html +54 -0
  30. data/doc/css/common.css +1 -0
  31. data/doc/css/full_list.css +206 -0
  32. data/doc/css/style.css +1089 -0
  33. data/doc/file.README.html +240 -0
  34. data/doc/file.testing-on-windows.html +253 -0
  35. data/doc/file_list.html +64 -0
  36. data/doc/frames.html +22 -0
  37. data/doc/index.html +240 -0
  38. data/doc/js/app.js +801 -0
  39. data/doc/js/full_list.js +334 -0
  40. data/doc/js/jquery.js +4 -0
  41. data/doc/method_list.html +382 -0
  42. data/doc/top-level-namespace.html +112 -0
  43. data/docs/testing-on-windows.md +222 -0
  44. data/examples/input.rb +27 -0
  45. data/examples/list_ports.rb +17 -0
  46. data/examples/output.rb +22 -0
  47. data/examples/sysex_output.rb +15 -0
  48. data/lib/midi-communications-windows/api.rb +340 -0
  49. data/lib/midi-communications-windows/device.rb +310 -0
  50. data/lib/midi-communications-windows/input.rb +486 -0
  51. data/lib/midi-communications-windows/message.rb +133 -0
  52. data/lib/midi-communications-windows/output.rb +206 -0
  53. data/lib/midi-communications-windows/type_conversion.rb +20 -0
  54. data/lib/midi-communications-windows/version.rb +4 -0
  55. data/lib/midi-communications-windows.rb +76 -0
  56. data/midi-communications-windows.gemspec +32 -0
  57. metadata +220 -0
@@ -0,0 +1,382 @@
1
+ <!DOCTYPE html>
2
+ <html >
3
+ <head>
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <meta charset="utf-8">
6
+
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen">
8
+
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen">
10
+
11
+
12
+
13
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
+
17
+
18
+ <title>Method List</title>
19
+ <base id="base_target" target="_parent">
20
+ </head>
21
+ <body>
22
+ <div id="content">
23
+ <div class="fixed_header">
24
+ <h1 id="full_list_header">Method List</h1>
25
+ <div id="full_list_nav">
26
+
27
+ <span><a target="_self" href="class_list.html">
28
+ Classes
29
+ </a></span>
30
+
31
+ <span><a target="_self" href="method_list.html">
32
+ Methods
33
+ </a></span>
34
+
35
+ <span><a target="_self" href="file_list.html">
36
+ Files
37
+ </a></span>
38
+
39
+ </div>
40
+
41
+ <div id="search">
42
+ <label for="search-class">Search:</label>
43
+ <input id="search-class" type="text">
44
+ </div>
45
+ </div>
46
+
47
+ <ul id="full_list" class="method">
48
+
49
+
50
+ <li class="odd ">
51
+ <div class="item">
52
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device.html#all-class_method" title="MIDICommunicationsWindows::Device.all (method)">all</a></span>
53
+ <small>MIDICommunicationsWindows::Device</small>
54
+ </div>
55
+ </li>
56
+
57
+
58
+ <li class="even ">
59
+ <div class="item">
60
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/ClassMethods.html#all-instance_method" title="MIDICommunicationsWindows::Device::ClassMethods#all (method)">#all</a></span>
61
+ <small>MIDICommunicationsWindows::Device::ClassMethods</small>
62
+ </div>
63
+ </li>
64
+
65
+
66
+ <li class="odd ">
67
+ <div class="item">
68
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device.html#all_by_type-class_method" title="MIDICommunicationsWindows::Device.all_by_type (method)">all_by_type</a></span>
69
+ <small>MIDICommunicationsWindows::Device</small>
70
+ </div>
71
+ </li>
72
+
73
+
74
+ <li class="even ">
75
+ <div class="item">
76
+ <span class='object_link'><a href="MIDICommunicationsWindows/API.html#check!-class_method" title="MIDICommunicationsWindows::API.check! (method)">check!</a></span>
77
+ <small>MIDICommunicationsWindows::API</small>
78
+ </div>
79
+ </li>
80
+
81
+
82
+ <li class="odd ">
83
+ <div class="item">
84
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/InstanceMethods.html#close-instance_method" title="MIDICommunicationsWindows::Device::InstanceMethods#close (method)">#close</a></span>
85
+ <small>MIDICommunicationsWindows::Device::InstanceMethods</small>
86
+ </div>
87
+ </li>
88
+
89
+
90
+ <li class="even ">
91
+ <div class="item">
92
+ <span class='object_link'><a href="MIDICommunicationsWindows/Error.html#code-instance_method" title="MIDICommunicationsWindows::Error#code (method)">#code</a></span>
93
+ <small>MIDICommunicationsWindows::Error</small>
94
+ </div>
95
+ </li>
96
+
97
+
98
+ <li class="odd ">
99
+ <div class="item">
100
+ <span class='object_link'><a href="MIDICommunicationsWindows/Output.html#direction-class_method" title="MIDICommunicationsWindows::Output.direction (method)">direction</a></span>
101
+ <small>MIDICommunicationsWindows::Output</small>
102
+ </div>
103
+ </li>
104
+
105
+
106
+ <li class="even ">
107
+ <div class="item">
108
+ <span class='object_link'><a href="MIDICommunicationsWindows/Input.html#direction-class_method" title="MIDICommunicationsWindows::Input.direction (method)">direction</a></span>
109
+ <small>MIDICommunicationsWindows::Input</small>
110
+ </div>
111
+ </li>
112
+
113
+
114
+ <li class="odd ">
115
+ <div class="item">
116
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/InstanceMethods.html#display_name-instance_method" title="MIDICommunicationsWindows::Device::InstanceMethods#display_name (method)">#display_name</a></span>
117
+ <small>MIDICommunicationsWindows::Device::InstanceMethods</small>
118
+ </div>
119
+ </li>
120
+
121
+
122
+ <li class="even ">
123
+ <div class="item">
124
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/InstanceMethods.html#enabled-instance_method" title="MIDICommunicationsWindows::Device::InstanceMethods#enabled (method)">#enabled</a></span>
125
+ <small>MIDICommunicationsWindows::Device::InstanceMethods</small>
126
+ </div>
127
+ </li>
128
+
129
+
130
+ <li class="odd ">
131
+ <div class="item">
132
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device.html#enumerate-class_method" title="MIDICommunicationsWindows::Device.enumerate (method)">enumerate</a></span>
133
+ <small>MIDICommunicationsWindows::Device</small>
134
+ </div>
135
+ </li>
136
+
137
+
138
+ <li class="even ">
139
+ <div class="item">
140
+ <span class='object_link'><a href="MIDICommunicationsWindows/API.html#error_text-class_method" title="MIDICommunicationsWindows::API.error_text (method)">error_text</a></span>
141
+ <small>MIDICommunicationsWindows::API</small>
142
+ </div>
143
+ </li>
144
+
145
+
146
+ <li class="odd ">
147
+ <div class="item">
148
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/ClassMethods.html#first-instance_method" title="MIDICommunicationsWindows::Device::ClassMethods#first (method)">#first</a></span>
149
+ <small>MIDICommunicationsWindows::Device::ClassMethods</small>
150
+ </div>
151
+ </li>
152
+
153
+
154
+ <li class="even ">
155
+ <div class="item">
156
+ <span class='object_link'><a href="MIDICommunicationsWindows/Input.html#gets-instance_method" title="MIDICommunicationsWindows::Input#gets (method)">#gets</a></span>
157
+ <small>MIDICommunicationsWindows::Input</small>
158
+ </div>
159
+ </li>
160
+
161
+
162
+ <li class="odd ">
163
+ <div class="item">
164
+ <span class='object_link'><a href="MIDICommunicationsWindows/Input.html#gets_s-instance_method" title="MIDICommunicationsWindows::Input#gets_s (method)">#gets_s</a></span>
165
+ <small>MIDICommunicationsWindows::Input</small>
166
+ </div>
167
+ </li>
168
+
169
+
170
+ <li class="even ">
171
+ <div class="item">
172
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/InstanceMethods.html#id-instance_method" title="MIDICommunicationsWindows::Device::InstanceMethods#id (method)">#id</a></span>
173
+ <small>MIDICommunicationsWindows::Device::InstanceMethods</small>
174
+ </div>
175
+ </li>
176
+
177
+
178
+ <li class="odd ">
179
+ <div class="item">
180
+ <span class='object_link'><a href="MIDICommunicationsWindows/Error.html#initialize-instance_method" title="MIDICommunicationsWindows::Error#initialize (method)">#initialize</a></span>
181
+ <small>MIDICommunicationsWindows::Error</small>
182
+ </div>
183
+ </li>
184
+
185
+
186
+ <li class="even ">
187
+ <div class="item">
188
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/InstanceMethods.html#initialize-instance_method" title="MIDICommunicationsWindows::Device::InstanceMethods#initialize (method)">#initialize</a></span>
189
+ <small>MIDICommunicationsWindows::Device::InstanceMethods</small>
190
+ </div>
191
+ </li>
192
+
193
+
194
+ <li class="odd ">
195
+ <div class="item">
196
+ <span class='object_link'><a href="MIDICommunicationsWindows/Input.html#initialize-instance_method" title="MIDICommunicationsWindows::Input#initialize (method)">#initialize</a></span>
197
+ <small>MIDICommunicationsWindows::Input</small>
198
+ </div>
199
+ </li>
200
+
201
+
202
+ <li class="even ">
203
+ <div class="item">
204
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device.html#input_name-class_method" title="MIDICommunicationsWindows::Device.input_name (method)">input_name</a></span>
205
+ <small>MIDICommunicationsWindows::Device</small>
206
+ </div>
207
+ </li>
208
+
209
+
210
+ <li class="odd ">
211
+ <div class="item">
212
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device.html#inputs-class_method" title="MIDICommunicationsWindows::Device.inputs (method)">inputs</a></span>
213
+ <small>MIDICommunicationsWindows::Device</small>
214
+ </div>
215
+ </li>
216
+
217
+
218
+ <li class="even ">
219
+ <div class="item">
220
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/ClassMethods.html#last-instance_method" title="MIDICommunicationsWindows::Device::ClassMethods#last (method)">#last</a></span>
221
+ <small>MIDICommunicationsWindows::Device::ClassMethods</small>
222
+ </div>
223
+ </li>
224
+
225
+
226
+ <li class="odd ">
227
+ <div class="item">
228
+ <span class='object_link'><a href="MIDICommunicationsWindows/Message.html#length_of-class_method" title="MIDICommunicationsWindows::Message.length_of (method)">length_of</a></span>
229
+ <small>MIDICommunicationsWindows::Message</small>
230
+ </div>
231
+ </li>
232
+
233
+
234
+ <li class="even ">
235
+ <div class="item">
236
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/InstanceMethods.html#manufacturer-instance_method" title="MIDICommunicationsWindows::Device::InstanceMethods#manufacturer (method)">#manufacturer</a></span>
237
+ <small>MIDICommunicationsWindows::Device::InstanceMethods</small>
238
+ </div>
239
+ </li>
240
+
241
+
242
+ <li class="odd ">
243
+ <div class="item">
244
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/InstanceMethods.html#model-instance_method" title="MIDICommunicationsWindows::Device::InstanceMethods#model (method)">#model</a></span>
245
+ <small>MIDICommunicationsWindows::Device::InstanceMethods</small>
246
+ </div>
247
+ </li>
248
+
249
+
250
+ <li class="even ">
251
+ <div class="item">
252
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/InstanceMethods.html#name-instance_method" title="MIDICommunicationsWindows::Device::InstanceMethods#name (method)">#name</a></span>
253
+ <small>MIDICommunicationsWindows::Device::InstanceMethods</small>
254
+ </div>
255
+ </li>
256
+
257
+
258
+ <li class="odd ">
259
+ <div class="item">
260
+ <span class='object_link'><a href="MIDICommunicationsWindows/TypeConversion.html#numeric_bytes_to_hex_string-instance_method" title="MIDICommunicationsWindows::TypeConversion#numeric_bytes_to_hex_string (method)">#numeric_bytes_to_hex_string</a></span>
261
+ <small>MIDICommunicationsWindows::TypeConversion</small>
262
+ </div>
263
+ </li>
264
+
265
+
266
+ <li class="even ">
267
+ <div class="item">
268
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/InstanceMethods.html#open-instance_method" title="MIDICommunicationsWindows::Device::InstanceMethods#open (method)">#open</a></span>
269
+ <small>MIDICommunicationsWindows::Device::InstanceMethods</small>
270
+ </div>
271
+ </li>
272
+
273
+
274
+ <li class="odd ">
275
+ <div class="item">
276
+ <span class='object_link'><a href="MIDICommunicationsWindows/Error.html#operation-instance_method" title="MIDICommunicationsWindows::Error#operation (method)">#operation</a></span>
277
+ <small>MIDICommunicationsWindows::Error</small>
278
+ </div>
279
+ </li>
280
+
281
+
282
+ <li class="even ">
283
+ <div class="item">
284
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device.html#output_name-class_method" title="MIDICommunicationsWindows::Device.output_name (method)">output_name</a></span>
285
+ <small>MIDICommunicationsWindows::Device</small>
286
+ </div>
287
+ </li>
288
+
289
+
290
+ <li class="odd ">
291
+ <div class="item">
292
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device.html#outputs-class_method" title="MIDICommunicationsWindows::Device.outputs (method)">outputs</a></span>
293
+ <small>MIDICommunicationsWindows::Device</small>
294
+ </div>
295
+ </li>
296
+
297
+
298
+ <li class="even ">
299
+ <div class="item">
300
+ <span class='object_link'><a href="MIDICommunicationsWindows/Message.html#pack-class_method" title="MIDICommunicationsWindows::Message.pack (method)">pack</a></span>
301
+ <small>MIDICommunicationsWindows::Message</small>
302
+ </div>
303
+ </li>
304
+
305
+
306
+ <li class="odd ">
307
+ <div class="item">
308
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device.html#port_name-class_method" title="MIDICommunicationsWindows::Device.port_name (method)">port_name</a></span>
309
+ <small>MIDICommunicationsWindows::Device</small>
310
+ </div>
311
+ </li>
312
+
313
+
314
+ <li class="even ">
315
+ <div class="item">
316
+ <span class='object_link'><a href="MIDICommunicationsWindows/Output.html#puts-instance_method" title="MIDICommunicationsWindows::Output#puts (method)">#puts</a></span>
317
+ <small>MIDICommunicationsWindows::Output</small>
318
+ </div>
319
+ </li>
320
+
321
+
322
+ <li class="odd ">
323
+ <div class="item">
324
+ <span class='object_link'><a href="MIDICommunicationsWindows/Output.html#puts_bytes-instance_method" title="MIDICommunicationsWindows::Output#puts_bytes (method)">#puts_bytes</a></span>
325
+ <small>MIDICommunicationsWindows::Output</small>
326
+ </div>
327
+ </li>
328
+
329
+
330
+ <li class="even ">
331
+ <div class="item">
332
+ <span class='object_link'><a href="MIDICommunicationsWindows/Output.html#puts_s-instance_method" title="MIDICommunicationsWindows::Output#puts_s (method)">#puts_s</a></span>
333
+ <small>MIDICommunicationsWindows::Output</small>
334
+ </div>
335
+ </li>
336
+
337
+
338
+ <li class="odd ">
339
+ <div class="item">
340
+ <span class='object_link'><a href="MIDICommunicationsWindows/API.html#read_wide_string-class_method" title="MIDICommunicationsWindows::API.read_wide_string (method)">read_wide_string</a></span>
341
+ <small>MIDICommunicationsWindows::API</small>
342
+ </div>
343
+ </li>
344
+
345
+
346
+ <li class="even ">
347
+ <div class="item">
348
+ <span class='object_link'><a href="MIDICommunicationsWindows/Message.html#sysex%3F-class_method" title="MIDICommunicationsWindows::Message.sysex? (method)">sysex?</a></span>
349
+ <small>MIDICommunicationsWindows::Message</small>
350
+ </div>
351
+ </li>
352
+
353
+
354
+ <li class="odd ">
355
+ <div class="item">
356
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/InstanceMethods.html#to_s-instance_method" title="MIDICommunicationsWindows::Device::InstanceMethods#to_s (method)">#to_s</a></span>
357
+ <small>MIDICommunicationsWindows::Device::InstanceMethods</small>
358
+ </div>
359
+ </li>
360
+
361
+
362
+ <li class="even ">
363
+ <div class="item">
364
+ <span class='object_link'><a href="MIDICommunicationsWindows/Device/InstanceMethods.html#type-instance_method" title="MIDICommunicationsWindows::Device::InstanceMethods#type (method)">#type</a></span>
365
+ <small>MIDICommunicationsWindows::Device::InstanceMethods</small>
366
+ </div>
367
+ </li>
368
+
369
+
370
+ <li class="odd ">
371
+ <div class="item">
372
+ <span class='object_link'><a href="MIDICommunicationsWindows/Message.html#unpack-class_method" title="MIDICommunicationsWindows::Message.unpack (method)">unpack</a></span>
373
+ <small>MIDICommunicationsWindows::Message</small>
374
+ </div>
375
+ </li>
376
+
377
+
378
+
379
+ </ul>
380
+ </div>
381
+ </body>
382
+ </html>
@@ -0,0 +1,112 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Top Level Namespace
8
+
9
+ &mdash; MIDI Communications Windows API
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css">
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css">
16
+
17
+ <script type="text/javascript">
18
+ pathId = "";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div id="main_progress" aria-hidden="true"></div>
31
+
32
+ <div class="nav_wrap">
33
+ <iframe id="nav" src="class_list.html?1"></iframe>
34
+ <div id="resizer"></div>
35
+ </div>
36
+
37
+ <div id="main" tabindex="-1">
38
+ <div id="header">
39
+ <div id="menu">
40
+
41
+ <a href="_index.html">Index</a> &raquo;
42
+
43
+
44
+ <span class="title">Top Level Namespace</span>
45
+
46
+ </div>
47
+
48
+ <div id="search">
49
+
50
+ <a class="full_list_link" id="class_list_link"
51
+ href="class_list.html">
52
+
53
+ <svg width="24" height="24">
54
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
55
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
56
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
57
+ </svg>
58
+ </a>
59
+
60
+ </div>
61
+ <div class="clear"></div>
62
+ </div>
63
+
64
+ <div id="content"><h1>Top Level Namespace
65
+
66
+
67
+
68
+ </h1>
69
+ <div class="box_info">
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+ </div>
82
+
83
+ <h2>Defined Under Namespace</h2>
84
+ <p class="children">
85
+
86
+
87
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="MIDICommunicationsWindows.html" title="MIDICommunicationsWindows (module)">MIDICommunicationsWindows</a></span>
88
+
89
+
90
+
91
+
92
+ </p>
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+ </div>
103
+
104
+ <div id="footer">
105
+ Generated on Sun Sep 6 21:20:52 2026 by
106
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
107
+ 0.9.45 (ruby-3.4.7).
108
+ </div>
109
+
110
+ </div>
111
+ </body>
112
+ </html>