Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "1.11"
Version of Zoia firmware.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Patch ¶
type Patch struct {
Version string
Header *Header
Pages []*Page
Modules []module.Module
PatchCables []*PatchCable
}
A Patch is a set of synthesizer modules.
type PatchCable ¶
type PatchCable struct {
Raw binary.Raw
Gain datatype.Decibel
SourceModule int
SourceSignal datatype.PatchCableSignal
DestinationModule int
DestinationSignal datatype.PatchCableSignal
}
A PatchCable reprents a patch cable between 2 modules.
func ParsePatchCable ¶
func ParsePatchCable(cable binary.Raw) *PatchCable
ParsePatchCable returns a new PatchCable.
Click to show internal directories.
Click to hide internal directories.
