| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Before the initial update was missing. By always querying the default
sink we properly grab server data first, and trigger the update.
|
| | |
|
| | |
|
| |
|
|
|
| |
The backside of the "fix" is that now there are some casts to and from
c_void... But how else should that work?
|
| | |
|
| |
|
|
|
| |
Still missing actual functionality beyond a numeric display, and error
cases have not been tested, but hey, it's there!
|
| |
|
|
|
|
|
| |
This is mainly as a note to my future self. A barebone implementation of
the logic for the pulse runnable loop, where all details (meaning:
functions to be called) are still not implemented - not even as
signatures.
|
| |
|
|
|
| |
This change makes respective functions return either a result or an
option instead. The goal here is readability.
|
| |
|
|
|
|
|
| |
This reverts commit e1f0525e4e1dcf674aa7489042a06b7c7d671a2a.
I've decided against having mutable self-references. It's a bit less
convenient, but more sane. Also, the revert can be reverted any time,
should the need arise.
|
| |
|
|
|
|
|
|
| |
It's something that should be created after the runnable started, not
when the runnable gets instantiated. Also, that way we can ensure that
the context isn't moved between threads, as I'm not certain that's sane
to do (meaning: using it from different threads, not sending the
pointer).
|
| |
|
|
|
| |
All that this cleanup does is set the return value...
Apart from that, it's just like nuking the main loop by calling free...
|
| | |
|
| |
|
|
|
| |
Because there is no real reason speaking against it, and it makes plugin
development a lot easier.
|
| |
|