• Home
  • Reviews
  • Articles
  • News
  • Tools
  • GamingHeaven
  • Forums
  • Network
 

Go Back   DriverHeaven.net > Forums > Hardware and Related Topics > kX Project Audio Driver Support Forum > ASIO

Notices

Reply
 
LinkBack Thread Tools
Old Nov 6, 2005, 01:15 PM   #1
DriverHeaven Lover
 
Join Date: Oct 2003
Posts: 249
Rep Power: 0
mrvomit is on a distinguished road

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?
mrvomit is offline   Reply With Quote


Old Nov 6, 2005, 05:35 PM   #2
DriverHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 4,211
Rep Power: 34
Russ has a spectacular aura aboutRuss has a spectacular aura aboutRuss has a spectacular aura about

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
Russ is offline   Reply With Quote
Old Nov 7, 2005, 05:01 AM   #3
d/h member-shmember
 
Max M.'s Avatar
 
Join Date: Dec 2002
Location: from the edge of the deep green sea
Posts: 2,228
Rep Power: 0
Max M. is on a distinguished road

[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"?
Max M. is offline   Reply With Quote
Old Nov 7, 2005, 12:36 PM   #4
DriverHeaven Lover
 
Join Date: Oct 2003
Posts: 249
Rep Power: 0
mrvomit is on a distinguished road

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
mrvomit is offline   Reply With Quote
Old Nov 7, 2005, 03:28 PM   #5
DriverHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 4,211
Rep Power: 34
Russ has a spectacular aura aboutRuss has a spectacular aura aboutRuss has a spectacular aura about

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.
Russ is offline   Reply With Quote
Old Nov 7, 2005, 04:13 PM   #6
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,448
Rep Power: 28
Tril will become famous soon enough
System Specs

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.
Tril is offline   Reply With Quote
Old Nov 7, 2005, 04:58 PM   #7
DriverHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 4,211
Rep Power: 34
Russ has a spectacular aura aboutRuss has a spectacular aura aboutRuss has a spectacular aura about

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.
Russ is offline   Reply With Quote
Old Nov 7, 2005, 05:11 PM   #8
DriverHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 4,211
Rep Power: 34
Russ has a spectacular aura aboutRuss has a spectacular aura aboutRuss has a spectacular aura about

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
Russ is offline   Reply With Quote
 

 
Powered by: vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
vBulletin implementation by Craig '5320' Humphreys

All times are GMT -5. The time now is 02:07 PM. Copyright ©2008 HeavenMedia.net