|
4faf6cd0d0
|
wip
|
2022-08-14 16:49:53 +02:00 |
|
|
1745e5d4ad
|
feat(volume): Add conversion functions
|
2022-08-11 13:37:00 +02:00 |
|
|
3173460b17
|
bug(volume): Fix constructor documentation
|
2022-08-10 23:47:16 +02:00 |
|
|
862a265a70
|
bug: Fix version incompatibility
Even between minor versions, Lua simply removes or renames functions.
|
2022-08-10 13:57:15 +02:00 |
|
|
9e9ac22e82
|
fix(context): Fix setting volume
The volume object needs to be kept in memory until the operation has
finished.
|
2022-05-23 16:32:04 +02:00 |
|
|
3ad2c27ff8
|
feat(volume): Add constructor
|
2022-05-23 16:28:06 +02:00 |
|
|
b1b8988e7e
|
fix(volume): Fix volume library
This also makes it possible to load it independently.
|
2022-05-23 16:27:10 +02:00 |
|
|
0203cbce4c
|
fix: Fix library names
|
2022-05-23 15:42:24 +02:00 |
|
|
6eb79d4d8d
|
fix(volume): Fix hard coded stack index
|
2022-05-23 15:38:57 +02:00 |
|
|
e0aaa99cb1
|
fix(context): Fix callback functions
The stack setup for callback threads was all over the place, and pretty
messed up.
|
2022-05-23 14:52:55 +02:00 |
|
|
5634e205a2
|
fix(context): Fix missing methods
Some methods weren't actually registered in the class' metatable.
|
2022-05-16 16:41:40 +02:00 |
|
|
eed57afbda
|
feat(context): Simplify callbacks
The same simple callback structure works for all the callbacks I've
built so far.
|
2022-05-16 16:24:36 +02:00 |
|
|
bfc322c3ad
|
feat(context): Implement event subscriptions
|
2022-05-16 16:01:51 +02:00 |
|
|
d88abd87c6
|
feat(context): Add getter for connection state
|
2022-05-16 14:22:56 +02:00 |
|
|
4e1b02e65f
|
feat(context): Implement default sink and source setters
|
2022-05-16 13:53:20 +02:00 |
|
|
12dd08f13a
|
doc: Fix module names
|
2022-05-15 23:12:13 +02:00 |
|
|
366e08498e
|
feat: Implement introspection for sinks and sources
This provides a way to query the current state for the primary
data structures, as well as common setters.
|
2022-05-15 22:56:55 +02:00 |
|
|
3430a5a19c
|
feat: Implement basic introspection calls
|
2022-04-06 21:29:18 +02:00 |
|
|
c4058583f1
|
feat: Implement basic context object
|
2022-04-06 21:29:16 +02:00 |
|
|
1da668d7d6
|
feat: Clean up resources on garbage collect
|
2022-04-06 21:29:14 +02:00 |
|
|
8c09fc4e7a
|
feat: Add initial library
|
2022-04-06 21:29:13 +02:00 |
|
|
5ca45f298c
|
chore: Initialize repository
|
2022-04-06 21:29:11 +02:00 |
|