Deploying to gh-pages from master @ d3584be431
🚀
This commit is contained in:
parent
7c2f4122cc
commit
d2f615ba62
26 changed files with 147 additions and 2784 deletions
|
@ -1,4 +1,4 @@
|
|||
# group `midi_util` {#group__midi__util}
|
||||
# group `midi_util`
|
||||
|
||||
## Summary
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
## Members
|
||||
|
||||
#### `enum `[`midi_packet_length_t`](#group__midi__util_1gae29ff56aee2b430ffe53933b97e5e79e) {#group__midi__util_1gae29ff56aee2b430ffe53933b97e5e79e}
|
||||
#### `enum `[`midi_packet_length_t`](#group__midi__util_1gae29ff56aee2b430ffe53933b97e5e79e)
|
||||
|
||||
Values | Descriptions
|
||||
--------------------------------|---------------------------------------------
|
||||
|
@ -22,7 +22,7 @@ THREE |
|
|||
|
||||
An enumeration of the possible packet length values.
|
||||
|
||||
#### `public bool `[`midi_is_statusbyte`](#group__midi__util_1ga12e3b42ff9cbb4b4f2bc455fc8743ee5)`(uint8_t theByte)` {#group__midi__util_1ga12e3b42ff9cbb4b4f2bc455fc8743ee5}
|
||||
#### `public bool `[`midi_is_statusbyte`](#group__midi__util_1ga12e3b42ff9cbb4b4f2bc455fc8743ee5)`(uint8_t theByte)`
|
||||
|
||||
Test to see if the byte given is a status byte.
|
||||
|
||||
|
@ -32,7 +32,7 @@ Test to see if the byte given is a status byte.
|
|||
#### Returns
|
||||
true if the byte given is a midi status byte
|
||||
|
||||
#### `public bool `[`midi_is_realtime`](#group__midi__util_1gad2f52c363e34a8000d80c983c324e2d7)`(uint8_t theByte)` {#group__midi__util_1gad2f52c363e34a8000d80c983c324e2d7}
|
||||
#### `public bool `[`midi_is_realtime`](#group__midi__util_1gad2f52c363e34a8000d80c983c324e2d7)`(uint8_t theByte)`
|
||||
|
||||
Test to see if the byte given is a realtime message.
|
||||
|
||||
|
@ -42,7 +42,7 @@ Test to see if the byte given is a realtime message.
|
|||
#### Returns
|
||||
true if it is a realtime message, false otherwise
|
||||
|
||||
#### `public `[`midi_packet_length_t`](.build/docs/internals_undefined.md#group__midi__util_1gae29ff56aee2b430ffe53933b97e5e79e)` `[`midi_packet_length`](#group__midi__util_1gaa168b43af6ae9de0debce1625e4b8175)`(uint8_t status)` {#group__midi__util_1gaa168b43af6ae9de0debce1625e4b8175}
|
||||
#### `public `[`midi_packet_length_t`](.build/docs/internals_undefined.md#group__midi__util_1gae29ff56aee2b430ffe53933b97e5e79e)` `[`midi_packet_length`](#group__midi__util_1gaa168b43af6ae9de0debce1625e4b8175)`(uint8_t status)`
|
||||
|
||||
Find the length of the packet associated with the status byte given.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue