mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 04:53:31 +00:00
fix gain setter, add public_packet methods, update readme
fix gain setter for strips. add accessor methods for public_packet. update readme
This commit is contained in:
@@ -80,7 +80,7 @@ class InputStrip(Channel):
|
||||
|
||||
@gain.setter
|
||||
def gain(self, val: float):
|
||||
self.gainlayer[0].gain = val
|
||||
self.setter('gain', val)
|
||||
|
||||
|
||||
class PhysicalInputStrip(InputStrip):
|
||||
|
||||
Reference in New Issue
Block a user