mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-18 12:33:34 +00:00
effects properties added stip/bus sections
FX section added to readme. fix some docstrings. fix a couple of jumbled dates in changelog
This commit is contained in:
@@ -298,7 +298,7 @@ _make_channelout_mixins = {
|
||||
def _make_effects_mixin(kind):
|
||||
"""creates an effects mixin for a kind"""
|
||||
XY_cls = type(
|
||||
f"XY",
|
||||
"XY",
|
||||
(),
|
||||
{
|
||||
param: float_prop(param)
|
||||
@@ -314,7 +314,7 @@ def _make_effects_mixin(kind):
|
||||
)
|
||||
|
||||
FX_cls = type(
|
||||
f"FX",
|
||||
"FX",
|
||||
(),
|
||||
{
|
||||
**{
|
||||
|
||||
Reference in New Issue
Block a user