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:
onyx-and-iris
2022-03-02 21:06:39 +00:00
parent b836fa8642
commit ad7cd367cb
4 changed files with 11 additions and 4 deletions

View File

@@ -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):