package
0.0.0-20220518041311-24050ff9fd3a
Repository: https://github.com/draeron/gof1.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseBtnType attempts to convert a string to a BtnType.
ParseButton attempts to convert a string to a Button.
ParsePushState attempts to convert a string to a PushState.
No description provided by the author
No description provided by the author

# Constants

Absolute is a BtnType of type Absolute.
Browse is a Button of type Browse.
Capture is a Button of type Capture.
Dial is a Button of type Dial.
Filter1 is a Button of type Filter1.
Filter2 is a Button of type Filter2.
Filter3 is a Button of type Filter3.
Filter4 is a Button of type Filter4.
Mute1 is a Button of type Mute1.
Mute2 is a Button of type Mute2.
Mute3 is a Button of type Mute3.
Mute4 is a Button of type Mute4.
PadA1 is a Button of type PadA1.
PadA2 is a Button of type PadA2.
PadA3 is a Button of type PadA3.
PadA4 is a Button of type PadA4.
PadB1 is a Button of type PadB1.
PadB2 is a Button of type PadB2.
PadB3 is a Button of type PadB3.
PadB4 is a Button of type PadB4.
PadC1 is a Button of type PadC1.
PadC2 is a Button of type PadC2.
PadC3 is a Button of type PadC3.
PadC4 is a Button of type PadC4.
PadD1 is a Button of type PadD1.
PadD2 is a Button of type PadD2.
PadD3 is a Button of type PadD3.
PadD4 is a Button of type PadD4.
Push is a BtnType of type Push.
Pushed is a PushState of type Pushed.
Quant is a Button of type Quant.
Relative is a BtnType of type Relative.
Released is a PushState of type Released.
Reverse is a Button of type Reverse.
SevenSegment is a Button of type SevenSegment.
Shift is a Button of type Shift.
Size is a Button of type Size.
Sync is a Button of type Sync.
Type is a Button of type Type.
Volume1 is a Button of type Volume1.
Volume2 is a Button of type Volume2.
Volume3 is a Button of type Volume3.
Volume4 is a Button of type Volume4.

# Type aliases

BtnType x ENUM( Push Absolute Relative ) */.
Button x ENUM( Filter1 Filter2 Filter3 Filter4 Volume1 Volume2 Volume3 Volume4 PadA1 PadA2 PadA3 PadA4 PadB1 PadB2 PadB3 PadB4 PadC1 PadC2 PadC3 PadC4 PadD1 PadD2 PadD3 PadD4 Mute1 Mute2 Mute3 Mute4 Dial SevenSegment Sync Quant Capture Reverse Type Size Browse ) */.
No description provided by the author
No description provided by the author
PushState x ENUM( Released Pushed ) */.