Patch BUS to A1 ASIO Outputs implemented

Patch ASIO Inputs to Strips moved to Advanced Settings
This commit is contained in:
2023-10-26 20:12:49 +01:00
parent 6e146bac50
commit a80e4e2d83
5 changed files with 142 additions and 98 deletions

View File

@@ -1,7 +1,7 @@
from typing import Iterable
def get_asio_checkbox_index(channel, num) -> int:
def get_asio_input_spinbox_index(channel, num) -> int:
if channel == 0:
return 2 * num - 2
return 2 * num - 1