Skip to main content

ChannelMixOptions

ruvyrias


ruvyrias / ChannelMixOptions

Interface: ChannelMixOptions

Defined in: src/Filters.ts:101

Represents the options for applying channel mix effects to the currently player

Properties

leftToLeft?

optional leftToLeft: number

Defined in: src/Filters.ts:103

The left to left of the channelMix effect to apply.


leftToRight?

optional leftToRight: number

Defined in: src/Filters.ts:105

The left to right of the channelMix effect to apply.


rightToLeft?

optional rightToLeft: number

Defined in: src/Filters.ts:107

The right to left of the channelMix effect to apply.


rightToRight?

optional rightToRight: number

Defined in: src/Filters.ts:109

The right to right of the channelMix effect to apply.