Define an End position, but with a fade out

Started by Couin,

Couin

Hi Ian,

I have to check on a VM, if there is a CrashDumps folder on Windows 8, because there is not on XP.

Also, I still continue to looking to target the problem, it looks disappear if I revert from mixer/splitter method (cf. another of my topics, where the goal was to send all streams to a mixer to merge them, and split the mixer output, to send two strams, for two audio devices), to classic mode (with default soundcard).

Couin

Hi,

I think I spotted the origin of my problem :)

I you look this schematic https://www.un4seen.com/forum/?action=dlattach;attach=4599;image , you can see I split the (left) Mixer output to send to 2 devices. In fact, these devices are also mixers (to add splitted Microphone).

I noticed that the problem happens  if I do no use the auxiliarry output (so I BASS_Init device 0). But as well as I already have to BASS_Init device 0, before creating "Mixer", it comes to initialize two times the device 0. Perhaps it makes a loop or sharing problem somewhere?

I changed some code so if aux device is 0, just no initialize the (0) device.

This looks solving the problem (no crash from Win 2K to Win 8.1).