configurator

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2020 License: GPL-3.0 Imports: 13 Imported by: 0

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)

type MappingOptions

type MappingOptions struct {
	Mixer []mixer.Mapping `yaml:"mixer,omitempty"`
	Shell []shell.Mapping `yaml:"shell,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL