Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRawMessage ¶ added in v0.3.0
func SendRawMidiSequence ¶ added in v0.3.0
func SendRawMidiSequence(w writer.ChannelWriter, sequence [][]byte) error
Types ¶
type LEDController ¶
type PL1LED ¶ added in v0.4.0
type PL1LED struct {
// contains filtered or unexported fields
}
func NewPL1LED ¶ added in v0.4.0
func NewPL1LED(w writer.ChannelWriter) *PL1LED
func (*PL1LED) SetFlashing ¶ added in v0.4.0
type SimpleLED ¶ added in v0.4.0
type SimpleLED struct {
// contains filtered or unexported fields
}
func NewSimpleLED ¶ added in v0.4.0
func NewSimpleLED(w writer.ChannelWriter) *SimpleLED
func (*SimpleLED) SetFlashing ¶ added in v0.4.0
type ValueControl ¶ added in v0.4.0
type ValueControl interface { Changed(int) Close() }
Click to show internal directories.
Click to hide internal directories.