HardwareHeaven.com

HardwareHeaven.com

Looking for the skin chooser?
 
 
  • Home

  • Hardware reviews

  • Articles

  • News

  • Tools

  • Gaming at HardwareHeaven

  • Forums

 

Go Back   HardwareHeaven.com > Forums > Hardware and Related Topics > kX Project Audio Driver Support Forum > Effects and the DSP


Reply
 
Thread Tools
Old Feb 13, 2005, 06:30 AM Threadstarter Thread Starter   #31
kX user
 
Join Date: Apr 2004
Posts: 851
Rep Power: 0
Tiger M is on a distinguished road

Quote:
Originally Posted by eyagos
Have you tried to see what happens with an 8000Hz sine wave ??
I see what you mean...

Is there another way to acces the register at a lower level, avoiding get_dsp_register?
__________________
Miss you, Steve...
Tiger M is offline   Reply With Quote


Old Feb 13, 2005, 12:49 PM   #32
DH Senior Member
 
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,932
Rep Power: 64
Lex Nahumury is just really niceLex Nahumury is just really niceLex Nahumury is just really niceLex Nahumury is just really nice

Quote:
Is there another way to acces the register at a lower level, avoiding get_dsp_register?
I already told you how.
However, I don't think it will be much faster due to restricted priority when running in user mode.

/LeMury
Lex Nahumury is offline   Reply With Quote
Old Feb 13, 2005, 01:21 PM Threadstarter Thread Starter   #33
kX user
 
Join Date: Apr 2004
Posts: 851
Rep Power: 0
Tiger M is on a distinguished road

Actually it's fine this way, it represents the signal accurately, so unless it's used on a very slow cpu, there won't be any problems.

I'll be just adding features from now on...
__________________
Miss you, Steve...
Tiger M is offline   Reply With Quote
Old Feb 17, 2005, 09:46 PM   #34
DriverHeaven Senior Member
 
ROBSCIX's Avatar
 
Join Date: Mar 2004
Posts: 1,732
Rep Power: 0
ROBSCIX is on a distinguished road

Hey Tiger are you planning up making it a part of the EFX? like the style ,look of the effects. Are you planning on doing a Pack, like UFX?...BTW I seen the dynamics processor in 3538, who wrote that? I like the look and feel, works nice as well. Just curious.
ROBSCIX is offline   Reply With Quote
Old Feb 18, 2005, 06:50 AM Threadstarter Thread Starter   #35
kX user
 
Join Date: Apr 2004
Posts: 851
Rep Power: 0
Tiger M is on a distinguished road

Not a pack, the effects are included directly with the driver as you can see in 3538.
The Dynamics Processor is by eyagos of course

Here's how the Oscilloscope now looks like:
http://img.photobucket.com/albums/v4..._GraphUnit.jpg
__________________
Miss you, Steve...

Last edited by Tiger M; Feb 18, 2005 at 07:26 AM.
Tiger M is offline   Reply With Quote
Old Feb 18, 2005, 01:21 PM   #36
HardwareHeaven Senior Member
 
Join Date: Jan 2004
Location: St. Cloud, MN
Posts: 492
Rep Power: 0
Chester01 is on a distinguished road

that look kicks so much ass, i love that skin
__________________
COMP: Dual Intel PIII 733 Mhz; GeForce 4 Ti 4600; 1.128 Gb RAM; SB0350 (Audigy 2 ZS Platnium)
STEREO(I UPGRADED):Crown Audio K1 and K2 amplifiers (4000 watts at .1% THD ), JL 13w7 Subwoofer (6.5 CF) (2) 18" PR's, Klipsch SB-1's, some cement blocks for speaker stands...
Chester01 is offline   Reply With Quote
Old Feb 18, 2005, 05:24 PM   #37
DriverHeaven Addict
 
Join Date: Dec 2002
Posts: 259
Rep Power: 0
eyagos is on a distinguished road

Look at the presset box ...Well, I was thinking to ask you for a Level Graph.

About dynamics processor, look here.
eyagos is offline   Reply With Quote
Old Feb 19, 2005, 06:47 AM Threadstarter Thread Starter   #38
kX user
 
Join Date: Apr 2004
Posts: 851
Rep Power: 0
Tiger M is on a distinguished road

Yep, now it's also a level graph in standart values (0 to 1) or in dB, I've still not released it though...
__________________
Miss you, Steve...
Tiger M is offline   Reply With Quote
Old Feb 19, 2005, 02:55 PM   #39
DriverHeaven Senior Member
 
ROBSCIX's Avatar
 
Join Date: Mar 2004
Posts: 1,732
Rep Power: 0
ROBSCIX is on a distinguished road

I love level meters...A question has anybody ever considered a FFT...something Similar to whitecap for winamp. I have to learn C+ so I can get in on the action..off to the libary for some books, I can prgram but I forget my syntaX...
ROBSCIX is offline   Reply With Quote
Old Mar 7, 2005, 02:50 AM   #40
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,676
Rep Power: 64
Tril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud of
System Specs

