voicemeeter-remote-python icon indicating copy to clipboard operation
voicemeeter-remote-python copied to clipboard

Voicemeeter Remote API for Python 3

Results 2 voicemeeter-remote-python issues
Sort by recently updated
recently updated
newest added

When using a default argument in a python function that is a mutable type (e.x. a list, or a dictionary), python will make one version, and then when the function...

For example, this code: ``` import time import voicemeeter # Can be 'basic', 'banana' or 'potato' kind = 'potato' # Ensure that Voicemeeter is launched voicemeeter.launch(kind) #action 1 with voicemeeter.remote(kind)...