issues Search Results · repo:onyx-and-iris/voicemeeter-api-python language:Python
Filter by
14 results
(91 ms)14 results
inonyx-and-iris/voicemeeter-api-python (press backspace or delete to remove)Add Strip.EQ.Channel.Cell commands to the API as well. This applies to potato physical inputs only.
onyx-and-iris
- Opened 15 days ago
- #17
Wanted to try and add cells and their parameters to the API. Have been working on how to add them in a local branch but
don t have write access to this repo
wcyoung08
- 1
- Opened 18 days ago
- #15
Hello!
I ve already set up an observer for the on_pdirty() event, with it triggering exactly as expected:
def on_pdirty(self):
print( Triggered )
However, how can I see what exactly changed to trigger ...
turner-noad
- 1
- Opened on Nov 13, 2024
- #14
For some reason my voicemeeter banana software will add quotes to the registry key UninstallString located at:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\VB:Voicemeeter ...
joshtews
- 3
- Opened on Jun 18, 2024
- #12
Hey,
On my system the script starts VM on itself which is not desired.
please add an option to disable the autostart of VM to voicemeeterlib.api().
and, at least on my system, the startet VM version ...
Kariton
- 7
- Opened on Jan 26, 2024
- #10
I ve noticed that sometimes it s taking a bit longer than 1 second for the API to respond after a login (if it needs to
start the audio engine first). This can cause {Remote}.login() to raise a CAPIError ...
onyx-and-iris
- Opened on Oct 27, 2023
- #9
你好,我遇到一个问题。
在potato程序上划动音量增益推子修改数值后,使用py获取该数值。 import voicemeeterlib
KIND_ID = potato with voicemeeterlib.api(KIND_ID) as vm: print(vm.strip[3].gain)
但第一次获取的数值不是potato程序当前的数值,需要第二次重新运行py才能获取到potato程序当前的数值! ...
PoWeR-Ding
- 2
- Opened on Oct 5, 2023
- #8
example in vban class:
@sr.setter
def sr(self, val: int):
opts = (11025, 16000, 22050, 24000, 32000, 44100, 48000, 64000, 88200, 96000)
if val not in opts:
raise VMError(f ...
onyx-and-iris
- Opened on Jun 30, 2023
- #6
This will mean introducing a breaking change, so a new major version will be required.
Also would be worth adding a mixin class for Denoiser (I think Voicemeeter devs intend to add more parameters for ...
onyx-and-iris
- Opened on Jun 15, 2023
- #5

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.