|
| 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. |
 |
|
Sep 29, 2006, 08:17 PM
|
#31
|
|
DriverHeaven Senior Member
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,780
Rep Power: 0
|
Quote:
|
lex, have you got a chance to compare 3538l performance with 3534f?
|
Only a few quick tests. It seems that the anomalies discussed here;
http://www.driverheaven.net/showpost...33&postcount=7
appear to have have gone!
(haven't had the time to test it on my HT machine though)
Quote:
|
I added several optimizations and re-organized the code, so, in general it should work fast enough (and, under certain circumstances, even faster than 3534f)
|
Yes. Although not my original point of discussion,
it seems the actual driver performance in terms of
"minimum achievable stable ASIO latency" has indeed improved even over 3534f.
Eitherway, ..the best release since 3534f as far as I can judge from the few tests.
Quote:
|
..also, what do you thinkg about proFX plugins bundled with the driver?
|
Not sure.
A half year ago I'd rather seen KXGUI beeing replaced with
some adaption of my much more leaner WIN32API GUI-Framework.
You were otherwise engaged then and absent for quite a while,
so I moved on too working on non-kX related projects.
Nobodies fault of course.
My point still is; just using plain MFC for GUI is great if you stick to default Windows look.
However, customizing MFC control/window classes is bad practise IMO.
That is subclassing subclassed subclasses resulting in bloat, CPU waste
and weird tricky code to get around MFC's default Window Look for which it was originaly designed for to begin with.
Bottom line IMO; If one is going to customize (skin) ones app's GUI anyhow,
why not use win32api right away?
(ok, you probably already had MFC based skin classes, so why write again,..right)
Vica versa, if one chooses to use MFC for GUI, why not stick to it's default Window look!
Well, just my ponderings. Pay no attention.
Anyway,..I most recently released an updated ProFx version for users to enjoy your 38L.
Quote:
memory usage:
confirmed. working on it...
|
while you are at it;
- DSP right-click popup menu pops at wrong offset if
"show content while drag" is off.
- populate_presets(HMENU mnu) for WIN32API does not work.
(no priority, thanks for adding it though)
- Feature suggestion;
The ability for plugin developers to add sub-menus
or at least add plugins to existing sub-menus in "Add Fx" Menu.
(no priority either)
Cheers,
/Lex.
|
|
|
Oct 3, 2006, 06:20 PM
|
#32
|
|
kX Project Lead Programmer and Coordinator
Join Date: Dec 2002
Posts: 2,973
|
3534f & 3538l: ok, good
--
MFC/GUI question:
unfortunately, I doubt I manage to re-write kxmixer/kxdsp code to work with any non-mfc API: porting the code to any 3rd party gui library (there are a lot of them on the net) would involve a lot of bugs and a lot of time.. I'd be happy to use your win32 api-based gui front-end, but cannot port kx code to it due to lack of time (and I'm sure we won't find the volunteers to do this)..
as for mfc, it is not 'bad' or 'good' by itself: I've seen quite nice skinned applications based on MFC. kX GUI was one of my first experiments with gui/skins, so, it is not perfect. of course, I'd be happy to re-write everything, but who will benefit?..
by the way, I still guess any cross-platform GUI library is a better idea (e.g. Qt or Juice or whatever): this might help us to port kX DSP stuff to MacOS or Linux, if necessary.
--
my particular question was related to ProFX effects currently bundled with the driver: since they are no longer supported and function incorrectly, it might be a good idea to either update them to your most recent versions or to remove them. there are pros and cons: pros: a user gets the latest effects out of the box (especially those, who don't browse the forums etc.). cons: the effects are not updated fast enough; some users won't even understand what these effects are used for 
--
I can theoretically release kX DSP source code as 'kx add-on' (as I planned previously) -- and release several kx applets, too -- this might help to port them to some different GUI libraries etc. but this will require some more time and I need to be sure this work won't get lost, that is, I need to know whether there are people willing to keep working on this code.
E.
|
|
|
Oct 3, 2006, 11:08 PM
|
#33
|
|
DriverHeaven Senior Member
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,780
Rep Power: 0
|
Well, kX is a 'One Man Only Project', so naturaly there will always be
the "Lack of time" barrier/excuse on any development proposal/suggestion.
I'm working on other projects through CVS and that works great
in terms of overall development progress.
(Yeah I know,.. lot of work for you to seperate stuff and setup CVS.)
But why are we even talking about this stuff on a user forum??
Nevermind, so be it.
Here's what we do;
Just delete Profx plugins from kX distribution.
Users can download the package seperatly if they want to,
same as with Max's UFX.
Cheers,
/Lex.
|
|
|
Oct 6, 2006, 06:30 PM
|
#34
|
|
kX Project Lead Programmer and Coordinator
Join Date: Dec 2002
Posts: 2,973
|
I don't see any true objections against a brand-new replacement for kxmixer based on kX API and any GUI library. however, such project has never started due to lack of developers or intention. kxmixer does not use any undocumented functions, kxfxlib is opensource; so, anyone can just take kX SDK, kxfxlib and preferred GUI library and write his own kX DSP with any features (and omit/support any set of features currently present in the kxmixer, e.g. WinMM Mixer or ac-3 decoding).
--
yes, I will probably remove legacy profx code per your suggestion
--
concerning 'adding sub-menu' feature: pls drop me a message how exactly do you see it implemented (currently this data is stored in categories.ini file of the kxskin.kxs)
--
btw, thanks for 38l-compatible ProFX build!
E.
|
|
|
Oct 8, 2006, 09:04 PM
|
#35
|
|
DriverHeaven Newbie
Join Date: Jul 2005
Posts: 8
Rep Power: 0
|
No support for recording in Vista RC2 (x86)...
|
|
|
Oct 12, 2006, 05:52 AM
|
#36
|
|
DriverHeaven Newbie
Join Date: Oct 2006
Posts: 16
Rep Power: 0
|
Skin bug in 24/96 router.
10K2 & p16v labels are swapped. I playback 24/96 using wave hq from foobar and only get sound when '10k2 -> spdif' is on. For 24/48 playback, i set 'p16v -> spdif' to on and others are off.
|
|
|
Oct 12, 2006, 05:55 AM
|
#37
|
|
DriverHeaven Newbie
Join Date: Oct 2006
Posts: 16
Rep Power: 0
|
Some kX Remote keys not working in foobar 0.9.3.
Volume, Step, Cancel, Power, up, Down all work across windows xp 2, kxmixer and foobar.
Can't get Play, Stop, Pause, Next & Prev to work.
|
|
|
Oct 12, 2006, 06:45 AM
|
#38
|
|
DriverHeaven Newbie
Join Date: Oct 2006
Posts: 16
Rep Power: 0
|
kX installation seems to use a common dll in windows or sourced from creative. There is a new version available. ( http://us.creative.com/support/downloads).
I have the latest creative driver (for audigy 2 zs platinum) under windows xp sp 2 which was removed. On kX installation i get 'target file is newer than source. do you wish to replace?' Tried both files but playback is better with newer version.
Edit: file in question is 'sfman32.dll'
Last edited by cics; Oct 12, 2006 at 12:53 PM.
|
|
|
Oct 12, 2006, 01:01 PM
|
#39
|
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,211
|
When saving settings that includes binary data (write_bin_abs), to a file, the data is written as the ASCII representation of the data (as it is a text file after all). I think it would be better if the read/write functions were modified such that, if it is binary data, and it is being written to a file (as opposed to the registry), that it read/writes the actual BYTE values (hex values as text) instead of the ASCII representation of those BYTES.
-Russ
Last edited by Russ; Oct 12, 2006 at 01:43 PM.
|
|
|
Oct 14, 2006, 05:12 AM
|
#40
|
|
kX Project Lead Programmer and Coordinator
Join Date: Dec 2002
Posts: 2,973
|
sfman32.dll: no, we use our own sfman32.dll. always overwrite CL file with KX one
--
write_bin_abs: yes, this function is not implemented properly. it is not recommended to use it
E.
|
|
|
Oct 22, 2006, 01:30 PM
|
#41
|
|
Tail Razer
Join Date: Jun 2005
Location: Bernyurass, AZ - USA
Posts: 3,768
Rep Power: 29
|
It seems 24/96 record was broken somewhere between KX V3538H and 3538L
I tested (im pretty sure??) in kX V3538H (my firsy KX version and loaded the longest period) - a 24/96 project in sonar - and it recorded and played back fine (using WDM driver model)
But now - when I record - it plays back at double speed - like its actually recording @48Khz -
It is visually illustrated in sonar - buy AFTER recording - the wave display shrinks to half its size as well.
It IS possible - I have a setting wrong some where - but I dont think its in sonar - as I said I can playback an old project no problem - and I dont see how this would be possible with same settings.
Can anyone confirm this? - or slap me the direction of correction.
Last edited by Maddogg6; Oct 22, 2006 at 06:44 PM.
|
|
|
Oct 23, 2006, 03:41 AM
|
#42
|
|
DriverHeaven Newbie
Join Date: Oct 2006
Location: Timisoara, Romania
Posts: 14
Rep Power: 0
|
Soundcards disappear from my pc!
Here`s my only and kinda big problem:After a couple of hours of pc operation the soundcards (all 4 of them) disapear from Sound And Audio Devices and from other software that needs sound (i.e.:audio & video players),exept for winamp,the cards disappear from Preferences but winamp is still playing,and sound comes out from the speakers.The cards simply disappear without any error message,or anykind of happenings of Windows Operation.The strange thing is that in Device Manager everything is ok,the soundcard is there,functioning properly,the only thing that solve the problem is if i restart my pc.and after a couple of hours,it disappears again.SO NEED BIG HELP.....cheers!!!
PS.:using kx for almost 2 years now,with the same card sb022xb 10k1 (d000),NEVER had ANY problems with previous drivers.
|
|
|
Oct 23, 2006, 02:00 PM
|
#43
|
|
DriverHeaven Lover
Join Date: Dec 2002
Location: Bogotá, Colombia
Posts: 155
Rep Power: 0
|
it keeps forgetting whenever you select the double-click option for the tray icon. you have to select the option each time you run kx
|
|
|
Oct 23, 2006, 02:59 PM
|
#44
|
|
DriverHeaven Lover
Join Date: Dec 2002
Location: Bogotá, Colombia
Posts: 155
Rep Power: 0
|
some of the plugins don't carry the custom, user generated name, but the generic one...happens in some of them. even after restarting the app
|
|
|
Oct 23, 2006, 11:53 PM
|
#45
|
|
DriverHeaven Newbie
Join Date: Oct 2006
Location: Timisoara, Romania
Posts: 14
Rep Power: 0
|
BiCho: the icon from the tray DOESN`T disappear.everything running perfectly execpt for the disappearence of the cards in windows sounds and audio devices,and when i play multimedia files in all the players i have installed there is no sound.only winamp works everytime,and in winamp preferences the cards don`t disppear.and i have this problem with all the 3538 drivers,cause i tryed them all.
|
|
|
Oct 24, 2006, 12:25 AM
|
#46
|
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,211
|
Quote:
Originally Posted by ivanlaszik
BiCho: the icon from the tray DOESN`T disappear.everything running perfectly execpt for the disappearence of the cards in windows sounds and audio devices,and when i play multimedia files in all the players i have installed there is no sound.only winamp works everytime,and in winamp preferences the cards don`t disppear.and i have this problem with all the 3538 drivers,cause i tryed them all.
|
@ivanlaszik
BiCho is talking about a different problem (which was already reported, btw).
|
|
|
Oct 24, 2006, 05:33 AM
|
#47
|
|
DriverHeaven Newbie
Join Date: Oct 2006
Location: Timisoara, Romania
Posts: 14
Rep Power: 0
|
OK,sorry
|
|
|
Oct 27, 2006, 05:11 AM
|
#48
|
|
DriverHeaven Lover
Join Date: Oct 2004
Posts: 100
Rep Power: 0
|
Some new issues I have with 3538L:
Since I installed 3538L (was using 3538h before),I experience a very bad bug when using ASIO4ALL at 48kHz.
Works fine at 96kHz,but as long I set it to 48kHz (in any app),the whole response of the OS becomes laggy and the mouse pointer stutters badly when moved.
Everything was fine with 3538h.Weird.
Has anybody tested 3538L with ASIO4ALL? (use v2.6, v2.7 performs worse with 10kX cards)
Also,because of the soundcard controls (SB0240) being grayed out in the Windows properties (volume tab) a certain application stopped working for me.Worked OK with 3538h.
(with 3538H it finds 5 soundcards [OK],with 3538L it finds nothing)
|
|
|
Oct 31, 2006, 05:44 AM
|
#49
|
|
DriverHeaven Newbie
Join Date: Oct 2006
Posts: 2
Rep Power: 0
|
i have audigy 2 zs platinum pro, i insert a headphones jack but it doesn't work
|
|
|
Nov 1, 2006, 08:04 PM
|
#50
|
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,211
|
In kX Automation, this list of Keys/Notes has "H" instead of "B".
|
|
|
Nov 2, 2006, 03:58 PM
|
#51
|
|
d/h member-shmember
Join Date: Dec 2002
Location: from the edge of the deep green sea
Posts: 2,229
Rep Power: 0
|
but it is H (i think - in european notation at least) not B
(it's interesting i've never thought where that strange notation came from)
ah, checked at Wikipedia - yep, it's called 'German' (well, in Russia we use this one too)
Last edited by Max M.; Nov 2, 2006 at 04:07 PM.
|
|
|
Nov 2, 2006, 05:40 PM
|
#52
|
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,211
|
Quote:
Originally Posted by Max M.
but it is H (i think - in european notation at least) not B
(it's interesting i've never thought where that strange notation came from)
ah, checked at Wikipedia - yep, it's called 'German' (well, in Russia we use this one too)
|
Interesting, I did not know that 
|
|
|
Nov 2, 2006, 07:48 PM
|
#53
|
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,211
|
Quote:
Originally Posted by Lex Nahumury
- Feature suggestion;
The ability for plugin developers to add sub-menus
or at least add plugins to existing sub-menus in "Add Fx" Menu.
|
I also would like to see this feature.
Quote:
Originally Posted by Eugene Gavrilov
--
concerning 'adding sub-menu' feature: pls drop me a message how exactly do you see it implemented (currently this data is stored in categories.ini file of the kxskin.kxs)
|
One possibility would be to do it like it is done with addons. With addons we can specify (somewhat) where the menu item should appear (the kX menu stages), but (even better) it is possible to create submenu's (and nested submenus). I would suggest doing it in a similar way with plugins (except of course, the menu stages would be plugin related instead of addon related).
-Russ
|
|
|
Nov 15, 2006, 06:10 AM
|
#54
|
|
DriverHeaven Newbie
Join Date: Nov 2006
Posts: 1
Rep Power: 0
|
Mixer can't work on SB0220 No audio out.
|
|
|
Nov 24, 2006, 08:23 PM
|
#55
|
|
DriverHeaven Lover
Join Date: Oct 2004
Posts: 100
Rep Power: 0
|
kX 3538L - more weird bugs:
After using kX 3538 (H,J and L) for some time,I experienced 3 weird bugs (WinXP SP2),the third one being the most serious:
1. If you set the Sound Playback,Sound recording,Voice Playback and Voice Recording devices to 'kX Wave HQ (SB0240 10k2)' in the Windows Sound Properties and hit 'Apply',The Voice Playback/Recording' settings change to Wave 0/1 and Wave 8/9 after applying.Then,when you select again 'Wave HQ' for both and hit 'apply' again,all 4 boxes are set to Wave HQ.
2. If you set the default sound playback to 0/1,the Device controls and speaker settings buttons in the Volume Tab of the Windows sound properties are OK,but if you set Wave HQ as a default playback device,all settings become disabled (grayed out).This happens only with 3538L,didn't happen with any of the previous versions.
3. And now for the more serious bug: This happens when I set Wave HQ as the default device.When running an app that's using DirectSound output (not Winamp or any other A/V player,but an app that uses DirectSound,like an emulator or game for example),after a while running the app without problems,the sound suddenly stops working/mutes and there's no sound in any DirectSound app.Here comes the weird part: I just opened the Windows sound properties and noticed the Default audio device automagically changed from Wave HQ to Wave 0/1 !?!The funny thing is the default device gets restored to the original (WaveHQ) settings after a system restart.
* OK,setting the device again to WaveHQ in the sound properties restores the sound without rebooting,but this bugger gets annoying after you experience it several times.
Last edited by nakamichi; Nov 24, 2006 at 08:31 PM.
|
|
|
Nov 27, 2006, 03:57 PM
|
#56
|
|
Tail Razer
Join Date: Jun 2005
Location: Bernyurass, AZ - USA
Posts: 3,768
| |