cmd

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2022 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

func NewRawMessage added in v0.3.0

func NewRawMessage(raw []byte) midi.Message

func SendRawMidiSequence added in v0.3.0

func SendRawMidiSequence(w writer.ChannelWriter, sequence [][]byte) error

Types

type Button

type Button interface {
	Pressed()
}

type LEDController

type LEDController struct {
	// contains filtered or unexported fields
}

func NewLEDController

func NewLEDController(w writer.ChannelWriter) *LEDController

func (*LEDController) Close

func (c *LEDController) Close()

func (*LEDController) Set

func (c *LEDController) Set(key ctrl.MidiKey, on bool)

type Slider

type Slider interface {
	Changed(value int)
	Close()
}

type Wheel

type Wheel interface {
	Turned(delta int)
	Close()
}

Jump to

Keyboard shortcuts

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