msg

package
v0.3.7 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssignLEDMessage

type AssignLEDMessage struct {
	Characters []rune
}

type BankMessage

type BankMessage struct {
	ChangeAmount int
}

type ChannelTextMessage

type ChannelTextMessage struct {
	FaderNumber byte
	Text        string
	Lower       bool
}

type ControlMessage

type ControlMessage struct {
	Type  string
	Value string
}

type FaderMessage

type FaderMessage struct {
	FaderNumber byte
	FaderValue  float64
}

type KeyMessage

type KeyMessage struct {
	HotkeyName string
}

type LedMessage

type LedMessage struct {
	LedName  string
	LedState bool
}

type MonitorTypeMessage

type MonitorTypeMessage struct {
	FaderNumber byte
	MonitorType string
}

type MuteMessage

type MuteMessage struct {
	FaderNumber byte
	Value       bool
}

type RawFaderMessage

type RawFaderMessage struct {
	FaderNumber byte
	FaderValue  int16
}

internal mcu messages

type RawFaderTouchMessage

type RawFaderTouchMessage struct {
	FaderNumber byte
	Pressed     bool
}

type RecMessage

type RecMessage struct {
	FaderNumber byte
	Value       bool
}

type SelectMessage

type SelectMessage struct {
	FaderNumber byte
	Value       bool
}

type SoloMessage

type SoloMessage struct {
	FaderNumber byte
	Value       bool
}

type StateMessage

type StateMessage struct {
	Type  string
	Value string
}

type TextMessage

type TextMessage struct {
	Text  string
	Lower bool
	Start byte
	End   byte
}

type TrackEnableMessage added in v0.3.0

type TrackEnableMessage struct {
	TrackNumber byte
	Value       bool
}

type UpdateRequest added in v0.2.3

type UpdateRequest struct {
}

type VPotChangeMessage added in v0.2.0

type VPotChangeMessage struct {
	FaderNumber  byte
	ChangeAmount int
}

Jump to

Keyboard shortcuts

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