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 4, 2005, 04:43 AM   #1
BpM
DriverHeaven Junior Member
 
Join Date: Nov 2004
Location: Germany / Sachsen
Posts: 36
Rep Power: 0
BpM is on a distinguished road

??? BpM counter plugIn

Hi everybody,

i wonder if its possible to programm
a bpm counter which send value out of
the midi port? To master other midi devices.
If yes i will try to programm such a plugin.
BpM is offline   Reply With Quote


Old Jun 4, 2005, 08:06 PM   #2
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:
Originally Posted by BpM
Hi everybody,

i wonder if its possible to programm
a bpm counter which send value out of
the midi port? To master other midi devices.
If yes i will try to programm such a plugin.
Of course it is possible to write an application that generates and sends Midi tempo data.
However, this is unrelated to the DSP.
The DSP itself (microcode, dane stuff) can not open a midiport and send data to it.
This has to be done in C++ entirly, so I don't see how a DSP-plugin could fit in as you suggest.

/LeMury
Lex Nahumury is offline   Reply With Quote
Old Jun 4, 2005, 10:18 PM Threadstarter Thread Starter   #3
BpM
DriverHeaven Junior Member
 
Join Date: Nov 2004
Location: Germany / Sachsen
Posts: 36
Rep Power: 0
BpM is on a distinguished road

Cool. Thx LeMury.
I give report if i get something to work...
BpM is offline   Reply With Quote
Old Jun 5, 2005, 09:33 AM   #4
DriverHeaven Addict
 
Join Date: Feb 2003
Location: slovenia
Posts: 269
Rep Power: 0
kokoon is on a distinguished road

i'd first try it in pd (pure data)
__________________
[kokoon]
kokoon is offline   Reply With Quote
Old Jun 5, 2005, 05:25 PM Threadstarter Thread Starter   #5
BpM
DriverHeaven Junior Member
 
Join Date: Nov 2004
Location: Germany / Sachsen
Posts: 36
Rep Power: 0
BpM is on a distinguished road

Yeah,

yes i will do so. i just finished reading the beginners dsp programming guide.
And: I understood most of it
The content was too basicly to start programming, but it is a really good start.
I keep on working...(learning)
so far BpM
BpM is offline   Reply With Quote
Old Jun 5, 2005, 11:37 PM   #6
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:
Originally Posted by BpM
Yeah,

yes i will do so. i just finished reading the beginners dsp programming guide.
And: I understood most of it
The content was too basicly to start programming, but it is a really good start.
I keep on working...(learning)
so far BpM
Ok, but I hope you understood my previous post
that microcode (dane stuff) can *not* send midi data by itself.
This has to be done in C++, so I still fail to see why you would need the DSP (=microcode).

/LeMury
Lex Nahumury is offline   Reply With Quote
Old Jun 7, 2005, 09:00 PM Threadstarter Thread Starter   #7
BpM
DriverHeaven Junior Member
 
Join Date: Nov 2004
Location: Germany / Sachsen
Posts: 36
Rep Power: 0
BpM is on a distinguished road

Quote:
Originally Posted by LeMury
Of course it is possible to write an application that generates and sends Midi tempo data.
However, this is unrelated to the DSP.
The DSP itself (microcode, dane stuff) can not open a midiport and send data to it.
This has to be done in C++ entirly, so I don't see how a DSP-plugin could fit in as you suggest.

/LeMury
ahh ok,
i really dont read the little word "not" about the midiport.
but i did some progress. now i need a display.
it is possible to programm a display in dane the shows values?
and how can i set the range of faders?
BpM is offline   Reply With Quote
Old Jun 8, 2005, 02:53 AM   #8
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:
Originally Posted by BpM
..it is possible to programm a display in dane the shows values?
and how can i set the range of faders?
No, you can NOT do such things in pure dane/microcode.
You need C++/dll extension for that.

/LeMury
Lex Nahumury is offline   Reply With Quote
Old Jun 9, 2005, 04:40 PM Threadstarter Thread Starter   #9
BpM
DriverHeaven Junior Member
 
Join Date: Nov 2004
Location: Germany / Sachsen
Posts: 36
Rep Power: 0
BpM is on a distinguished road

damn so i have to learn c++ to programm bigger projects...
it is also posibble to programm in delphi?
because it's the only language which i can remeber from my school time
BpM is offline   Reply With Quote
Old Jun 9, 2005, 06:19 PM   #10
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

>>damn so i have to learn c++ to programm bigger projects...
Yep I'm afraid so.
>>it is also posibble to programm in delphi?
No, the SDK is C++.
Lex Nahumury is offline   Reply With Quote
Reply

Thread Tools