Documentation ¶
Index ¶
- type Option
- type PhysicalBus
- func (b *PhysicalBus) Eq() *eQ
- func (b *PhysicalBus) FadeBy(change float32, time_ int)
- func (b *PhysicalBus) FadeTo(target float32, time_ int)
- func (b *PhysicalBus) Gain() float64
- func (b *PhysicalBus) Label() string
- func (b *PhysicalBus) Levels() *levels
- func (b *PhysicalBus) Mode() *busMode
- func (b *PhysicalBus) Mono() bool
- func (b *PhysicalBus) Mute() bool
- func (b *PhysicalBus) SetGain(val float64)
- func (b *PhysicalBus) SetLabel(val string)
- func (b *PhysicalBus) SetMono(val bool)
- func (b *PhysicalBus) SetMute(val bool)
- func (p *PhysicalBus) String() string
- type PhysicalStrip
- func (v *PhysicalStrip) AppGain(name string, val float64)
- func (v *PhysicalStrip) AppMute(name string, val bool)
- func (p *PhysicalStrip) Audibility() float64
- func (p *PhysicalStrip) ColorX() float64
- func (p *PhysicalStrip) ColorY() float64
- func (p *PhysicalStrip) Comp() *comp
- func (p *PhysicalStrip) Denoiser() *denoiser
- func (s *PhysicalStrip) Eq() *eQ
- func (s *PhysicalStrip) FadeBy(change float64, time_ int)
- func (s *PhysicalStrip) FadeTo(target float64, time_ int)
- func (p *PhysicalStrip) FxX() float64
- func (p *PhysicalStrip) FxY() float64
- func (s *PhysicalStrip) Gain() float64
- func (s *PhysicalStrip) GainLayer() []gainLayer
- func (p *PhysicalStrip) Gate() *gate
- func (s *PhysicalStrip) Label() string
- func (s *PhysicalStrip) Levels() *levels
- func (s *PhysicalStrip) Limit() int
- func (p *PhysicalStrip) Mc() bool
- func (s *PhysicalStrip) Mono() bool
- func (s *PhysicalStrip) Mute() bool
- func (s *PhysicalStrip) PanX() float64
- func (s *PhysicalStrip) PanY() float64
- func (p *PhysicalStrip) SetAudibility(val float64)
- func (p *PhysicalStrip) SetColorX(val float64)
- func (p *PhysicalStrip) SetColorY(val float64)
- func (p *PhysicalStrip) SetFxX(val float64)
- func (p *PhysicalStrip) SetFxY(val float64)
- func (s *PhysicalStrip) SetGain(val float64)
- func (s *PhysicalStrip) SetLabel(val string)
- func (s *PhysicalStrip) SetLimit(val int)
- func (p *PhysicalStrip) SetMc(val bool)
- func (s *PhysicalStrip) SetMono(val bool)
- func (s *PhysicalStrip) SetMute(val bool)
- func (s *PhysicalStrip) SetPanX(val float64)
- func (s *PhysicalStrip) SetPanY(val float64)
- func (s *PhysicalStrip) SetSolo(val bool)
- func (s *PhysicalStrip) Solo() bool
- func (p *PhysicalStrip) String() string
- type Remote
- func (r *Remote) EventAdd(events ...string)
- func (r *Remote) EventRemove(events ...string)
- func (r *Remote) GetFloat(name string) (float64, error)
- func (r *Remote) GetString(name string) (string, error)
- func (r *Remote) InitPooler()
- func (r *Remote) Login() error
- func (r *Remote) Logout() error
- func (r *Remote) Mdirty() (bool, error)
- func (r *Remote) Pdirty() (bool, error)
- func (r *Remote) Register(channel chan string)
- func (r *Remote) Run(kindId string) error
- func (r *Remote) SendText(script string) error
- func (r *Remote) SetFloat(name string, value float64) error
- func (r *Remote) SetString(name, value string) error
- func (r *Remote) String() string
- func (r *Remote) Sync()
- func (r *Remote) Type() string
- func (r *Remote) Version() string
- type VbanInstream
- func (v *VbanInstream) Bit() int
- func (v *VbanInstream) Channel() int
- func (v *VbanInstream) Ip() string
- func (v *VbanInstream) Name() string
- func (v *VbanInstream) On() bool
- func (v *VbanInstream) Port() int
- func (v *VbanInstream) Quality() int
- func (v *VbanInstream) Route() int
- func (vbi *VbanInstream) SetBit(val int)
- func (vbi *VbanInstream) SetChannel(val int)
- func (v *VbanInstream) SetIp(val string)
- func (v *VbanInstream) SetName(val string)
- func (v *VbanInstream) SetOn(val bool)
- func (v *VbanInstream) SetPort(val int)
- func (v *VbanInstream) SetQuality(val int)
- func (v *VbanInstream) SetRoute(val int)
- func (vbi *VbanInstream) SetSr(val int)
- func (v *VbanInstream) Sr() int
- type VbanOutStream
- func (v *VbanOutStream) Bit() int
- func (v *VbanOutStream) Channel() int
- func (v *VbanOutStream) Ip() string
- func (v *VbanOutStream) Name() string
- func (v *VbanOutStream) On() bool
- func (v *VbanOutStream) Port() int
- func (v *VbanOutStream) Quality() int
- func (v *VbanOutStream) Route() int
- func (v *VbanOutStream) SetBit(val int)
- func (v *VbanOutStream) SetChannel(val int)
- func (v *VbanOutStream) SetIp(val string)
- func (v *VbanOutStream) SetName(val string)
- func (v *VbanOutStream) SetOn(val bool)
- func (v *VbanOutStream) SetPort(val int)
- func (v *VbanOutStream) SetQuality(val int)
- func (v *VbanOutStream) SetRoute(val int)
- func (v *VbanOutStream) SetSr(val int)
- func (v *VbanOutStream) Sr() int
- type VirtualBus
- func (b *VirtualBus) Eq() *eQ
- func (b *VirtualBus) FadeBy(change float32, time_ int)
- func (b *VirtualBus) FadeTo(target float32, time_ int)
- func (b *VirtualBus) Gain() float64
- func (b *VirtualBus) Label() string
- func (b *VirtualBus) Levels() *levels
- func (b *VirtualBus) Mode() *busMode
- func (b *VirtualBus) Mono() bool
- func (b *VirtualBus) Mute() bool
- func (b *VirtualBus) SetGain(val float64)
- func (b *VirtualBus) SetLabel(val string)
- func (b *VirtualBus) SetMono(val bool)
- func (b *VirtualBus) SetMute(val bool)
- func (v *VirtualBus) String() string
- type VirtualStrip
- func (v *VirtualStrip) AppGain(name string, val float64)
- func (v *VirtualStrip) AppMute(name string, val bool)
- func (v *VirtualStrip) Audibility() float64
- func (v *VirtualStrip) ColorX() float64
- func (v *VirtualStrip) ColorY() float64
- func (v *VirtualStrip) Comp() *comp
- func (v *VirtualStrip) Denoiser() *denoiser
- func (s *VirtualStrip) Eq() *eQ
- func (s *VirtualStrip) FadeBy(change float64, time_ int)
- func (s *VirtualStrip) FadeTo(target float64, time_ int)
- func (v *VirtualStrip) FxX() float64
- func (v *VirtualStrip) FxY() float64
- func (s *VirtualStrip) Gain() float64
- func (s *VirtualStrip) GainLayer() []gainLayer
- func (v *VirtualStrip) Gate() *gate
- func (s *VirtualStrip) Label() string
- func (s *VirtualStrip) Levels() *levels
- func (s *VirtualStrip) Limit() int
- func (v *VirtualStrip) Mc() bool
- func (s *VirtualStrip) Mono() bool
- func (s *VirtualStrip) Mute() bool
- func (s *VirtualStrip) PanX() float64
- func (s *VirtualStrip) PanY() float64
- func (v *VirtualStrip) SetAudibility(val float64)
- func (v *VirtualStrip) SetColorX(val float64)
- func (v *VirtualStrip) SetColorY(val float64)
- func (v *VirtualStrip) SetFxX(val float64)
- func (v *VirtualStrip) SetFxY(val float64)
- func (s *VirtualStrip) SetGain(val float64)
- func (s *VirtualStrip) SetLabel(val string)
- func (s *VirtualStrip) SetLimit(val int)
- func (v *VirtualStrip) SetMc(val bool)
- func (s *VirtualStrip) SetMono(val bool)
- func (s *VirtualStrip) SetMute(val bool)
- func (s *VirtualStrip) SetPanX(val float64)
- func (s *VirtualStrip) SetPanY(val float64)
- func (s *VirtualStrip) SetSolo(val bool)
- func (s *VirtualStrip) Solo() bool
- func (v *VirtualStrip) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhysicalBus ¶
type PhysicalBus struct {
// contains filtered or unexported fields
}
PhysicalBus represents a single physical bus
func (*PhysicalBus) FadeBy ¶
FadeBy adjusts the value of gain by change over a time interval of time_
func (*PhysicalBus) Gain ¶
func (b *PhysicalBus) Gain() float64
Gain returns the value of the Gain parameter
func (*PhysicalBus) Label ¶
func (b *PhysicalBus) Label() string
Label returns the value of the MC parameter
func (*PhysicalBus) Mode ¶
func (b *PhysicalBus) Mode() *busMode
Mode returns address of a busMode struct
func (*PhysicalBus) Mono ¶
func (b *PhysicalBus) Mono() bool
Mono returns the value of the Mute parameter
func (*PhysicalBus) Mute ¶
func (b *PhysicalBus) Mute() bool
Mute returns the value of the Mute parameter
func (*PhysicalBus) SetGain ¶
func (b *PhysicalBus) SetGain(val float64)
SetGain sets the value of the Gain parameter
func (*PhysicalBus) SetLabel ¶
func (b *PhysicalBus) SetLabel(val string)
SetLabel sets the value of the MC parameter
func (*PhysicalBus) SetMono ¶
func (b *PhysicalBus) SetMono(val bool)
SetMono sets the value of the Mute parameter
func (*PhysicalBus) SetMute ¶
func (b *PhysicalBus) SetMute(val bool)
SetMute sets the value of the Mute parameter
func (*PhysicalBus) String ¶
func (p *PhysicalBus) String() string
String implements the fmt.stringer interface
type PhysicalStrip ¶
type PhysicalStrip struct {
// contains filtered or unexported fields
}
PhysicalStrip represents a single physical strip
func (*PhysicalStrip) Audibility ¶
func (p *PhysicalStrip) Audibility() float64
Audibility returns the value of the Audibility parameter
func (*PhysicalStrip) ColorX ¶
func (p *PhysicalStrip) ColorX() float64
ColorX returns the value of the Color_X parameter
func (*PhysicalStrip) ColorY ¶
func (p *PhysicalStrip) ColorY() float64
ColorY returns the value of the Color_Y parameter
func (*PhysicalStrip) Denoiser ¶
func (p *PhysicalStrip) Denoiser() *denoiser
Denoiser returns the denoiser field
func (*PhysicalStrip) FadeBy ¶
FadeBy adjusts the value of gain by change over a time interval of time_
func (*PhysicalStrip) FadeTo ¶
FadeTo sets the value of gain to target over at time interval of time_
func (*PhysicalStrip) FxX ¶
func (p *PhysicalStrip) FxX() float64
FxX returns the value of the Color_X parameter
func (*PhysicalStrip) FxY ¶
func (p *PhysicalStrip) FxY() float64
FxY returns the value of the Color_Y parameter
func (*PhysicalStrip) Gain ¶
func (s *PhysicalStrip) Gain() float64
Gain returns the value of the Gain parameter
func (*PhysicalStrip) GainLayer ¶
func (s *PhysicalStrip) GainLayer() []gainLayer
GainLayer returns the gainlayer field
func (*PhysicalStrip) Label ¶
func (s *PhysicalStrip) Label() string
Label returns the value of the Label parameter
func (*PhysicalStrip) Levels ¶
func (s *PhysicalStrip) Levels() *levels
Levels returns the levels field
func (*PhysicalStrip) Limit ¶
func (s *PhysicalStrip) Limit() int
Limit returns the value of the Limit parameter
func (*PhysicalStrip) Mc ¶
func (p *PhysicalStrip) Mc() bool
Mc logs a warning reason invalid parameter it always returns zero value
func (*PhysicalStrip) Mono ¶
func (s *PhysicalStrip) Mono() bool
Mono returns the value of the Mono parameter
func (*PhysicalStrip) Mute ¶
func (s *PhysicalStrip) Mute() bool
Mute returns the value of the Mute parameter
func (*PhysicalStrip) PanX ¶
func (s *PhysicalStrip) PanX() float64
PanX returns the value of the Pan_X parameter
func (*PhysicalStrip) PanY ¶
func (s *PhysicalStrip) PanY() float64
PanY returns the value of the Pan_Y parameter
func (*PhysicalStrip) SetAudibility ¶
func (p *PhysicalStrip) SetAudibility(val float64)
SetAudibility sets the value of the Audibility parameter
func (*PhysicalStrip) SetColorX ¶
func (p *PhysicalStrip) SetColorX(val float64)
SetColorX sets the value of the Color_X parameter
func (*PhysicalStrip) SetColorY ¶
func (p *PhysicalStrip) SetColorY(val float64)
SetColorY sets the value of the Color_Y parameter
func (*PhysicalStrip) SetFxX ¶
func (p *PhysicalStrip) SetFxX(val float64)
SetFxX sets the value of the Color_X parameter
func (*PhysicalStrip) SetFxY ¶
func (p *PhysicalStrip) SetFxY(val float64)
SetFxY sets the value of the Color_Y parameter
func (*PhysicalStrip) SetGain ¶
func (s *PhysicalStrip) SetGain(val float64)
SetGain sets the value of the Gain parameter
func (*PhysicalStrip) SetLabel ¶
func (s *PhysicalStrip) SetLabel(val string)
SetLabel sets the value of the Label parameter
func (*PhysicalStrip) SetLimit ¶
func (s *PhysicalStrip) SetLimit(val int)
SetLimit sets the value of the Limit parameter
func (*PhysicalStrip) SetMc ¶
func (p *PhysicalStrip) SetMc(val bool)
SetMc logs a warning reason invalid parameter
func (*PhysicalStrip) SetMono ¶
func (s *PhysicalStrip) SetMono(val bool)
SetMono sets the value of the Mono parameter
func (*PhysicalStrip) SetMute ¶
func (s *PhysicalStrip) SetMute(val bool)
SetMute sets the value of the Mute parameter
func (*PhysicalStrip) SetPanX ¶
func (s *PhysicalStrip) SetPanX(val float64)
SetPanX sets the value of the Pan_X parameter
func (*PhysicalStrip) SetPanY ¶
func (s *PhysicalStrip) SetPanY(val float64)
SetPanY sets the value of the Pan_Y parameter
func (*PhysicalStrip) SetSolo ¶
func (s *PhysicalStrip) SetSolo(val bool)
SetSolo sets the value of the Solo parameter
func (*PhysicalStrip) Solo ¶
func (s *PhysicalStrip) Solo() bool
Solo returns the value of the Solo parameter
func (*PhysicalStrip) String ¶
func (p *PhysicalStrip) String() string
String implements fmt.stringer interface
type Remote ¶
type Remote struct { Kind *kind Strip []iStrip Bus []iBus Button []button Command *command Vban *vban Device *device Recorder *recorder Midi *midi_t // contains filtered or unexported fields }
Remote represents the API for a kind
func (*Remote) EventRemove ¶
EventRemove removes events from the Pooler
func (*Remote) Sync ¶
func (r *Remote) Sync()
Sync is a helper method that waits for dirty parameters to clear
type VbanInstream ¶
type VbanInstream struct {
// contains filtered or unexported fields
}
func (*VbanInstream) Bit ¶
func (v *VbanInstream) Bit() int
Bit returns the value of the Bit parameter
func (*VbanInstream) Channel ¶
func (v *VbanInstream) Channel() int
Channel returns the value of the Channel parameter
func (*VbanInstream) Ip ¶
func (v *VbanInstream) Ip() string
Ip returns the value of the Ip parameter
func (*VbanInstream) Name ¶
func (v *VbanInstream) Name() string
Name returns the value of the Name parameter
func (*VbanInstream) Port ¶
func (v *VbanInstream) Port() int
Port returns the value of the Port parameter
func (*VbanInstream) Quality ¶
func (v *VbanInstream) Quality() int
Quality returns the value of the Quality parameter
func (*VbanInstream) Route ¶
func (v *VbanInstream) Route() int
Route returns the value of the Route parameter
func (*VbanInstream) SetBit ¶
func (vbi *VbanInstream) SetBit(val int)
SetBit logs a warning reason read only
func (*VbanInstream) SetChannel ¶
func (vbi *VbanInstream) SetChannel(val int)
SetChannel logs a warning reason read only
func (*VbanInstream) SetIp ¶
func (v *VbanInstream) SetIp(val string)
SetIp sets the value of the Ip parameter
func (*VbanInstream) SetName ¶
func (v *VbanInstream) SetName(val string)
SetLabel sets the value of the Name parameter
func (*VbanInstream) SetOn ¶
func (v *VbanInstream) SetOn(val bool)
SetOn sets the value of the On parameter
func (*VbanInstream) SetPort ¶
func (v *VbanInstream) SetPort(val int)
SetPort sets the value of the Port parameter
func (*VbanInstream) SetQuality ¶
func (v *VbanInstream) SetQuality(val int)
SetQuality sets the value of the Quality parameter
func (*VbanInstream) SetRoute ¶
func (v *VbanInstream) SetRoute(val int)
SetRoute sets the value of the Route parameter
func (*VbanInstream) SetSr ¶
func (vbi *VbanInstream) SetSr(val int)
SetSr logs a warning reason read only
type VbanOutStream ¶
type VbanOutStream struct {
// contains filtered or unexported fields
}
func (*VbanOutStream) Bit ¶
func (v *VbanOutStream) Bit() int
Bit returns the value of the Bit parameter
func (*VbanOutStream) Channel ¶
func (v *VbanOutStream) Channel() int
Channel returns the value of the Channel parameter
func (*VbanOutStream) Ip ¶
func (v *VbanOutStream) Ip() string
Ip returns the value of the Ip parameter
func (*VbanOutStream) Name ¶
func (v *VbanOutStream) Name() string
Name returns the value of the Name parameter
func (*VbanOutStream) On ¶
func (v *VbanOutStream) On() bool
On returns the value of the On parameter
func (*VbanOutStream) Port ¶
func (v *VbanOutStream) Port() int
Port returns the value of the Port parameter
func (*VbanOutStream) Quality ¶
func (v *VbanOutStream) Quality() int
Quality returns the value of the Quality parameter
func (*VbanOutStream) Route ¶
func (v *VbanOutStream) Route() int
Route returns the value of the Route parameter
func (*VbanOutStream) SetBit ¶
func (v *VbanOutStream) SetBit(val int)
SetBit sets the value of the Bit parameter
func (*VbanOutStream) SetChannel ¶
func (v *VbanOutStream) SetChannel(val int)
SetChannel sets the value of the Channel parameter
func (*VbanOutStream) SetIp ¶
func (v *VbanOutStream) SetIp(val string)
SetIp sets the value of the Ip parameter
func (*VbanOutStream) SetName ¶
func (v *VbanOutStream) SetName(val string)
SetLabel sets the value of the Name parameter
func (*VbanOutStream) SetOn ¶
func (v *VbanOutStream) SetOn(val bool)
SetOn sets the value of the On parameter
func (*VbanOutStream) SetPort ¶
func (v *VbanOutStream) SetPort(val int)
SetPort sets the value of the Port parameter
func (*VbanOutStream) SetQuality ¶
func (v *VbanOutStream) SetQuality(val int)
SetQuality sets the value of the Quality parameter
func (*VbanOutStream) SetRoute ¶
func (v *VbanOutStream) SetRoute(val int)
SetRoute sets the value of the Route parameter
type VirtualBus ¶
type VirtualBus struct {
// contains filtered or unexported fields
}
VirtualBus represents a single virtual bus
func (*VirtualBus) FadeBy ¶
FadeBy adjusts the value of gain by change over a time interval of time_
func (*VirtualBus) Gain ¶
func (b *VirtualBus) Gain() float64
Gain returns the value of the Gain parameter
func (*VirtualBus) Label ¶
func (b *VirtualBus) Label() string
Label returns the value of the MC parameter
func (*VirtualBus) Mode ¶
func (b *VirtualBus) Mode() *busMode
Mode returns address of a busMode struct
func (*VirtualBus) Mono ¶
func (b *VirtualBus) Mono() bool
Mono returns the value of the Mute parameter
func (*VirtualBus) Mute ¶
func (b *VirtualBus) Mute() bool
Mute returns the value of the Mute parameter
func (*VirtualBus) SetGain ¶
func (b *VirtualBus) SetGain(val float64)
SetGain sets the value of the Gain parameter
func (*VirtualBus) SetLabel ¶
func (b *VirtualBus) SetLabel(val string)
SetLabel sets the value of the MC parameter
func (*VirtualBus) SetMono ¶
func (b *VirtualBus) SetMono(val bool)
SetMono sets the value of the Mute parameter
func (*VirtualBus) SetMute ¶
func (b *VirtualBus) SetMute(val bool)
SetMute sets the value of the Mute parameter
func (*VirtualBus) String ¶
func (v *VirtualBus) String() string
String implements the fmt.stringer interface
type VirtualStrip ¶
type VirtualStrip struct {
// contains filtered or unexported fields
}
VirtualStrip represents a single virtual strip
func (*VirtualStrip) Audibility ¶
func (v *VirtualStrip) Audibility() float64
Audibility logs a warning reason invalid parameter it always returns zero value
func (*VirtualStrip) ColorX ¶
func (v *VirtualStrip) ColorX() float64
ColorX logs a warning reason invalid parameter it always returns zero value
func (*VirtualStrip) ColorY ¶
func (v *VirtualStrip) ColorY() float64
ColorY logs a warning reason invalid parameter it always returns zero value
func (*VirtualStrip) Denoiser ¶
func (v *VirtualStrip) Denoiser() *denoiser
Denoiser returns the denoiser field
func (*VirtualStrip) FadeBy ¶
FadeBy adjusts the value of gain by change over a time interval of time_
func (*VirtualStrip) FadeTo ¶
FadeTo sets the value of gain to target over at time interval of time_
func (*VirtualStrip) FxX ¶
func (v *VirtualStrip) FxX() float64
FxX logs a warning reason invalid parameter it always returns zero value
func (*VirtualStrip) FxY ¶
func (v *VirtualStrip) FxY() float64
FxY logs a warning reason invalid parameter it always returns zero value
func (*VirtualStrip) Gain ¶
func (s *VirtualStrip) Gain() float64
Gain returns the value of the Gain parameter
func (*VirtualStrip) GainLayer ¶
func (s *VirtualStrip) GainLayer() []gainLayer
GainLayer returns the gainlayer field
func (*VirtualStrip) Label ¶
func (s *VirtualStrip) Label() string
Label returns the value of the Label parameter
func (*VirtualStrip) Levels ¶
func (s *VirtualStrip) Levels() *levels
Levels returns the levels field
func (*VirtualStrip) Limit ¶
func (s *VirtualStrip) Limit() int
Limit returns the value of the Limit parameter
func (*VirtualStrip) Mono ¶
func (s *VirtualStrip) Mono() bool
Mono returns the value of the Mono parameter
func (*VirtualStrip) Mute ¶
func (s *VirtualStrip) Mute() bool
Mute returns the value of the Mute parameter
func (*VirtualStrip) PanX ¶
func (s *VirtualStrip) PanX() float64
PanX returns the value of the Pan_X parameter
func (*VirtualStrip) PanY ¶
func (s *VirtualStrip) PanY() float64
PanY returns the value of the Pan_Y parameter
func (*VirtualStrip) SetAudibility ¶
func (v *VirtualStrip) SetAudibility(val float64)
SetAudibility logs a warning reason invalid parameter
func (*VirtualStrip) SetColorX ¶
func (v *VirtualStrip) SetColorX(val float64)
SetColorX logs a warning reason invalid parameter
func (*VirtualStrip) SetColorY ¶
func (v *VirtualStrip) SetColorY(val float64)
SetColorY logs a warning reason invalid parameter
func (*VirtualStrip) SetFxX ¶
func (v *VirtualStrip) SetFxX(val float64)
SetFxX logs a warning reason invalid parameter
func (*VirtualStrip) SetFxY ¶
func (v *VirtualStrip) SetFxY(val float64)
SetFxY logs a warning reason invalid parameter
func (*VirtualStrip) SetGain ¶
func (s *VirtualStrip) SetGain(val float64)
SetGain sets the value of the Gain parameter
func (*VirtualStrip) SetLabel ¶
func (s *VirtualStrip) SetLabel(val string)
SetLabel sets the value of the Label parameter
func (*VirtualStrip) SetLimit ¶
func (s *VirtualStrip) SetLimit(val int)
SetLimit sets the value of the Limit parameter
func (*VirtualStrip) SetMc ¶
func (v *VirtualStrip) SetMc(val bool)
SetMc sets the value of the MC parameter
func (*VirtualStrip) SetMono ¶
func (s *VirtualStrip) SetMono(val bool)
SetMono sets the value of the Mono parameter
func (*VirtualStrip) SetMute ¶
func (s *VirtualStrip) SetMute(val bool)
SetMute sets the value of the Mute parameter
func (*VirtualStrip) SetPanX ¶
func (s *VirtualStrip) SetPanX(val float64)
SetPanX sets the value of the Pan_X parameter
func (*VirtualStrip) SetPanY ¶
func (s *VirtualStrip) SetPanY(val float64)
SetPanY sets the value of the Pan_Y parameter
func (*VirtualStrip) SetSolo ¶
func (s *VirtualStrip) SetSolo(val bool)
SetSolo sets the value of the Solo parameter
func (*VirtualStrip) Solo ¶
func (s *VirtualStrip) Solo() bool
Solo returns the value of the Solo parameter
func (*VirtualStrip) String ¶
func (v *VirtualStrip) String() string
String implements fmt.stringer interface