midi-communications-macos 0.6.1 → 0.7.0

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 (48) hide show
  1. checksums.yaml +4 -4
  2. data/.version +6 -0
  3. data/.yardoc/checksums +9 -0
  4. data/.yardoc/complete +0 -0
  5. data/.yardoc/object_types +0 -0
  6. data/.yardoc/objects/root.dat +0 -0
  7. data/.yardoc/proxy_types +0 -0
  8. data/.yardopts +6 -0
  9. data/LICENSE +159 -668
  10. data/README.md +6 -13
  11. data/doc/MIDICommunicationsMacOS/API/CF.html +124 -0
  12. data/doc/MIDICommunicationsMacOS/API/HostTime.html +124 -0
  13. data/doc/MIDICommunicationsMacOS/API/MIDIPacket.html +137 -0
  14. data/doc/MIDICommunicationsMacOS/API/MIDIPacketList.html +137 -0
  15. data/doc/MIDICommunicationsMacOS/API/MIDISysexSendRequest.html +137 -0
  16. data/doc/MIDICommunicationsMacOS/API.html +912 -0
  17. data/doc/MIDICommunicationsMacOS/Destination.html +1983 -0
  18. data/doc/MIDICommunicationsMacOS/Device.html +1102 -0
  19. data/doc/MIDICommunicationsMacOS/Endpoint.html +1665 -0
  20. data/doc/MIDICommunicationsMacOS/Entity.html +971 -0
  21. data/doc/MIDICommunicationsMacOS/Source.html +1784 -0
  22. data/doc/MIDICommunicationsMacOS/TypeConversion.html +393 -0
  23. data/doc/MIDICommunicationsMacOS.html +214 -0
  24. data/doc/_index.html +250 -0
  25. data/doc/class_list.html +54 -0
  26. data/doc/css/common.css +1 -0
  27. data/doc/css/full_list.css +58 -0
  28. data/doc/css/style.css +503 -0
  29. data/doc/file.README.html +275 -0
  30. data/doc/file_list.html +59 -0
  31. data/doc/frames.html +22 -0
  32. data/doc/index.html +275 -0
  33. data/doc/js/app.js +344 -0
  34. data/doc/js/full_list.js +242 -0
  35. data/doc/js/jquery.js +4 -0
  36. data/doc/method_list.html +542 -0
  37. data/doc/top-level-namespace.html +110 -0
  38. data/lib/midi-communications-macos/api.rb +7 -1
  39. data/lib/midi-communications-macos/destination.rb +86 -20
  40. data/lib/midi-communications-macos/device.rb +52 -18
  41. data/lib/midi-communications-macos/endpoint.rb +31 -5
  42. data/lib/midi-communications-macos/entity.rb +20 -6
  43. data/lib/midi-communications-macos/source.rb +79 -19
  44. data/lib/midi-communications-macos/type_conversion.rb +11 -4
  45. data/lib/midi-communications-macos/version.rb +2 -1
  46. data/lib/midi-communications-macos.rb +37 -0
  47. data/midi-communications-macos.gemspec +11 -9
  48. metadata +83 -4
