mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-13 10:33:30 +00:00
Updated example script to be sure other params work, updated readme and changed channel number from 9 to 8
This commit is contained in:
@@ -23,14 +23,18 @@ def main():
|
||||
for i in channels_idx:
|
||||
vm.bus[0].eq.channel[i].cell[0].on = True
|
||||
vm.bus[0].eq.channel[i].cell[0].f = 500
|
||||
vm.bus[0].eq.channel[i].cell[0].gain = -10
|
||||
vm.bus[0].eq.channel[i].cell[0].type = 3 # Should correspond to LPF
|
||||
vm.bus[0].eq.channel[i].cell[0].q = 10
|
||||
|
||||
time.sleep(3)
|
||||
vm.bus[0].eq.on = False
|
||||
for i in channels_idx:
|
||||
vm.bus[0].eq.channel[i].cell[0].on = False
|
||||
vm.bus[0].eq.channel[i].cell[0].f = 50
|
||||
vm.bus[0].eq.channel[i].cell[0].gain = 0
|
||||
vm.bus[0].eq.channel[i].cell[0].type = 0
|
||||
vm.bus[0].eq.channel[i].cell[0].q = 3
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user