Hi, I saw recently there is a BASS_ATTRIB_MIXER_THREADS attribute for mixers, very nice! but, there is any similar to be used with BASS_Encode_OGG_Start or BASS_Encode_MP3_Start functions? I think libvorbis is thread safe, don't know about mp3 encoder. Extra ball: what about BASS_RecordInit? Would be any device be at a charge of a different thread? And to not start a new topic, there is something applicable to Record device like BASS_DEVICE_REINIT? It's not a problem as I have my logic in a sync with BASS_SYNC_DEV_FAIL to reinit by hand, but just to know if it's possible to this be automatically managed by the lib. Thanks!