Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Synth ¶
type Synth struct {
Out string `yaml:"out"`
Volume float64 `yaml:"vol"`
Delays module.DelayMap `yaml:"delays"`
Envelopes module.EnvelopeMap `yaml:"envelopes"`
Filters module.FilterMap `yaml:"filters"`
Gates module.GateMap `yaml:"gates"`
Mixers module.MixerMap `yaml:"mixers"`
Noises module.NoiseMap `yaml:"noises"`
Oscillators module.OscillatorMap `yaml:"oscillators"`
Pans module.PanMap `yaml:"pans"`
Samplers module.SamplerMap `yaml:"samplers"`
Sequencers module.SequencerMap `yaml:"sequencers"`
Wavetables module.WavetableMap `yaml:"wavetables"`
Time float64
// contains filtered or unexported fields
}
func (*Synth) Initialize ¶
func (*Synth) NotifyFadeout ¶
Click to show internal directories.
Click to hide internal directories.