Skip to content

enum speaker_type dsp_extra

enum class speaker_type : int { … }

Speaker types (positions) Matches VST3 definitions

enum constant None

None          = -1

Defined at dsp/speaker.hpp:38

enum constant Mono

Mono          = 0

Defined at dsp/speaker.hpp:39

enum constant M

M             = static_cast<int>(Mono)

Defined at dsp/speaker.hpp:40

enum constant Left

Left          = 1

Defined at dsp/speaker.hpp:41

enum constant L

L             = static_cast<int>(Left)

Defined at dsp/speaker.hpp:42

enum constant Right

Right         = 2

Defined at dsp/speaker.hpp:43

enum constant R

R             = static_cast<int>(Right)

Defined at dsp/speaker.hpp:44

enum constant Center

Center        = 3

Defined at dsp/speaker.hpp:45

enum constant C

C             = static_cast<int>(Center)

Defined at dsp/speaker.hpp:46

enum constant Lfe

Lfe           = 4

Defined at dsp/speaker.hpp:47

enum constant Ls

Ls            = 5

Defined at dsp/speaker.hpp:48

enum constant LeftSurround

LeftSurround  = static_cast<int>(Ls)

Defined at dsp/speaker.hpp:49

enum constant Rs

Rs            = 6

Defined at dsp/speaker.hpp:50

enum constant RightSurround

RightSurround = static_cast<int>(Rs)

Defined at dsp/speaker.hpp:51

enum constant Lc

Lc            = 7

Defined at dsp/speaker.hpp:52

enum constant Rc

Rc            = 8

Defined at dsp/speaker.hpp:53

enum constant S

S             = 9

Defined at dsp/speaker.hpp:54

enum constant Cs

Cs            = static_cast<int>(S)

Defined at dsp/speaker.hpp:55

enum constant Sl

Sl            = 10

Defined at dsp/speaker.hpp:56

enum constant Sr

Sr            = 11

Defined at dsp/speaker.hpp:57

enum constant Tm

Tm            = 12

Defined at dsp/speaker.hpp:58

enum constant Tfl

Tfl           = 13

Defined at dsp/speaker.hpp:59

enum constant Tfc

Tfc           = 14

Defined at dsp/speaker.hpp:60

enum constant Tfr

Tfr           = 15

Defined at dsp/speaker.hpp:61

enum constant Trl

Trl           = 16

Defined at dsp/speaker.hpp:62

enum constant Trc

Trc           = 17

Defined at dsp/speaker.hpp:63

enum constant Trr

Trr           = 18

Defined at dsp/speaker.hpp:64

enum constant Lfe2

Lfe2          = 19

Defined at dsp/speaker.hpp:65

Defined at dsp/speaker.hpp:36