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 Jun 11, 2006, 01:51 PM   #31
kX user
 
Join Date: Apr 2004
Posts: 851
Rep Power: 0
Tiger M is on a distinguished road

the plugin is cool, although there is a better biquad implementation, naturally by Max (I hope he doesn't mind I'm posting his code here)

Code:
name "Max's filter"

 	; coefficients (scaled by /2)        
static 	z0, z1, z3 	   		; state registers
input 	in
output 	ou 
static b0=0x1b40d9, b1=0x3681b2, b2=0x1b40d9;
static a1=0x7b4cfa5d, a2=0xc446023e  

macs	0,  0,  z1, b2
macmv	z1, z0, z0, b1

macmv	z0, in, z3, a2     
macmv	z3, ou, ou, a1    

macs	ou, accum, in, b0
acc3	ou, accum, ou, 0     

end
Tiger M is offline   Reply With Quote


Old Jun 11, 2006, 02:27 PM   #32
h/h member-shmember
 
Join Date: Dec 2002
Location: Evil Empire
Posts: 2,639
Rep Power: 69
Max M. is just super!Max M. is just super!Max M. is just super!Max M. is just super!Max M. is just super!Max M. is just super!

yep, this one is nearely perfect generalized df1 biquad implementation (i believe)
although, personally i always use df2t form (that's why my EQs use less resources)
Max M. is offline   Reply With Quote
Old Jun 11, 2006, 03:44 PM Threadstarter Thread Starter   #33
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!

I should have known that Max would have a crazy optimized version, lol .
Very nice, do you mind if I use it here? That would definately save some resources.
Russ is offline   Reply With Quote
Old Jun 12, 2006, 06:56 AM   #34
h/h member-shmember
 
Join Date: Dec 2002
Location: Evil Empire
Posts: 2,639
Rep Power: 69
Max M. is just super!Max M. is just super!Max M. is just super!Max M. is just super!Max M. is just super!Max M. is just super!

[color=gray]
>Very nice, do you mind if I use it here?
just go, please use anything of mine if you find it useful
[/color]

Last edited by Max M.; Jun 12, 2006 at 07:13 AM.
Max M. is offline   Reply With Quote
Old Jun 12, 2006, 02:52 PM Threadstarter Thread Starter   #35
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 Max M.
[color=gray]
please use anything of mine if you find it useful
[/color]
Thanks Max.
Russ is offline   Reply With Quote
Old Jun 12, 2006, 02:58 PM Threadstarter Thread Starter   #36
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!

I optimized the plugin microcode a bit. The resource count is now down to 40/40 (as opposed to 52/46) for the stereo version. Other than that the plugin(s) is the same.

The instructions might be able to be optimized a little more, but the main resource concern is with the gpr's, and I *think* that I have that as low as I can get it with this implementation.

BTW: I added the .reg file to unregister this plugin to the download page as well (I had forget to do that previously).

Last edited by Russ; Jun 12, 2006 at 03:14 PM.
Russ is offline   Reply With Quote
Old Jun 13, 2006, 05:30 PM Threadstarter Thread Starter   #37
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!

BTW: I do have one other version of the plugin that I did not include in the release, because I was not sure if other people would find it useful. Basically, I find myself using the exact same EQ settings for both front and rear, so I created a version with 4 inputs/outputs, where the same settings are applied to all channels. This saves 16 gpr's (as opposed to loading a seperate 3 Band EQ for front and rear). If anyone thinks that they might find it useful, let me know, and I will add it to the .kxl (again, it will only be useful if you want to apply the same EQ settings to all 4 inputs).
Russ is offline   Reply With Quote
Old Jun 13, 2006, 05:38 PM   #38
DriverHeaven Senior Member
 
ROBSCIX's Avatar
 
Join Date: Mar 2004
Posts: 1,732
Rep Power: 0
ROBSCIX is on a distinguished road

All effects are useful. Can you post it Russ?
ROBSCIX is offline   Reply With Quote
Old Jun 13, 2006, 08:52 PM   #39
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

Quote:
Originally Posted by Russ
BTW: I do have one other version of the plugin that I did not include in the release, because I was not sure if other people would find it useful. Basically, I find myself using the exact same EQ settings for both front and rear, so I created a version with 4 inputs/outputs, where the same settings are applied to all channels. This saves 16 gpr's (as opposed to loading a seperate 3 Band EQ for front and rear). If anyone thinks that they might find it useful, let me know, and I will add it to the .kxl (again, it will only be useful if you want to apply the same EQ settings to all 4 inputs).
Post the mutha...




j/k

(err... that was me expressing kind interest. eh hmm... )

Yes please.

Btw: Yur mono one is getting put through the trenches as I play with guitar tone with a project Im working on. (interesting effect to take 2 stereo guitar tracks, and route opposing channels through 2 different EQ's - basically *almost* like a balance control, but by freqs. If that made any sense??)

Anyway - just letting ya know your efforts ARE appreciated, no matter how much I get on your nerves about it....
Maddogg6 is offline   Reply With Quote
Old Jun 13, 2006, 09:01 PM Threadstarter Thread Starter   #40
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 Maddogg6
(interesting effect to take 2 stereo guitar tracks, and route opposing channels through 2 different EQ's - basically *almost* like a balance control, but by freqs. If that made any sense??)
Sometimes I connect an EFX Tubedrive to each channel using different settings, and I get some interesting results that way as well (particulairly with midi).
Russ is offline   Reply With Quote
Old Jun 13, 2006, 09:11 PM   #41
DriverHeaven Senior Member
 
ROBSCIX's Avatar
 
Join Date: Mar 2004
Posts: 1,732
Rep Power: 0
ROBSCIX is on a distinguished road

Yep KX is pretty cool for us guitar players you can do some very cool things..
ROBSCIX is offline   Reply With Quote
Old Jun 13, 2006, 09:27 PM Threadstarter Thread Starter   #42
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!

I added the 4 channel version (3 Band EQ (x2)) to the plugin. Link(s) in first post of this thread.

Last edited by Russ; Jun 20, 2006 at 05:02 PM.
Russ is offline   Reply With Quote
Old Jul 24, 2006, 05:30 PM Threadstarter Thread Starter   #43
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!

Added 3538k version. Links in first post of this thread.

-Russ
Russ is offline   Reply With Quote
Reply

Thread Tools