Tiger M, I would like some of your help for a plugin sharing some of the capabilities of your oscilloscope plugin. The code of your plugin is protected by the copyright issue with the NDA. But it is probably only some of it. Is the part about how to output values as a graphic protected too? If it is not or if you can guide me in the right direction without giving me code, I woud like some advices on how it's done.

Read this thread to know exactly what I want to do :

http://www.hardwareheaven.com/effects-dsp/69790-i-made-noise-canceller-filter-get-here.html

Tril
Tril is offline   Reply With Quote
Old Mar 7, 2005, 12:20 PM Threadstarter Thread Starter   #41
kX user
 
Join Date: Apr 2004
Posts: 851
Rep Power: 0
Tiger M is on a distinguished road

The plugin will be open source when I send it to Eugene.

Take a look at the 'peak' source code. There you'll find the principle of extracting data from the dsp. You basically call get_dsp_register periodically for any dsp register you like and send the data anywhere you like - most often a ui control.

That's it.
__________________
Miss you, Steve...
Tiger M is offline   Reply With Quote
Old Mar 7, 2005, 01:31 PM   #42
DH Senior Member
 
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,932
Rep Power: 64
Lex Nahumury is just really niceLex Nahumury is just really niceLex Nahumury is just really niceLex Nahumury is just really nice

No need to wait for next 3538 release,
the plot class can be found here;
http://www.codeproject.com/miscctrl/oscope.asp

/LeMury
Lex Nahumury is offline   Reply With Quote
Old Mar 7, 2005, 04:39 PM Threadstarter Thread Starter   #43
kX user
 
Join Date: Apr 2004
Posts: 851
Rep Power: 0
Tiger M is on a distinguished road

Would you start a new topic please, this one is for comments and reporting bugs on the oscilloscope.
__________________
Miss you, Steve...
Tiger M is offline   Reply With Quote
Old Feb 1, 2006, 04:07 AM   #44
HardwareHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 5,563
Rep Power: 62
Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!

Hi Tiger M.
Glad to see your Oscilloscope plugin included with 3538j.
I thought I should mention that it does not work when connected directly to FxBus (with my 10k1 card anyway), but if you buffer the input (i.e. with a volume plugin or whatever), it works good. Anyway, I just thought I would mention it, in case anyone was wondering why they were not seeing the signal when connected directly to FxBus.

BTW: Are you going to release the new version (i.e. the skinned version in the pic) at some point?

Last edited by Russ; Feb 1, 2006 at 04:35 AM.
Russ is online now   Reply With Quote
Old Feb 1, 2006, 11:44 AM   #45
DriverHeaven Lover
 
radiocolonel.it's Avatar
 
Join Date: Jan 2005
Location: Italy
Posts: 192
Rep Power: 0
radiocolonel.it is on a distinguished road

Donator
Quote:
Originally Posted by Russ
Hi Tiger M.
Glad to see your Oscilloscope plugin included with 3538j.
I thought I should mention that it does not work when connected directly to FxBus (with my 10k1 card anyway), but if you buffer the input (i.e. with a volume plugin or whatever), it works good. Anyway, I just thought I would mention it, in case anyone was wondering why they were not seeing the signal when connected directly to FxBus.

BTW: Are you going to release the new version (i.e. the skinned version in the pic) at some point?
I can't see it in 3538j, i installed the fxpack coming with the driver installation file.
I can't see it where it is, in the fx plugin list...
__________________

http://www.rossanodembech.it
radiocolonel.it is offline   Reply With Quote
Old Feb 1, 2006, 08:22 PM   #46
HardwareHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 5,563
Rep Power: 62
Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!

Quote:
Originally Posted by radiocolonel.it
I can't see it in 3538j, i installed the fxpack coming with the driver installation file.
I can't see it where it is, in the fx plugin list...
It is in the EF-X section (EFX Oscilloscope).
Russ is online now   Reply With Quote
Old Feb 1, 2006, 08:25 PM   #47
Long Time ***** Friend
 
thomasabarnes's Avatar
 
Join Date: Jan 2003
Location: USA
Posts: 1,375
Rep Power: 0
thomasabarnes will become famous soon enough
System Specs

It's under EF-X section with ReverbStation and TubeDrive.

EDIT:

LOL, too late. Russ beat me too it.

EDIT Done
__________________

May a song always touch you in a positive way.
SONAR X1D Expanded, Windows 7 Pro 64Bit, MOTU UltraLite MK3, 150 GB HDD, 250 GB HDD, 1 TB x2 HDD 7200 rpm

My Music Production: Top 40, Contemporary Christian, Pop/Rock, Decent Rap, Inspirationals, and Children Songs

Last edited by thomasabarnes; Feb 1, 2006 at 08:30 PM.
thomasabarnes is offline   Reply With Quote
Old Feb 1, 2006, 09:22 PM   #48
Tail Razer
 
Maddogg6's Avatar
 
Join Date: Jun 2005
Location: Bernyurass, AZ - USA
Posts: 4,027
Rep Power: 0
Maddogg6 will become famous soon enoughMaddogg6 will become famous soon enough

