Hello folks.
I im back with my multipe soundcards again.
How do you assign that or that soundcard.
In function bass_Init(device: Integer; freq, flags: DWORD; win: HWND): BOOL; stdcall; external 'bass.dll' name 'BASS_Init';
Where device : Device to use (0=first, -1=default, -2=no sound).
-First question : If i try to change the devices, (i thought :
0=first card,
1=second card,
2=third card,...)
It does not work, if i change for 0, 1 or 3, it gives me alway the same device while playing...
-Second question : If i use 2 devices, whats about CD init

, is it possible that the 2 sound cards listen both to the CD ?