mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-08 00:13:31 +00:00
pan_x, pan_y added to virtual strips
pan_x, pan_y virt tests added to higher. patch bump
This commit is contained in:
@@ -381,6 +381,8 @@ class TestSetAndGetFloatHigher:
|
||||
@pytest.mark.parametrize(
|
||||
"index, param, value",
|
||||
[
|
||||
(data.virt_in, "pan_x", -0.6),
|
||||
(data.virt_in, "pan_x", 0.6),
|
||||
(data.virt_in, "treble", -1.6),
|
||||
(data.virt_in, "mid", 5.8),
|
||||
(data.virt_in, "bass", -8.1),
|
||||
|
||||
Reference in New Issue
Block a user