|
|
@ -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 = [] |
|
|
|