more wtf
This commit is contained in:
parent
d42fb40bcd
commit
d198bb6b39
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ export const OFF_LEVEL_DB = -40;
|
|||
export const BED_LEVEL_DB = -13;
|
||||
export const FULL_LEVEL_DB = 0;
|
||||
|
||||
export const PLAYER_COUNT = 4; // (3 channels + PFL Preview)
|
||||
export const PLAYER_ID_PREVIEW = 3; // Player 3 (zero index) is the Preview Player
|
||||
export const PLAYER_COUNT = 6; // (3 channels + PFL Preview)
|
||||
export const PLAYER_ID_PREVIEW = 5; // Player 3 (zero index) is the Preview Player
|
||||
|
||||
export const INTERNAL_OUTPUT_ID = "internal";
|
||||
|
||||
|
|
Loading…
Reference in a new issue