diff --git a/src/shared/types/types.ts b/src/shared/types/types.ts index 9a46079a7..11d58b146 100644 --- a/src/shared/types/types.ts +++ b/src/shared/types/types.ts @@ -101,6 +101,10 @@ export enum AuthState { } export enum CrossfadeStyle { + CONSTANT_POWER = 'constantPower', + CONSTANT_POWER_SLOW_CUT = 'constantPowerSlowCut', + CONSTANT_POWER_SLOW_FADE = 'constantPowerSlowFade', + DIPPED = 'dipped', EQUAL_POWER = 'equalPower', EXPONENTIAL = 'exponential', LINEAR = 'linear',