jacket/examples
Christopher Arndt 3915638e73
feat: stream-line API and fix minor wrapping errors (#1)
* Rename types:
   * `ptr` types have no suffix (e.g. `ClientP` -> `Client`)
   * normal object types hyve a `T` suffix, if needed (e.g. `Port` -> `PortT`)
   * Constants also use CamelCase (UPPER_CASE can still be used).
* Make functions returning an error discardable
* Add missing return types for some functions.

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2025-01-20 02:16:38 +01:00
..
.gitignore cfg: ignore files without extension in examples dir 2022-10-06 17:22:03 +02:00
jacket_info.nim feat: stream-line API and fix minor wrapping errors (#1) 2025-01-20 02:16:38 +01:00
jacket_list_all_properties.nim feat: stream-line API and fix minor wrapping errors (#1) 2025-01-20 02:16:38 +01:00
jacket_midi_print.nim feat: stream-line API and fix minor wrapping errors (#1) 2025-01-20 02:16:38 +01:00
jacket_midi_print_ringbuffer.nim feat: stream-line API and fix minor wrapping errors (#1) 2025-01-20 02:16:38 +01:00
jacket_midi_print_thread.nim feat: stream-line API and fix minor wrapping errors (#1) 2025-01-20 02:16:38 +01:00
jacket_midi_print_threading.nim feat: stream-line API and fix minor wrapping errors (#1) 2025-01-20 02:16:38 +01:00
jacket_passthru.nim feat: stream-line API and fix minor wrapping errors (#1) 2025-01-20 02:16:38 +01:00
jacket_port_connect_cb.nim feat: stream-line API and fix minor wrapping errors (#1) 2025-01-20 02:16:38 +01:00
jacket_port_register.nim feat: stream-line API and fix minor wrapping errors (#1) 2025-01-20 02:16:38 +01:00
jacket_ringbuffer.nim refactor: use 'byte' instead of 'uint8' in ringbuffer example 2025-01-20 00:10:31 +01:00
jacket_sine.nim feat: stream-line API and fix minor wrapping errors (#1) 2025-01-20 02:16:38 +01:00
jacket_transport_query.nim feat: stream-line API and fix minor wrapping errors (#1) 2025-01-20 02:16:38 +01:00
nim.cfg fix: set import search path for examples, so that they don't use the installed version 2024-05-15 00:02:37 +02:00
signal.nim feat: implement proper signal handling in examples 2022-10-09 19:48:55 +02:00