HardwareHeaven.com
Looking for the skin chooser?
 
 
  • Home

  • Reviews

  • Articles

  • News

  • Tools

  • GamingHeaven

  • Forums

  • Network

 

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


Reply
 
Thread Tools
Old Sep 30, 2003, 01:15 PM   #1
DriverHeaven Junior Member
 
Join Date: Sep 2003
Location: Sicily
Posts: 48
Rep Power: 0
mAlo is on a distinguished road

exclamation Tube Emulation

I have read, somewhere, that some vst plug-ins, in order to emulate the valve amplification, heat the sound by cutting the odd harmonics.
If this is true, is it possible to make this job from a a kx plug-in ?
__________________
Death Don't Have No Mercy
mAlo is offline   Reply With Quote


Old Sep 30, 2003, 04:01 PM   #2
DriverHeaven Senior Member
 
Daniel Drummond's Avatar
 
Join Date: Dec 2002
Location: Brazil
Posts: 1,137
Rep Power: 0
Daniel Drummond is on a distinguished road

You can experiment using the kx plugin Tubesound.
__________________
www.palcomp3.com.br/ed
Daniel Drummond is offline   Reply With Quote
Old Oct 1, 2003, 12:58 AM Threadstarter Thread Starter   #3
DriverHeaven Junior Member
 
Join Date: Sep 2003
Location: Sicily
Posts: 48
Rep Power: 0
mAlo is on a distinguished road

This one?

; Generated by kX DSP Editor - microcode dump
name "TubeSound";
copyright "(c) Max Mikhailov and Eugene Gavrilov, 2001-2003";
engine "kX";
created "Aug 18 2003";
comment "version 0.2";
guid "33E8D755-AC3D-4bcc-9681-7DE25B989DD9";
; Registers
input inl, inr;
output outl, outr;
control amount=0x7fffffff;
static dcl=0x0, dcr=0x0, _AC_0x75c28=0x75c28f5b;
static _AC_0x68db8=0x68db8;
temp t, s

; Code
macs t, 0x0, inl, _AC_0x75c28;
macsn s, 0x0, t, t;
macsn s, t, s, amount;
interp dcl, dcl, _AC_0x68db8, 0x0;
macs dcl, dcl, s, _AC_0x68db8;
macsn outl, s, dcl, 0x7fffffff;
macs t, 0x0, inr, _AC_0x75c28;
macsn s, 0x0, t, t;
macsn s, t, s, amount;
interp dcr, dcr, _AC_0x68db8, 0x0;
macs dcr, dcr, s, _AC_0x68db8;
macsn outr, s, dcr, 0x7fffffff;

end



I don't understand it.
Does This Code Cuts Out The Odd Harmonics?
__________________
Death Don't Have No Mercy

Last edited by mAlo; Oct 1, 2003 at 01:33 AM.
mAlo is offline   Reply With Quote
Old Oct 1, 2003, 04:19 AM   #4
DriverHeaven Senior Member
 
Daniel Drummond's Avatar
 
Join Date: Dec 2002
Location: Brazil
Posts: 1,137
Rep Power: 0
Daniel Drummond is on a distinguished road

I don't understand code, so... Yep that one.
__________________
www.palcomp3.com.br/ed
Daniel Drummond is offline   Reply With Quote
Old Oct 13, 2003, 01:05 AM   #5
h/h member-shmember
 
Join Date: Dec 2002
Location: Evil Empire
Posts: 2,606
Rep Power: 66
Max M. is a name known to allMax M. is a name known to allMax M. is a name known to allMax M. is a name known to allMax M. is a name known to allMax M. is a name known to all

>Does This Code Cuts Out The Odd Harmonics?

No, tubes add harmonics (and so does above code)
__________________
Max M. is offline   Reply With Quote
Old Oct 24, 2003, 02:50 PM Threadstarter Thread Starter   #6
DriverHeaven Junior Member
 
Join Date: Sep 2003
Location: Sicily
Posts: 48
Rep Power: 0
mAlo is on a distinguished road

thanks a lot for answer max!
__________________
Death Don't Have No Mercy
mAlo is offline   Reply With Quote
Reply

Bookmarks

Thread Tools