Commit Graph

16 Commits

Author SHA1 Message Date
Christopher Arndt bff6f5e9fa feat: wrap ringbuffer API and add usage example
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-25 18:04:16 +02:00
Christopher Arndt 6112afad73 fix: export internal client API functions
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-25 17:39:25 +02:00
Christopher Arndt 75e1266da4 docs: move comments for deprecated functions around
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-24 09:45:06 +02:00
Christopher Arndt 73e8248c2e feat: wrap latency API
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-24 09:43:50 +02:00
Christopher Arndt 4c5deaa272 feat: wrap internal client loading API
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-24 09:42:09 +02:00
Christopher Arndt c1d00decc9 refactor: remove 'Jack' prefix from callback types and two more enums
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-24 07:49:35 +02:00
Christopher Arndt 34d3093505 feat: wrap metadata API and add one usage example
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-24 07:49:14 +02:00
Christopher Arndt 2d8533d122 feat: wrap transport API and add transport query example
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-22 19:58:43 +02:00
Christopher Arndt ada9b13857 fix: use fixed-size integer types for custom types
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-22 19:58:43 +02:00
Christopher Arndt e06f62da8c docs: for deprecated functions/types show original C decl in comment
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-22 19:58:43 +02:00
Christopher Arndt 309e45e22a refactor: various formatting tweaks
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-22 19:58:43 +02:00
Christopher Arndt 08c05c71d4 refactor: remove superfluous semicolons from end of comments
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-22 19:58:43 +02:00
Christopher Arndt 5c4af1a90a feat: wrap MIDI API and add example MIDI client
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-22 19:58:43 +02:00
Christopher Arndt 08c199d5b3 refactor: shorten type names
TypeT -> Type; TypeTPtr -> TypeP

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-05-22 05:13:31 +02:00
Christopher Arndt c8ddbb2cf2 Minor typo and whitespace fixes 2023-05-22 04:00:07 +02:00
Christopher Arndt b08a79b8dd fix: use standard nimble package structure
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-10 21:11:19 +02:00