Home
last modified time | relevance | path

Searched refs:MIXChannel (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-2.1/build/libraries/mix/src/
Dmix.c255 static MIXChannel __MIXChannel[AX_MAX_VOICES];
271 static void __MIXSetPan(MIXChannel *channel) in __MIXSetPan()
311 static void __MIXResetChannel(MIXChannel *channel) in __MIXResetChannel()
495 MIXChannel *c; in MIXInitChannel()
779 MIXChannel *channel = &__MIXChannel[p->index]; in MIXSetInput()
798 MIXChannel *channel = &__MIXChannel[p->index]; in MIXAdjustInput()
815 MIXChannel *channel = &__MIXChannel[p->index]; in MIXGetInput()
832 MIXChannel *channel = &__MIXChannel[p->index]; in MIXAuxAPostFader()
850 MIXChannel *channel = &__MIXChannel[p->index]; in MIXAuxAPreFader()
867 MIXChannel *channel = &__MIXChannel[p->index]; in MIXAuxAIsPostFader()
[all …]
/RvlSDK-2.1/include/revolution/
Dmix.h86 typedef struct MIXChannel struct
134 } MIXChannel; argument