BASS_CONFIG_SPLIT_PRIORITY config option
Priority of a splitter feeding DSP.
BASS_SetConfig(
BASS_CONFIG_SPLIT_PRIORITY,
int priority
);
Parameters
Remarks
When the BASS_SPLIT_DSP flag is set on a splitter, the priority setting determines where in the source channel's DSP chain the splitter is fed from; all DSP with a higher priority will be present in the splitter stream. Changes only apply to new splitter sources, not any that already exist. Existing splitters can be changed via the BASS_ATTRIB_SPLIT_PRIORITY attribute.
All of a source's splitters are fed by the same DSP function, so they all have the same priority setting.
The default priority is -1000.
The BASS_CONFIG_THREAD flag can be used to make the setting specific to the current thread. When that is not 0, it will override the global setting in the current thread.
See also
BASS_Split_StreamCreate, BASS_ATTRIB_SPLIT_PRIORITY
BASS_GetConfig, BASS_SetConfig