Module tcelectronic

Module tcelectronic 

Source
Expand description

Protocol defined by TC Electronic.

The module includes structure, enumeration, and trait and its implementation for protocol defined by TC Electronic.

In Konnekt series, the accessible memory space is separated to several segments.

Modules§

ch_strip
Data of channel strip effect in protocol defined by TC Electronic for Konnekt series.
desktop
Protocol defined by TC Electronic for Desktop Konnekt 6.
reverb
Data of reverb effect in protocol defined by TC Electronic for Konnekt series.
shell
Protocol defined by TC Electronic for Konnekt 24d, Konnekt 8, Konnekt Live, and Impact Twin.
studio
Protocol defined by TC Electronic for Studio Konnekt 48.

Structs§

TcAvcCmd
AV/C operation defined by TC Electronic. This is not used in TC Konnekt series.
TcKonnektMidiMsgParams
Channel and control code of MIDI event in TC Konnekt protocol.
TcKonnektMidiSender
MIDI sender settings in TC Konnekt protocol.
TcKonnektSegment
The generic structure for segment. In Konnekt series, the accessible memory space is separated to several segments. This structure expresses them.

Enums§

FireWireLedState
The state of FireWire LED in TC Konnekt Protocol.
TcKonnektLoadedProgram
Loaded program in TC Konnekt series.
TcKonnektStandaloneClockRate
Available rate for sampling clock in standalone mode in TC Konnekt protocol.

Traits§

TcKonnektMutableSegmentOperation
Operation to update content of segment in TC Electronic Konnekt series.
TcKonnektNotifiedSegmentOperation
Operation for segment in which any change is notified in TC Electronic Konnekt series.
TcKonnektSegmentOperation
Operation to cache content of segment in TC Electronic Konnekt series.
TcKonnektSegmentSerdes
Serialize and deserialize for segment in TC Konnekt protocol.