Commit Graph

11 Commits

Author SHA1 Message Date
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