Commit Graph

19 Commits

Author SHA1 Message Date
Christopher Arndt fe015e3a60 refactor: rename NFramesT; add DefaultAudioSampleT 2022-10-10 03:47:26 +02:00
Christopher Arndt 7e46bc3ed7 feat: turn on debug logging w/out -d:release
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-09 21:59:40 +02:00
Christopher Arndt 5d8cba0f2d fix: cleanup arg default value; signal list 2022-10-09 21:05:08 +02:00
Christopher Arndt ba5ebc4f4d feat: implement proper signal handling in examples 2022-10-09 19:48:55 +02:00
Christopher Arndt e68223f1e6 refactor: more examples streamlining 2022-10-09 09:43:13 +02:00
Christopher Arndt 34e6171e3f feat: improve jack library path detection 2022-10-09 09:13:05 +02:00
Christopher Arndt 967c4ad161 fix: missing comma in enum declaration
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 17:24:58 +02:00
Christopher Arndt 86ce617f14 cfg: ignore files without extension in examples dir
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 17:22:03 +02:00
Christopher Arndt 84b135edb1 cfg: ignore files without extension in examples dir
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 17:21:03 +02:00
Christopher Arndt 4ccfad3911 refactor: getJackStatusErrorString helper function
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 16:45:24 +02:00
Christopher Arndt b28d4fbfa6 fix: add missing cleanup to example
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 16:45:24 +02:00
Christopher Arndt b8d5119d03 refactor: some style improvemnts in examples
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 16:45:24 +02:00
Christopher Arndt eff627e4ec docs: add copyright info to license file and links to readme
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 15:16:57 +02:00
Christopher Arndt e793add4d0 fix: make ClientT and PortT distinct types
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 05:11:25 +02:00
Christopher Arndt c41b1eb03e fix: set calling convention for callback function prototypes
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 05:10:49 +02:00
Christopher Arndt 5a6a55f071 feat: add simple nimble file
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 04:43:00 +02:00
Christopher Arndt 896768696b fix: use let instead of var in example
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 04:42:42 +02:00
Christopher Arndt f5d01c043b Add README, LICENSE and .gitignore 2022-10-06 04:19:20 +02:00
Christopher Arndt fcbb796cd4 Initial import of 'jacket' Nim wrapper for JACK API
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-10-06 04:19:20 +02:00