mirror of
https://github.com/onyx-and-iris/vmr-http.git
synced 2026-04-18 23:53:31 +00:00
fix the eq router. now it works for both strip and bus.
it uses a factory function to create an eq router for each kind. add models.eq.EQParams. Use it to define on and ab properties. minor bump
This commit is contained in:
@@ -11,4 +11,3 @@ class BusParams(BaseModel):
|
||||
gain: Optional[float] = None
|
||||
mute: Optional[bool] = None
|
||||
mono: Optional[int] = None
|
||||
eq: Optional[bool] = None
|
||||
|
||||
Reference in New Issue
Block a user