mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
avoid using keyword as variable name
This commit is contained in:
parent
65fb8990c9
commit
4a397d8d96
@ -172,8 +172,8 @@ class VbanMidiOutstream(VbanOutstream):
|
|||||||
def _make_stream_pair(remote, kind):
|
def _make_stream_pair(remote, kind):
|
||||||
num_instream, num_outstream, num_midi, num_text = kind.vban
|
num_instream, num_outstream, num_midi, num_text = kind.vban
|
||||||
|
|
||||||
def _make_cls(i, dir):
|
def _make_cls(i, direction):
|
||||||
match dir:
|
match direction:
|
||||||
case "in":
|
case "in":
|
||||||
if i < num_instream:
|
if i < num_instream:
|
||||||
return VbanAudioInstream(remote, i)
|
return VbanAudioInstream(remote, i)
|
||||||
|
Loading…
Reference in New Issue
Block a user