Christopher Arndt chris
  • Cologne, Germany
  • Joined on 2022-01-26
chris pushed to master at chris/jacket 2023-05-24 09:50:18 +02:00
67f2f79961 refactor: minor example simplification
1870734ae6 docs: update readme and license year
75e1266da4 docs: move comments for deprecated functions around
73e8248c2e feat: wrap latency API
4c5deaa272 feat: wrap internal client loading API
Compare 5 commits »
chris pushed to master at chris/jacket 2023-05-24 07:50:10 +02:00
c1d00decc9 refactor: remove 'Jack' prefix from callback types and two more enums
34d3093505 feat: wrap metadata API and add one usage example
31b83223fc feat: add MIDI receiver example showing use of threads/channels
Compare 3 commits »
chris pushed to master at chris/jacket 2023-05-22 19:59:53 +02:00
2d8533d122 feat: wrap transport API and add transport query example
ada9b13857 fix: use fixed-size integer types for custom types
e06f62da8c docs: for deprecated functions/types show original C decl in comment
309e45e22a refactor: various formatting tweaks
08c05c71d4 refactor: remove superfluous semicolons from end of comments
Compare 6 commits »
chris pushed to master at chris/jacket 2023-05-22 07:10:50 +02:00
7ff56ac688 refactor: remove superfluous semicolons from end of comments
6e2dab78fe feat: wrap MIDI API and add example MIDI client
Compare 2 commits »
chris pushed to master at chris/jacket 2023-05-22 05:13:43 +02:00
08c199d5b3 refactor: shorten type names
chris pushed to master at chris/jacket 2023-05-22 04:00:33 +02:00
c8ddbb2cf2 Minor typo and whitespace fixes
chris pushed to master at chris/jacket 2022-10-11 00:15:48 +02:00
64b815dab5 fix: heading level in readme
chris pushed to master at chris/jacket 2022-10-10 21:11:30 +02:00
b08a79b8dd fix: use standard nimble package structure
chris pushed to master at chris/jacket 2022-10-10 21:02:27 +02:00
9def17c07c fix: minor readme typo
72d99007c5 fix: minor example tweaks
Compare 2 commits »
chris pushed to master at chris/jacket 2022-10-10 20:35:43 +02:00
1127b1ec09 docs: add project status and installation sections to readme
bffc611cdd refactor: more example tweaking and rename all to have 'jacket_' prefix
25bf6b31cf refactor: tweak jacket_sine example and add comments
Compare 3 commits »
chris pushed to master at chris/jacket 2022-10-10 03:49:42 +02:00
5edb9724a0 feat: add simple sine wave generator client example
fe015e3a60 refactor: rename NFramesT; add DefaultAudioSampleT
Compare 2 commits »
chris pushed to master at chris/jacket 2022-10-09 21:59:47 +02:00
7e46bc3ed7 feat: turn on debug logging w/out -d:release
chris pushed to master at chris/jacket 2022-10-09 21:05:18 +02:00
5d8cba0f2d fix: cleanup arg default value; signal list
chris pushed to master at chris/jacket 2022-10-09 19:49:21 +02:00
ba5ebc4f4d feat: implement proper signal handling in examples
chris pushed to master at chris/jacket 2022-10-09 09:43:47 +02:00
e68223f1e6 refactor: more examples streamlining
34e6171e3f feat: improve jack library path detection
967c4ad161 fix: missing comma in enum declaration
Compare 3 commits »
chris pushed to master at chris/jacket 2022-10-06 17:22:14 +02:00
86ce617f14 cfg: ignore files without extension in examples dir
chris pushed to master at chris/jacket 2022-10-06 17:21:09 +02:00
84b135edb1 cfg: ignore files without extension in examples dir
chris pushed to master at chris/jacket 2022-10-06 16:46:20 +02:00
4ccfad3911 refactor: getJackStatusErrorString helper function
b28d4fbfa6 fix: add missing cleanup to example
b8d5119d03 refactor: some style improvemnts in examples
Compare 3 commits »
chris pushed to master at chris/jacket 2022-10-06 16:28:31 +02:00
e0fa019d20 refactor: some style improvemnts in examples
chris pushed to master at chris/jacket 2022-10-06 15:17:22 +02:00
eff627e4ec docs: add copyright info to license file and links to readme