Hi everyone!
I have "found" something that doesn't seem to be well documented in the help-files or maybe not documented at all.
When using ASIO drivers with a mixer, I can do the following (in VB.NET):
Bass.BASS_ChannelStop(mixer_handle) '<-- not documented?
Bass.BASS_ChannelSetPosition(stream1_handle, 0)
Bass.BASS_ChannelSetPosition(stream2_handle, 0)
Bass.BASS_ChannelSetPosition(mixer_handle, 0) '<-- not documented?
After that, both streams will play in perfect sync together, which is something a few people on this forum have asked for, but as far as I can see, was never fully answered.
Am I right?