From 3ab9bff8795276a9281e663168c358fef2ff4b62 Mon Sep 17 00:00:00 2001 From: Nils Date: Sun, 21 May 2023 00:08:51 +0200 Subject: [PATCH] comment --- engine/jackclient.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/jackclient.py b/engine/jackclient.py index 1cf8fb2..413fc6c 100644 --- a/engine/jackclient.py +++ b/engine/jackclient.py @@ -53,6 +53,8 @@ class AgordejoJackClient(object): atexit.register(lambda c=self._jacklibClient: jacklib.client_close(c)) + #This client does not jack.activate() yet because we are only using the pull API of jack and not any of the callbacks + #Callbacks. They are mirrored by the api Callbacks without the callback_ prefix so a GUI can directly access them. #However, they are mutable lists. And we define all actual callback-sender here. the api calls them via our Object/Instance self.callback_setPlaybackSeconds = []