Remarks
BASS creates a single thread dedicated to executing sync callback functions, so a callback function should be quick as other syncs can not be processed until it has finished. Attribute slides (BASS_ChannelSlideAttribute) are also performed by the sync thread, so are also affected if a sync callback takes a long time.
BASS creates a single thread dedicated to executing sync callback functions, so a callback function should be quick as other syncs can not be processed until it has finished. Attribute slides (BASS_ChannelSlideAttribute) are also performed by the sync thread, so are also affected if a sync callback takes a long time.