Small suggestion would be a 'GAIN' or a 'Y - SCALE' adjustment.
Maybe some calibrated measuring method.

Not a complaint.... but as is, it's more of a visualization than an actual o-scope.

It IS cool to know such things are possible.


Oh -and GREAT JOB!
Maddogg6 is offline   Reply With Quote
Old Feb 2, 2006, 10:23 AM   #49
DriverHeaven Lover
 
radiocolonel.it's Avatar
 
Join Date: Jan 2005
Location: Italy
Posts: 192
Rep Power: 0
radiocolonel.it is on a distinguished road

Donator
Quote:
Originally Posted by Russ
It is in the EF-X section (EFX Oscilloscope).
Thanks, Russ!

What an idiot i am... i had in front of my eyes...
__________________

http://www.rossanodembech.it
radiocolonel.it is offline   Reply With Quote
Old Apr 19, 2007, 07:46 PM   #50
DriverHeaven Newbie
 
Join Date: Apr 2007
Posts: 14
Rep Power: 0
guyinco6nito is on a distinguished road

Hello,

I wasn't able to register this Plugin using the 3538m drivers.

Does anyone else have this problem? (or know of any other kX oscilliscopes?)

Thanks!
-guyinco6nito
guyinco6nito is offline   Reply With Quote
Old Apr 19, 2007, 10:37 PM   #51
HardwareHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 5,563
Rep Power: 62
Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!

The plugin is bundled with kX in 3538m, so there is no need to download and/or register the plugin.
Russ is online now   Reply With Quote
Old Jun 12, 2007, 01:16 PM   #52
DriverHeaven Newbie
 
Join Date: Jun 2007
Location: Mylipadam, Trichur, Kerala, India
Posts: 4
Rep Power: 0
georgejoy is on a distinguished road

Hi People...

its like when i double click this downloaded file i get an error saying that "Error : Invalid Plugin Libary" why is that so?

Can anyone help me with it
georgejoy is offline   Reply With Quote
Old Jun 12, 2007, 02:46 PM   #53
HardwareHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 5,563
Rep Power: 62
Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!

Quote:
Originally Posted by georgejoy View Post
Hi People...

its like when i double click this downloaded file i get an error saying that "Error : Invalid Plugin Libary" why is that so?

Can anyone help me with it
It is probably because you are trying to install an older version of the plugin.

The plugin is bundled with recent versions of kX, so there is no need to download/register anything (if you are using a recent version of kX).
Russ is online now   Reply With Quote
Old Jun 15, 2007, 04:55 AM   #54
DriverHeaven Newbie
 
Join Date: Jun 2007
Location: Mylipadam, Trichur, Kerala, India
Posts: 4
Rep Power: 0
georgejoy is on a distinguished road

Thanks Russ

I have understood and u have replied for my query. it was same and relating to MxZila which i had posted on the same day. i thank u for the patience shown to answer my queries.
georgejoy is offline   Reply With Quote
Old Aug 16, 2007, 10:36 AM   #55
DriverHeaven Newbie
 
Join Date: Jan 2006
Location: Aussie
Posts: 5
Rep Power: 0
Chiltn is on a distinguished road

Is it just me, or is anyone else having problems registering the plugin library? It says that it's invalid...

:|
Chiltn is offline   Reply With Quote
Old Aug 16, 2007, 03:49 PM   #56
Tail Razer
 
Maddogg6's Avatar
 
Join Date: Jun 2005
Location: Bernyurass, AZ - USA
Posts: 4,027
Rep Power: 0
Maddogg6 will become famous soon enoughMaddogg6 will become famous soon enough

erm... the posts right above yours pertained to this...

Quote:
Originally Posted by Russ
It is probably because you are trying to install an older version of the plugin.

The plugin is bundled with recent versions of kX, so there is no need to download/register anything (if you are using a recent version of kX).
Its in the 'EFX' sub-menu in the DSP plug-in list menu.
Maddogg6 is offline   Reply With Quote
Old Aug 17, 2007, 07:12 AM   #57
DriverHeaven Newbie
 
Join Date: Jan 2006
Location: Aussie
Posts: 5
Rep Power: 0
Chiltn is on a distinguished road

Whoops! My bad!

Cheers!
Chiltn is offline   Reply With Quote
Old Sep 29, 2009, 06:14 AM   #58
HardwareHeaven Lover
 
WxMan1's Avatar
 
Join Date: Dec 2007
Posts: 221
Rep Power: 40
WxMan1 has much to be proud ofWxMan1 has much to be proud ofWxMan1 has much to be proud ofWxMan1 has much to be proud ofWxMan1 has much to be proud ofWxMan1 has much to be proud ofWxMan1 has much to be proud ofWxMan1 has much to be proud ofWxMan1 has much to be proud ofWxMan1 has much to be proud of

Re: NEW: DSP Oscilloscope/Signal Plot plugin

For some reason when I use that in v3541 I'm don't have access to the Stop button, i.e., it is not visible in the window.

Only a resolution slider is apparent at the bottom.
WxMan1 is offline   Reply With Quote
Reply

Thread Tools