Documentation
¶
Index ¶
- type AkaiLpk25
- func (k *AkaiLpk25) Close() error
- func (*AkaiLpk25) RegisterChord(note string, callback func(buffer []string) error) error
- func (k *AkaiLpk25) RegisterNote(note string, callback func(buffer []string) error) error
- func (*AkaiLpk25) RegisterScopedChord(scope string, note string, callback func(buffer []string) error) error
- func (k *AkaiLpk25) RegisterScopedNote(scope string, note string, callback func(buffer []string) error) error
- func (k *AkaiLpk25) StartListening() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AkaiLpk25 ¶
type AkaiLpk25 struct {
Name string
Logger *zap.SugaredLogger
Driver *driver.Driver
In midi.In
Listeners map[string]map[string]func(buf []string) error
Buffer []string
}
func (*AkaiLpk25) RegisterChord ¶
func (*AkaiLpk25) RegisterNote ¶
func (*AkaiLpk25) RegisterScopedChord ¶
func (*AkaiLpk25) RegisterScopedNote ¶
func (*AkaiLpk25) StartListening ¶
Click to show internal directories.
Click to hide internal directories.