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 Mar 20, 2006, 10:40 PM   #31
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

I had an Idea...

It would be cool if:
1) the metronmome/tempo plugin had 'tap' tempo ability - with a MIDI automation - ie, a midi CC could be sent to KX Control at every Quater note...the 'tempo could be derived from this.
2) this metronome/tempo plugin had an output that could feed a new delay (or effects too, but I can, myself, implement this on a simple delay with no need for slider % to actual TIME conversion - seeing as how it will be based on a temp right?) a signal (-1 to 1) that would adjust that delay plugins delay time, based on the detected tempo.

edit: the delay would have to have its xTram calculated that makes the delay be 8th or quater note capability - but multiple delays could be made that are labled:
quater (50-100 BPM) OR 8th (100-150BPM) etc..
In other words - it would get around the 'unkown' ammount of tram needed.
end edit------------

This way - multiple plugins could make use of this special 'tempo' signal, and would save resources as opposed to every effect having the tempo detecting built in.

Am I just dreaming? DAMN if I wasn't such a porgramming 'tard'.....

Last edited by Maddogg6; Mar 20, 2006 at 10:45 PM.
Maddogg6 is offline   Reply With Quote


Old Mar 21, 2006, 12:38 AM   #32
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 ReWired
probably...hm, it works well with both options, strange, isn't it?
(limit or limitl)
what does exactly this do?
anyway, seems normal to me.
with "limit" all clicks are the same.
with "limitl" there are 3 different clicks.
The difference is the same as with 'limit' and 'limitn'

Quote:
limitn compas,0x8,0x0,compas
The above basically works like this:

if 0x8 < compass (or if you prefer: if compas > 0x8)
compas = 0
else
compass = compass

When using limit, it would be the exact oppsite:

if 0x8 >= compas (or, if you prefer: if compas <= 0x8)
compas = 0
else
compas = compas
Russ is online now   Reply With Quote
Old Sep 25, 2006, 09:25 AM   #33
HardwareHeaven Lover
 
Join Date: Nov 2003
Posts: 100
Rep Power: 0
ReWired is on a distinguished road

Is there any chance to see this compilled for 3538L?
I can use DANE code, provided here, but everytime when I want some weird tempos I must calculate percents for BPM slider
ReWired is offline   Reply With Quote
Old Sep 25, 2006, 11:00 AM Threadstarter Thread Starter   #34
HardwareHeaven Senior Member
 
Join Date: Jul 2004
Posts: 452
Rep Power: 0
JGSF is on a distinguished road

I second that... This is very useful.
JGSF is offline   Reply With Quote
Old Feb 9, 2009, 09:28 PM   #35
DriverHeaven Newbie
 
Join Date: May 2007
Posts: 7
Rep Power: 0
szundiszundi is on a distinguished road

Re: Is there any metronome for Kx DSP?

Dear Guys!

metronomeV10-3538i plugin working with 3538i, but not working with 3545b. My hardware Emu 1820m, needed 3545b.
Please reprogramming metronome with 3545b. Very big thanks.
Sorry, my english very very poor.
szundiszundi is offline   Reply With Quote
Old Feb 9, 2009, 10:18 PM   #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!

Re: Is there any metronome for Kx DSP?

You could use the .da version (you will not get all the features, but it will work with any version of kX).

BTW: Make sure there is a blank line after 'end' when copy/pasting Dane code from the forum.
Russ is online now   Reply With Quote
Old Feb 10, 2009, 06:03 AM   #37
DriverHeaven Newbie
 
Join Date: May 2007
Posts: 7
Rep Power: 0
szundiszundi is on a distinguished road

Re: Is there any metronome for Kx DSP?

Ok, I am understand, .da version working with 3435b. But 3538i version very nice, bpm control, 2/4, 3/4, 4/4, start/stop button, ect. This version not possible to run with 3435b? Bad idea?
szundiszundi is offline   Reply With Quote
Old Feb 10, 2009, 06:14 AM   #38
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!

Re: Is there any metronome for Kx DSP?

It is just that I have not seen eyagos (the person who made the plugin) around here in quite some time...
Russ is online now   Reply With Quote
Old Feb 10, 2009, 09:01 AM   #39
DriverHeaven Newbie
 
Join Date: May 2007
Posts: 7
Rep Power: 0
szundiszundi is on a distinguished road

Re: Is there any metronome for Kx DSP?

I tried to change it, but did not succeed. Help I ask you, what it is necessary to write in the Dane editor?
szundiszundi is offline   Reply With Quote
Old Feb 10, 2009, 09:08 AM   #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!

Re: Is there any metronome for Kx DSP?

You tried to change the .da version or the .dll/.kxl version?

You cannot edit the .dll version (it is compiled from C++ source code (which we do not have). For it to work with the current version of kX, it needs to be recompiled using a more recent version of the kX SDK).

If it is the .da version, what changes did you try to make? In what way did it not work?

Last edited by Russ; Feb 10, 2009 at 09:29 AM. Reason: more info
Russ is online now   Reply With Quote
Old Feb 10, 2009, 09:52 AM   #41
DriverHeaven Newbie
 
Join Date: May 2007
Posts: 7
Rep Power: 0
szundiszundi is on a distinguished road

Re: Is there any metronome for Kx DSP?

I tried to copy and paste 3538i version dane source from 3545b dane editor, and save .da, plugin working, and not tweak window. I see it already now, requires .dll file. I believed it this plain task, but gone astray. I would have need 2/4, 3/4, 4/4, 6/8 opportunity, and bpm scale. Sorry, for my very bad english.
szundiszundi is offline   Reply With Quote
Old Feb 11, 2009, 11:35 AM   #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!

Re: Is there any metronome for Kx DSP?

Sorry, but you are not going to be able to get what you want just editing the .da file. You could probably edit the code to make the time signature somewhat selectable (and you already have BPM), but you are are still stuck with the basic GUI, and as such, you will not be able to dial in specific values.

I would suggest that you just use a software based metronome for now. There are many free one's available that can do what you want and more. Aside from that, there is MIDI, and (software based) drum machines and step sequencers, etc.
Russ is online now   Reply With Quote
Old Feb 14, 2009, 08:11 PM Threadstarter Thread Starter   #43
HardwareHeaven Senior Member
 
Join Date: Jul 2004
Posts: 452
Rep Power: 0
JGSF is on a distinguished road

Re: Is there any metronome for Kx DSP?

This was a really great plugin.
JGSF is offline   Reply With Quote
Old Feb 14, 2009, 09:23 PM   #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!

Re: Is there any metronome for Kx DSP?

I just hope that eyagos is OK...
Russ is online now   Reply With Quote
Old Feb 16, 2009, 08:48 PM   #45
DriverHeaven Newbie
 
Join Date: May 2007
Posts: 7
Rep Power: 0
szundiszundi is on a distinguished road

Re: Is there any metronome for Kx DSP?

Russ: Thank you for your answer.

JGSF: Thank you, very nice plugin.
szundiszundi is offline   Reply With Quote
Reply

Thread Tools