@@ -0,0 +1,542 @@
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="MIDICommunicationsMacOS/Endpoint.html#all-class_method" title="MIDICommunicationsMacOS::Endpoint.all (method)">all</a></span>
53
+ <small>MIDICommunicationsMacOS::Endpoint</small>
54
+ </div>
55
+ </li>
56
+
57
+
58
+ <li class="even ">
59
+ <div class="item">
60
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Device.html#all-class_method" title="MIDICommunicationsMacOS::Device.all (method)">all</a></span>
61
+ <small>MIDICommunicationsMacOS::Device</small>
62
+ </div>
63
+ </li>
64
+
65
+
66
+ <li class="odd ">
67
+ <div class="item">
68
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Destination.html#all-class_method" title="MIDICommunicationsMacOS::Destination.all (method)">all</a></span>
69
+ <small>MIDICommunicationsMacOS::Destination</small>
70
+ </div>
71
+ </li>
72
+
73
+
74
+ <li class="even ">
75
+ <div class="item">
76
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Source.html#all-class_method" title="MIDICommunicationsMacOS::Source.all (method)">all</a></span>
77
+ <small>MIDICommunicationsMacOS::Source</small>
78
+ </div>
79
+ </li>
80
+
81
+
82
+ <li class="odd ">
83
+ <div class="item">
84
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#all_by_type-class_method" title="MIDICommunicationsMacOS::Endpoint.all_by_type (method)">all_by_type</a></span>
85
+ <small>MIDICommunicationsMacOS::Endpoint</small>
86
+ </div>
87
+ </li>
88
+
89
+
90
+ <li class="even ">
91
+ <div class="item">
92
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Source.html#close-instance_method" title="MIDICommunicationsMacOS::Source#close (method)">#close</a></span>
93
+ <small>MIDICommunicationsMacOS::Source</small>
94
+ </div>
95
+ </li>
96
+
97
+
98
+ <li class="odd ">
99
+ <div class="item">
100
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Destination.html#close-instance_method" title="MIDICommunicationsMacOS::Destination#close (method)">#close</a></span>
101
+ <small>MIDICommunicationsMacOS::Destination</small>
102
+ </div>
103
+ </li>
104
+
105
+
106
+ <li class="even ">
107
+ <div class="item">
108
+ <span class='object_link'><a href="MIDICommunicationsMacOS/API.html#create_midi_client-class_method" title="MIDICommunicationsMacOS::API.create_midi_client (method)">create_midi_client</a></span>
109
+ <small>MIDICommunicationsMacOS::API</small>
110
+ </div>
111
+ </li>
112
+
113
+
114
+ <li class="odd ">
115
+ <div class="item">
116
+ <span class='object_link'><a href="MIDICommunicationsMacOS/API.html#create_midi_input_port-class_method" title="MIDICommunicationsMacOS::API.create_midi_input_port (method)">create_midi_input_port</a></span>
117
+ <small>MIDICommunicationsMacOS::API</small>
118
+ </div>
119
+ </li>
120
+
121
+
122
+ <li class="even ">
123
+ <div class="item">
124
+ <span class='object_link'><a href="MIDICommunicationsMacOS/API.html#create_midi_output_port-class_method" title="MIDICommunicationsMacOS::API.create_midi_output_port (method)">create_midi_output_port</a></span>
125
+ <small>MIDICommunicationsMacOS::API</small>
126
+ </div>
127
+ </li>
128
+
129
+
130
+ <li class="odd ">
131
+ <div class="item">
132
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#destinations-class_method" title="MIDICommunicationsMacOS::Endpoint.destinations (method)">destinations</a></span>
133
+ <small>MIDICommunicationsMacOS::Endpoint</small>
134
+ </div>
135
+ </li>
136
+
137
+
138
+ <li class="even ">
139
+ <div class="item">
140
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Entity.html#display_name-instance_method" title="MIDICommunicationsMacOS::Entity#display_name (method)">#display_name</a></span>
141
+ <small>MIDICommunicationsMacOS::Entity</small>
142
+ </div>
143
+ </li>
144
+
145
+
146
+ <li class="odd ">
147
+ <div class="item">
148
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#display_name-instance_method" title="MIDICommunicationsMacOS::Endpoint#display_name (method)">#display_name</a></span>
149
+ <small>MIDICommunicationsMacOS::Endpoint</small>
150
+ </div>
151
+ </li>
152
+
153
+
154
+ <li class="even ">
155
+ <div class="item">
156
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Source.html#enable-instance_method" title="MIDICommunicationsMacOS::Source#enable (method)">#enable</a></span>
157
+ <small>MIDICommunicationsMacOS::Source</small>
158
+ </div>
159
+ </li>
160
+
161
+
162
+ <li class="odd ">
163
+ <div class="item">
164
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Destination.html#enable-instance_method" title="MIDICommunicationsMacOS::Destination#enable (method)">#enable</a></span>
165
+ <small>MIDICommunicationsMacOS::Destination</small>
166
+ </div>
167
+ </li>
168
+
169
+
170
+ <li class="even ">
171
+ <div class="item">
172
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#enabled-instance_method" title="MIDICommunicationsMacOS::Endpoint#enabled (method)">#enabled</a></span>
173
+ <small>MIDICommunicationsMacOS::Endpoint</small>
174
+ </div>
175
+ </li>
176
+
177
+
178
+ <li class="odd ">
179
+ <div class="item">
180
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Entity.html#endpoints-instance_method" title="MIDICommunicationsMacOS::Entity#endpoints (method)">#endpoints</a></span>
181
+ <small>MIDICommunicationsMacOS::Entity</small>
182
+ </div>
183
+ </li>
184
+
185
+
186
+ <li class="even ">
187
+ <div class="item">
188
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Device.html#endpoints-instance_method" title="MIDICommunicationsMacOS::Device#endpoints (method)">#endpoints</a></span>
189
+ <small>MIDICommunicationsMacOS::Device</small>
190
+ </div>
191
+ </li>
192
+
193
+
194
+ <li class="odd ">
195
+ <div class="item">
196
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Device.html#entities-instance_method" title="MIDICommunicationsMacOS::Device#entities (method)">#entities</a></span>
197
+ <small>MIDICommunicationsMacOS::Device</small>
198
+ </div>
199
+ </li>
200
+
201
+
202
+ <li class="even ">
203
+ <div class="item">
204
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Destination.html#entity-instance_method" title="MIDICommunicationsMacOS::Destination#entity (method)">#entity</a></span>
205
+ <small>MIDICommunicationsMacOS::Destination</small>
206
+ </div>
207
+ </li>
208
+
209
+
210
+ <li class="odd ">
211
+ <div class="item">
212
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#entity-instance_method" title="MIDICommunicationsMacOS::Endpoint#entity (method)">#entity</a></span>
213
+ <small>MIDICommunicationsMacOS::Endpoint</small>
214
+ </div>
215
+ </li>
216
+
217
+
218
+ <li class="even ">
219
+ <div class="item">
220
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#first-class_method" title="MIDICommunicationsMacOS::Endpoint.first (method)">first</a></span>
221
+ <small>MIDICommunicationsMacOS::Endpoint</small>
222
+ </div>
223
+ </li>
224
+
225
+
226
+ <li class="odd ">
227
+ <div class="item">
228
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Destination.html#first-class_method" title="MIDICommunicationsMacOS::Destination.first (method)">first</a></span>
229
+ <small>MIDICommunicationsMacOS::Destination</small>
230
+ </div>
231
+ </li>
232
+
233
+
234
+ <li class="even ">
235
+ <div class="item">
236
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Source.html#first-class_method" title="MIDICommunicationsMacOS::Source.first (method)">first</a></span>
237
+ <small>MIDICommunicationsMacOS::Source</small>
238
+ </div>
239
+ </li>
240
+
241
+
242
+ <li class="odd ">
243
+ <div class="item">
244
+ <span class='object_link'><a href="MIDICommunicationsMacOS/API.html#get_callback-class_method" title="MIDICommunicationsMacOS::API.get_callback (method)">get_callback</a></span>
245
+ <small>MIDICommunicationsMacOS::API</small>
246
+ </div>
247
+ </li>
248
+
249
+
250
+ <li class="even ">
251
+ <div class="item">
252
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#get_class-class_method" title="MIDICommunicationsMacOS::Endpoint.get_class (method)">get_class</a></span>
253
+ <small>MIDICommunicationsMacOS::Endpoint</small>
254
+ </div>
255
+ </li>
256
+
257
+
258
+ <li class="odd ">
259
+ <div class="item">
260
+ <span class='object_link'><a href="MIDICommunicationsMacOS/API.html#get_int-class_method" title="MIDICommunicationsMacOS::API.get_int (method)">get_int</a></span>
261
+ <small>MIDICommunicationsMacOS::API</small>
262
+ </div>
263
+ </li>
264
+
265
+
266
+ <li class="even ">
267
+ <div class="item">
268
+ <span class='object_link'><a href="MIDICommunicationsMacOS/API.html#get_midi_packet-class_method" title="MIDICommunicationsMacOS::API.get_midi_packet (method)">get_midi_packet</a></span>
269
+ <small>MIDICommunicationsMacOS::API</small>
270
+ </div>
271
+ </li>
272
+
273
+
274
+ <li class="odd ">
275
+ <div class="item">
276
+ <span class='object_link'><a href="MIDICommunicationsMacOS/API.html#get_midi_packet_list-class_method" title="MIDICommunicationsMacOS::API.get_midi_packet_list (method)">get_midi_packet_list</a></span>
277
+ <small>MIDICommunicationsMacOS::API</small>
278
+ </div>
279
+ </li>
280
+
281
+
282
+ <li class="even ">
283
+ <div class="item">
284
+ <span class='object_link'><a href="MIDICommunicationsMacOS/API.html#get_string-class_method" title="MIDICommunicationsMacOS::API.get_string (method)">get_string</a></span>
285
+ <small>MIDICommunicationsMacOS::API</small>
286
+ </div>
287
+ </li>
288
+
289
+
290
+ <li class="odd ">
291
+ <div class="item">
292
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Source.html#gets-instance_method" title="MIDICommunicationsMacOS::Source#gets (method)">#gets</a></span>
293
+ <small>MIDICommunicationsMacOS::Source</small>
294
+ </div>
295
+ </li>
296
+
297
+
298
+ <li class="even ">
299
+ <div class="item">
300
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Source.html#gets_s-instance_method" title="MIDICommunicationsMacOS::Source#gets_s (method)">#gets_s</a></span>
301
+ <small>MIDICommunicationsMacOS::Source</small>
302
+ </div>
303
+ </li>
304
+
305
+
306
+ <li class="odd ">
307
+ <div class="item">
308
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Device.html#id-instance_method" title="MIDICommunicationsMacOS::Device#id (method)">#id</a></span>
309
+ <small>MIDICommunicationsMacOS::Device</small>
310
+ </div>
311
+ </li>
312
+
313
+
314
+ <li class="even ">
315
+ <div class="item">
316
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#id-instance_method" title="MIDICommunicationsMacOS::Endpoint#id (method)">#id</a></span>
317
+ <small>MIDICommunicationsMacOS::Endpoint</small>
318
+ </div>
319
+ </li>
320
+
321
+
322
+ <li class="odd ">
323
+ <div class="item">
324
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Device.html#initialize-instance_method" title="MIDICommunicationsMacOS::Device#initialize (method)">#initialize</a></span>
325
+ <small>MIDICommunicationsMacOS::Device</small>
326
+ </div>
327
+ </li>
328
+
329
+
330
+ <li class="even ">
331
+ <div class="item">
332
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Entity.html#initialize-instance_method" title="MIDICommunicationsMacOS::Entity#initialize (method)">#initialize</a></span>
333
+ <small>MIDICommunicationsMacOS::Entity</small>
334
+ </div>
335
+ </li>
336
+
337
+
338
+ <li class="odd ">
339
+ <div class="item">
340
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#initialize-instance_method" title="MIDICommunicationsMacOS::Endpoint#initialize (method)">#initialize</a></span>
341
+ <small>MIDICommunicationsMacOS::Endpoint</small>
342
+ </div>
343
+ </li>
344
+
345
+
346
+ <li class="even ">
347
+ <div class="item">
348
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Source.html#last-class_method" title="MIDICommunicationsMacOS::Source.last (method)">last</a></span>
349
+ <small>MIDICommunicationsMacOS::Source</small>
350
+ </div>
351
+ </li>
352
+
353
+
354
+ <li class="odd ">
355
+ <div class="item">
356
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Destination.html#last-class_method" title="MIDICommunicationsMacOS::Destination.last (method)">last</a></span>
357
+ <small>MIDICommunicationsMacOS::Destination</small>
358
+ </div>
359
+ </li>
360
+
361
+
362
+ <li class="even ">
363
+ <div class="item">
364
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#last-class_method" title="MIDICommunicationsMacOS::Endpoint.last (method)">last</a></span>
365
+ <small>MIDICommunicationsMacOS::Endpoint</small>
366
+ </div>
367
+ </li>
368
+
369
+
370
+ <li class="odd ">
371
+ <div class="item">
372
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#manufacturer-instance_method" title="MIDICommunicationsMacOS::Endpoint#manufacturer (method)">#manufacturer</a></span>
373
+ <small>MIDICommunicationsMacOS::Endpoint</small>
374
+ </div>
375
+ </li>
376
+
377
+
378
+ <li class="even ">
379
+ <div class="item">
380
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Entity.html#manufacturer-instance_method" title="MIDICommunicationsMacOS::Entity#manufacturer (method)">#manufacturer</a></span>
381
+ <small>MIDICommunicationsMacOS::Entity</small>
382
+ </div>
383
+ </li>
384
+
385
+
386
+ <li class="odd ">
387
+ <div class="item">
388
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#model-instance_method" title="MIDICommunicationsMacOS::Endpoint#model (method)">#model</a></span>
389
+ <small>MIDICommunicationsMacOS::Endpoint</small>
390
+ </div>
391
+ </li>
392
+
393
+
394
+ <li class="even ">
395
+ <div class="item">
396
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Entity.html#model-instance_method" title="MIDICommunicationsMacOS::Entity#model (method)">#model</a></span>
397
+ <small>MIDICommunicationsMacOS::Entity</small>
398
+ </div>
399
+ </li>
400
+
401
+
402
+ <li class="odd ">
403
+ <div class="item">
404
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Entity.html#name-instance_method" title="MIDICommunicationsMacOS::Entity#name (method)">#name</a></span>
405
+ <small>MIDICommunicationsMacOS::Entity</small>
406
+ </div>
407
+ </li>
408
+
409
+
410
+ <li class="even ">
411
+ <div class="item">
412
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Device.html#name-instance_method" title="MIDICommunicationsMacOS::Device#name (method)">#name</a></span>
413
+ <small>MIDICommunicationsMacOS::Device</small>
414
+ </div>
415
+ </li>
416
+
417
+
418
+ <li class="odd ">
419
+ <div class="item">
420
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#name-instance_method" title="MIDICommunicationsMacOS::Endpoint#name (method)">#name</a></span>
421
+ <small>MIDICommunicationsMacOS::Endpoint</small>
422
+ </div>
423
+ </li>
424
+
425
+
426
+ <li class="even ">
427
+ <div class="item">
428
+ <span class='object_link'><a href="MIDICommunicationsMacOS/TypeConversion.html#numeric_bytes_to_hex_string-instance_method" title="MIDICommunicationsMacOS::TypeConversion#numeric_bytes_to_hex_string (method)">#numeric_bytes_to_hex_string</a></span>
429
+ <small>MIDICommunicationsMacOS::TypeConversion</small>
430
+ </div>
431
+ </li>
432
+
433
+
434
+ <li class="odd ">
435
+ <div class="item">
436
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#online%3F-instance_method" title="MIDICommunicationsMacOS::Endpoint#online? (method)">#online?</a></span>
437
+ <small>MIDICommunicationsMacOS::Endpoint</small>
438
+ </div>
439
+ </li>
440
+
441
+
442
+ <li class="even ">
443
+ <div class="item">
444
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Entity.html#online%3F-instance_method" title="MIDICommunicationsMacOS::Entity#online? (method)">#online?</a></span>
445
+ <small>MIDICommunicationsMacOS::Entity</small>
446
+ </div>
447
+ </li>
448
+
449
+
450
+ <li class="odd ">
451
+ <div class="item">
452
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Entity.html#populate_endpoint_ids-instance_method" title="MIDICommunicationsMacOS::Entity#populate_endpoint_ids (method)">#populate_endpoint_ids</a></span>
453
+ <small>MIDICommunicationsMacOS::Entity</small>
454
+ </div>
455
+ </li>
456
+
457
+
458
+ <li class="even ">
459
+ <div class="item">
460
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Device.html#populate_endpoint_ids-instance_method" title="MIDICommunicationsMacOS::Device#populate_endpoint_ids (method)">#populate_endpoint_ids</a></span>
461
+ <small>MIDICommunicationsMacOS::Device</small>
462
+ </div>
463
+ </li>
464
+
465
+
466
+ <li class="odd ">
467
+ <div class="item">
468
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Device.html#populated%3F-class_method" title="MIDICommunicationsMacOS::Device.populated? (method)">populated?</a></span>
469
+ <small>MIDICommunicationsMacOS::Device</small>
470
+ </div>
471
+ </li>
472
+
473
+
474
+ <li class="even ">
475
+ <div class="item">
476
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Destination.html#puts-instance_method" title="MIDICommunicationsMacOS::Destination#puts (method)">#puts</a></span>
477
+ <small>MIDICommunicationsMacOS::Destination</small>
478
+ </div>
479
+ </li>
480
+
481
+
482
+ <li class="odd ">
483
+ <div class="item">
484
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Destination.html#puts_bytes-instance_method" title="MIDICommunicationsMacOS::Destination#puts_bytes (method)">#puts_bytes</a></span>
485
+ <small>MIDICommunicationsMacOS::Destination</small>
486
+ </div>
487
+ </li>
488
+
489
+
490
+ <li class="even ">
491
+ <div class="item">
492
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Destination.html#puts_s-instance_method" title="MIDICommunicationsMacOS::Destination#puts_s (method)">#puts_s</a></span>
493
+ <small>MIDICommunicationsMacOS::Destination</small>
494
+ </div>
495
+ </li>
496
+
497
+
498
+ <li class="odd ">
499
+ <div class="item">
500
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Device.html#refresh-class_method" title="MIDICommunicationsMacOS::Device.refresh (method)">refresh</a></span>
501
+ <small>MIDICommunicationsMacOS::Device</small>
502
+ </div>
503
+ </li>
504
+
505
+
506
+ <li class="even ">
507
+ <div class="item">
508
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Entity.html#resource-instance_method" title="MIDICommunicationsMacOS::Entity#resource (method)">#resource</a></span>
509
+ <small>MIDICommunicationsMacOS::Entity</small>
510
+ </div>
511
+ </li>
512
+
513
+
514
+ <li class="odd ">
515
+ <div class="item">
516
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#resource_id-instance_method" title="MIDICommunicationsMacOS::Endpoint#resource_id (method)">#resource_id</a></span>
517
+ <small>MIDICommunicationsMacOS::Endpoint</small>
518
+ </div>
519
+ </li>
520
+
521
+
522
+ <li class="even ">
523
+ <div class="item">
524
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#sources-class_method" title="MIDICommunicationsMacOS::Endpoint.sources (method)">sources</a></span>
525
+ <small>MIDICommunicationsMacOS::Endpoint</small>
526
+ </div>
527
+ </li>
528
+
529
+
530
+ <li class="odd ">
531
+ <div class="item">
532
+ <span class='object_link'><a href="MIDICommunicationsMacOS/Endpoint.html#type-instance_method" title="MIDICommunicationsMacOS::Endpoint#type (method)">#type</a></span>
533
+ <small>MIDICommunicationsMacOS::Endpoint</small>
534
+ </div>
535
+ </li>
536
+
537
+
538
+
539
+ </ul>
540
+ </div>
541
+ </body>
542
+ </html>
@@ -0,0 +1,110 @@
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 macOS 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 class="nav_wrap">
31
+ <iframe id="nav" src="class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index</a> &raquo;
40
+
41
+
42
+ <span class="title">Top Level Namespace</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Top Level Namespace
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+ </div>
80
+
81
+ <h2>Defined Under Namespace</h2>
82
+ <p class="children">
83
+
84
+
85
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="MIDICommunicationsMacOS.html" title="MIDICommunicationsMacOS (module)">MIDICommunicationsMacOS</a></span>
86
+
87
+
88
+
89
+
90
+ </p>
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+ </div>
101
+
102
+ <div id="footer">
103
+ Generated on Tue Nov 25 11:37:07 2025 by
104
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
105
+ 0.9.37 (ruby-3.4.7).
106
+ </div>
107
+
108
+ </div>
109
+ </body>
110
+ </html>
@@ -1,5 +1,11 @@
1
1
  module MIDICommunicationsMacOS
2
- # Coremidi C binding
2
+ # Low-level FFI bindings to Apple's Core MIDI framework.
3
+ #
4
+ # This module provides direct access to Core MIDI C functions via FFI.
5
+ # Most users should use the higher-level {Source}, {Destination}, and
6
+ # {Device} classes instead.
7
+ #
8
+ # @api private
3
9
  module API
4
10
  extend FFI::Library
5
11
  ffi_lib '/System/Library/Frameworks/CoreMIDI.framework/Versions/Current/CoreMIDI'