Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurator ¶
type Configurator struct { EchoMIDIEvents bool `yaml:"echoMIDIEvents"` Mapping MappingOptions `yaml:"mapping,omitempty"` MIDIDevice *midi.Device MIDIDeviceName string `yaml:"midiDevicename"` sync.Mutex // contains filtered or unexported fields }
func New ¶
func New(filename string) *Configurator
func (*Configurator) HandleSystrayMessage ¶
func (c *Configurator) HandleSystrayMessage(msg systray.Message)
Click to show internal directories.
Click to hide internal directories.