6a5eb039f5
🐛 Make sure data directory exists on first run
2025-01-07 00:12:28 +01:00
005c509197
📝 Add LICENSE and README
2025-01-06 09:49:01 +01:00
d4fd5d44d5
✨ Implement editPort method in websocket api
2024-12-16 21:35:49 +01:00
5122791f85
⚡ ️ Do not save config changes to disk immediately
2024-12-16 21:29:51 +01:00
35681102b4
🚑 Fix concurrent writes in websocket connection
2024-12-16 21:26:14 +01:00
f2f0962b81
🐛 Fix missing default config for ports.toml
2024-10-29 01:18:09 +01:00
26720fa35e
🚑 Fix concurent writes in wsClients map
2024-10-29 01:02:18 +01:00
9c9f7798ab
🩹 Add missing newlines to printf
2024-08-29 00:34:01 +02:00
c4c8b6bcda
⚰️ Remove unused variable
2024-08-29 00:32:45 +02:00
4ac862bbbe
⬆️ Upgrade dependencies
2024-08-29 00:28:38 +02:00
8808994098
✨ Implement endpoint for editing ports
2024-07-03 10:19:09 +02:00
f5bdbca8ec
✏️ Fix typo
2024-02-28 23:46:42 +01:00
d1ca8d5d4b
🐛 Fix not using correct Port pointer in routing
...
- `&out` is only a pointer to a copy of the Port object that the for loop creates
- This results in `&out` always refering to the last processed list item instead of the specific port
2024-02-28 23:43:19 +01:00
fb5d739a90
🎨 Make API responses more consistent
2024-02-28 23:38:37 +01:00
aee617cc88
✨ Implement WebSocket API
2024-02-28 11:13:02 +01:00
dd665d9443
🎨 Make JSON keys lowercase
2024-02-28 11:03:53 +01:00
4bdeb3a666
🎨 Make API functions more modular
2024-02-28 10:27:02 +01:00
4b567ddb43
✨ Respect mute, volume and balance of routes and outputs
2024-02-25 11:57:19 +01:00
bc4cea580b
🎉 Implement working Audio Mixer backend with Jack support
2024-02-24 23:03:18 +01:00