mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-09 02:13:35 +00:00
main comp/eq commands implemented
factory methods unexported lr.go renamed to main.go main.go renamed to cli.go
This commit is contained in:
@@ -58,10 +58,10 @@ func NewClient(mixerIP string, mixerPort int, opts ...Option) (*Client, error) {
|
||||
engine: *e,
|
||||
}
|
||||
c.Main = newMainStereo(c)
|
||||
c.Strip = NewStrip(c)
|
||||
c.Bus = NewBus(c)
|
||||
c.HeadAmp = NewHeadAmp(c)
|
||||
c.Snapshot = NewSnapshot(c)
|
||||
c.Strip = newStrip(c)
|
||||
c.Bus = newBus(c)
|
||||
c.HeadAmp = newHeadAmp(c)
|
||||
c.Snapshot = newSnapshot(c)
|
||||
|
||||
return c, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user