Documentation
¶
Index ¶
- type Control
- func (c *Control) DecreaseVolume()
- func (c *Control) FadeIn(fadeIn float64)
- func (c *Control) FadeOut(fadeOut float64, notifyDone chan bool)
- func (c *Control) GetVolume() float64
- func (c *Control) IncreaseVolume()
- func (c *Control) LoadSynth(synth s.Synth) error
- func (c *Control) Start()
- func (c *Control) Stop(fadeOut float64)
- func (c *Control) StopSynth()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Control ¶
type Control struct { SynthDone chan bool // contains filtered or unexported fields }
func NewControl ¶
func (*Control) DecreaseVolume ¶
func (c *Control) DecreaseVolume()
func (*Control) IncreaseVolume ¶
func (c *Control) IncreaseVolume()
Click to show internal directories.
Click to hide internal directories.