implements asio buffer

This commit is contained in:
2023-08-26 21:55:39 +01:00
parent e1fb16c32b
commit a1c7f1358e
4 changed files with 90 additions and 20 deletions

View File

@@ -28,15 +28,3 @@ def _make_output_cache(vm) -> dict:
def _make_bus_mode_cache(vm) -> dict:
return {**{f"BUS {i}||COMPOSITE": vm.bus[i].mode.get() for i in range(vm.kind.num_bus)}}
_patch_insert_channels = (
"left",
"right",
"center",
"low frequency effect",
"surround left",
"surround right",
"back left",
"back right",
)