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

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

Notices

Reply
 
LinkBack Thread Tools
Old Nov 28, 2003, 09:07 AM   #1
DriverHeaven Newbie
 
Join Date: Nov 2003
Posts: 6
roppp is on a distinguished road

Wink something for the todo list

I would like to see the issue

"The system might fail to go into Stand-by / Suspend modes based on inactivity timer. "
(from the know issues list on http://kxproject.lugosoft.com/issues.php?language=en)

on the todo-list. I did not found it in your list at
3536 rc2

I know, this is not really a big issue, but for me it would make the drivers much more usable.

Thanks.
roppp is offline   Reply With Quote
Old Nov 29, 2003, 08:37 PM   #2
kX Project Lead Programmer and Coordinator
 
Join Date: Dec 2002
Posts: 2,952
Eugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of light

unfortunately, I currently don't see any affordable solution, since kX Mixer really needs to keep the device opened all the time

(and there's no known way to 'say' to m$ windows to ignore this)

/Eugene
Eugene Gavrilov is offline   Reply With Quote
Old Nov 30, 2003, 03:34 PM   #3
DriverHeaven Addict
 
Join Date: Jun 2003
Posts: 257
Nappylady is on a distinguished road

What about exiting the mixer app on standby and restarting it on resume?

If I have Cubase SX running and I go to standby mode (suspend-to-RAM, the most awesome standby mode ever) it loses sync with the card and I have to exit and restart it... not such a big deal, but a little bit annoying.

Thanks Eugene.
Nappylady is offline   Reply With Quote
Old Nov 30, 2003, 05:10 PM   #4
kX Project Lead Programmer and Coordinator
 
Join Date: Dec 2002
Posts: 2,952
Eugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of light

one can write a third-party tool to 'close' kX mixer automatically, enter the system into 'stand-by' and re-load kxmixer on system 'awake'...
it is -theoretically- possible to add special internal timers into the kX mixer, too -- but... this will require to set-up standby timers in -kxmixer-, not windows control panel... I doubt that's a good solution
(that is, I doubt kX Mixer really needs a special 'Power management control panel' )

/E
Eugene Gavrilov is offline   Reply With Quote
Old Dec 1, 2003, 06:55 AM   #5
DriverHeaven Newbie
 
Join Date: Nov 2003
Posts: 6
roppp is on a distinguished road

Quote:
one can write a third-party tool to 'close' kX mixer automatically, enter the system into 'stand-by' and re-load kxmixer on system 'awake'...
This could be done easily with girder (www.girder.nl). Girder gets an event when the system is going into stand-by or when the system resumes.
But, this does not help with the issue that disables stand-by based on inactivity timer.


Quote:
kX Mixer really needs to keep the device opened all the time
Which device? I can remember a thread where you found the kx-control device responsible for this issue. Is there no way to disable this device (permanently) if I don't need it? Perhaps you could add an option or a commandline switch to disable it. That would be very helpful.
roppp is offline   Reply With Quote
Old Dec 2, 2003, 06:23 PM   #6
kX Project Lead Programmer and Coordinator
 
Join Date: Dec 2002
Posts: 2,952
Eugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of light

the 'kx control' device is used for remoteir, kx automation and kernel<-> mixer communication
disabling it will affect kxmixer functionality...

you can, anyway, try to disable the device in the control panel
(don't forget to unload kxmixer before disabling the device)

/E
Eugene Gavrilov is offline   Reply With Quote
Old Dec 3, 2003, 06:52 AM   #7
DriverHeaven Newbie
 
Join Date: Nov 2003
Posts: 6
roppp is on a distinguished road

Quote:
the 'kx control' device is used for remoteir, kx automation and kernel<-> mixer communication
I don't have a remote port on my live platinum and I don't use automation. But I guess that I need the kernel<->mixer communication although I don't know what this is.

Anyway, I like to test this but I did not found where to disable the kx control in the control panel (should it be in the device manager or in the sound settings?) May you could point me to where I can disable it? Thanks.

BTW. I am using WinXP pro.
roppp is offline   Reply With Quote
Old Dec 3, 2003, 10:56 AM   #8
DriverHeaven Lover
 
Join Date: Dec 2003
Location: Serbia
Posts: 127
igor_levicki is on a distinguished road

Quote:
Originally posted by Eugene Gavrilov
unfortunately, I currently don't see any affordable solution, since kX Mixer really needs to keep the device opened all the time

(and there's no known way to 'say' to m$ windows to ignore this)

/Eugene
Well, I suppose that the mixer is getting power notification messages? Can you close the device when you get WM_POWERBROADCAST and reopen it when you get it again?
igor_levicki is offline   Reply With Quote
Old Dec 3, 2003, 02:05 PM   #9
kX Project Lead Programmer and Coordinator
 
Join Date: Dec 2002
Posts: 2,952
Eugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of light

the 'WM_POWERBROADCAST' event is sent to the kX Mixer -after- the system has determined the 'standby' timer had expired

kX Mixer tracks this event and resets kX Control device on 'standby' / 'resume'

>> May you could point me to where I can disable it

hmmm it seems it is no longer listed on the 'properties' tab of the device manager window... strange...
you may need to disable it manually (via the registry) -- sorry, I cannot guide you at the moment

/Eugene
Eugene Gavrilov is offline   Reply With Quote
Old Dec 3, 2003, 02:14 PM   #10
DriverHeaven Newbie
 
Join Date: Nov 2003
Posts: 6
roppp is on a distinguished road

Quote:
sorry, I cannot guide you at the moment
No problem. I guess I can find out myself how to disable it in the registry.
I only wanted to make sure that I'm not blind...
roppp is offline   Reply With Quote
Old Dec 3, 2003, 04:54 PM   #11
kX Project Lead Programmer and Coordinator
 
Join Date: Dec 2002
Posts: 2,952
Eugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of lightEugene Gavrilov is a glorious beacon of light

>> 'WM_POWERBROADCAST'

returning to power management stuff -- if anyone is familiar with Windows SDK/DDK and has any ideas about this issue -- let me know

>> roppp

if you find a convenient way to solve this issue -- please post it here for our users to know

/Eugene
Eugene Gavrilov is offline   Reply With Quote
Old Dec 3, 2003, 06:18 PM   #12
DriverHeaven Newbie
 
Join Date: Nov 2003
Posts: 6
roppp is on a distinguished road

Quote:
if you find a convenient way to solve this issue -- please post it here for our users to know
In a first attempt I simply deleted all registry entries containing 'kx control'.
After a restart I found the issue not going to stand-by on inactivity timer solved.
But as Eugene promised there was no more automation (not much problem for me). Also the headphones plugged in didn't mute the headphones (and this was a quite nice feature). So it would be great if there is a better solution than this one...
roppp is offline   Reply With Quote
 

 
Powered by: vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Artwork by Allan 'Zardon' Campbell, vBulletin implementation by Craig '5320' Humphreys based on original artwork by Ratchet.

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