Documentation ¶
Overview ¶
Package wavetable provides wavetable oscillators
Generated by cmd/gen/main.go. DO NOT EDIT.
Generated by cmd/gen/main.go. DO NOT EDIT.
Generated by cmd/gen/main.go. DO NOT EDIT.
Generated by cmd/gen/main.go. DO NOT EDIT.
Generated by cmd/gen/main.go. DO NOT EDIT.
Generated by cmd/gen/main.go. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Breakpoints = []float64{0.000454, 0.000907, 0.001814, 0.003628, 0.007256, 0.014512, 0.029025, 0.058050, 0.116100}
View Source
var Gap = [18423]float64{} /* 18423 elements not displayed */
9 x 2047 = 18423 samples
View Source
var Saw = [18423]float64{} /* 18423 elements not displayed */
9 x 2047 = 18423 samples
View Source
var Sine = [18423]float64{} /* 18423 elements not displayed */
9 x 2047 = 18423 samples
View Source
var Square = [18423]float64{} /* 18423 elements not displayed */
9 x 2047 = 18423 samples
View Source
var Tables = map[string][]float64{"gap": Gap[:], "saw": Saw[:], "sine": Sine[:], "square": Square[:], "triangle": Triangle[:]}
View Source
var Triangle = [18423]float64{} /* 18423 elements not displayed */
9 x 2047 = 18423 samples
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) StepCatmullRom ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.