|
| Notices |
DriverHeaven is currently recruiting for the AWOMO Beta Test / Elite Op Team. AWOMO is a digital download service for games, and we're looking to expand the beta team. If you're interested. Sign up as a member here at DriverHeaven and then head HERE to submit your details. Thanks
For more info on AWOMO visit their site HERE
Welcome to the DriverHeaven.net forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
 |
Nov 6, 2005, 01:15 PM
|
#1
|
|
DriverHeaven Lover
Join Date: Oct 2003
Posts: 249
Rep Power: 0
|
Missing 3/4 asio on sb0060 solved?
I have that card (sb0060) and
for his "internal "probhlem th people explained me a year ago ,
It miss on KX asio 3 and 4 8asio panel).
that stopped me to use asio fully as i could ,i just use sometime.
I wonder if that behavior was solved on some
3538 release maybe?
|
|
|
Nov 6, 2005, 05:35 PM
|
#2
|
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,211
|
All 10k1 based cards are missing 2 Asio channels (KX_FX2(0x1), KX_FX2(0x2): Asio 1/2 on epilog, Asio 3/4 on ProFx Asio). This is due to an issue with the Center/LFE channels with these cards. This has not changed with later kX releases.
Last edited by Russ; Nov 7, 2005 at 04:59 PM.
Reason: typo
|
|
|
Nov 7, 2005, 05:01 AM
|
#3
|
|
d/h member-shmember
Join Date: Dec 2002
Location: from the edge of the deep green sea
Posts: 2,228
Rep Power: 0
|
[color=gray](not "all" - only "5.1" series are affected (e.g. sb60, 100))[/color]
>that stopped me to use asio fully as i could
are you really talking about "14 ASIO channels are not enough"?
|
|
|
Nov 7, 2005, 12:36 PM
|
#4
|
|
DriverHeaven Lover
Join Date: Oct 2003
Posts: 249
Rep Power: 0
|
is sure enough .But since i have other problems:
I don't get to record usng ASIO (playback ok),so i thought is related .
Mme mode works also in record,using asio i don get to record ,
even connecting directly source src (to be recorded) to winmm recording output
|
|
|
Nov 7, 2005, 03:28 PM
|
#5
|
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,211
|
Quote:
|
Originally Posted by mrvomit
is sure enough .But since i have other problems:
I don't get to record usng ASIO (playback ok),so i thought is related .
Mme mode works also in record,using asio i don get to record ,
even connecting directly source src (to be recorded) to winmm recording output
|
I am not sure what you mean. You do not use the WinMME recording connections for Asio recording. Connect directly to the Asio connections for Asio recording (and do not use Asio1/2 on epilog as they are not connected to anything). Aside from that, be aware of the Asio Mapping issue with some 10k1 cards (the numbers used in kX, may not match those used by your Asio host software, so you will have to figure out the mapping yourself). Aside from that it is just a matter of configuring your host software.
|
|
|
Nov 7, 2005, 04:13 PM
|
#6
|
|
S-3D enthusiast
Join Date: Sep 2004
Location: Canada
Posts: 1,448
Rep Power: 28
|
Quote:
|
All 10k1 based cards are missing 2 Asio channels (KX_IN(0x1), KX_IN(0x2): Asio 1/2 on epilog
|
Do those numbers (0x1, 0x2) correspond to asio1 and asio2 on epilog?
With my sblive, it's asio14 and asio15 that don't work with the default DSP. If the epilog and prolog are loaded in a different order (epilog then prolog or prolog then epilog, I don't remember) it's asio1 and asio2 that don't work.
|
|
|
Nov 7, 2005, 04:58 PM
|
#7
|
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,211
|
Yes, they do correspond to ASIO1/2 on epilog. I think you are confusing the ASIO mapping issue, with the issue regarding the 2 unused ASIO connections. Look at the microcode source of epilog, and you will see that the ASIO1/2 connections (although included) do not do anything. With the ASIO mapping issue, they may show as being labeled differently in your host software, but in kX, it is ASIO1/2 on epilog (and ASIO3/4 on ProFx Asio (they are not included at all)... KX_FX2(0x1) and KX_FX2(0x2)).
BTW: That was a typo (which I corrected), it should read KX_FX2(0x1) and KX_FX2(0x2).
Last edited by Russ; Nov 7, 2005 at 05:04 PM.
|
|
|
Nov 7, 2005, 05:11 PM
|
#8
|
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,211
|
Here is the relevant code (epilog):
Code:
macints KX_FX2(0x0), 0x0, asio0, 0x4;
macints KX_FX2(0x3), 0x0, asio3, 0x4;
macints KX_FX2(0x4), 0x0, asio4, 0x4;
macints KX_FX2(0x5), 0x0, asio5, 0x4;
macints KX_FX2(0x6), 0x0, asio6, 0x4;
macints KX_FX2(0x7), 0x0, asio7, 0x4;
macints KX_FX2(0x8), 0x0, asio8, 0x4;
macints KX_FX2(0x9), 0x0, asio9, 0x4;
macints KX_FX2(0xa), 0x0, asio10, 0x4;
macints KX_FX2(0xb), 0x0, asio11, 0x4;
macints KX_FX2(0xc), 0x0, asio12, 0x4;
macints KX_FX2(0xd), 0x0, asio13, 0x4;
macints KX_FX2(0xe), 0x0, asio14, 0x4;
macints KX_FX2(0xf), 0x0, asio15, 0x4;
Note that KX_FX2(0x1) and KX_FX2(0x2) are not used, and the asio1 and asio2 inputs are also not used.
Last edited by Russ; Nov 7, 2005 at 05:18 PM.
Reason: formatting
|
|
|
|
|
|