hi all,
i am a newbie, and i need some help here. i want to feed the detected beat from avs to an external program as a trigger signal. how should i do that ? does somebody know this ? or does somebody know how to get winamp's variable spectrumData without having to write a vis plug-in ? by the way, i'm using delphi.
thanks before.
help needed
5 posts
You have to write a visualisation plug-in to grab spectrumData. No way around that. You'll need to write your own beat-detection code in that case.
If you want to use AVS's beat detection, you could write an APE, but you'd need to modify all your presets to include it.
I believe there is a Delphi Vis plugin SDK, but APE's only have a C++ SDK.
If you want to use AVS's beat detection, you could write an APE, but you'd need to modify all your presets to include it.
I believe there is a Delphi Vis plugin SDK, but APE's only have a C++ SDK.
I wrote a plugin toghether with a friend, you call a function and this function should send the spec tó your programm(need the pointer, of the spec array)
i never tried it out. but if you want it send me a mail
i never tried it out. but if you want it send me a mail
You can grab spectrum data in AVS, but I don't think you can send it out without making a new plugin
Hey Seren4chen!
I'm also one of the Delphi Users (we're rare but we're ther) 😁
As i experienced it, it's realy hard to write some good vis plugs starting up without any knowledge. Maybe you should try to use your Soundcard's MixRecord function. Record the sound and get the signal into your prog directly. But maybe that's even more difficult, i never tried such things out...
By the Way, doyou have any Drag&Drop experiences? I've almost completed a hotkey tool (click here for info) but i'm still struggling with adding drag&drop. 😕
Hope you'll succeed
I'm also one of the Delphi Users (we're rare but we're ther) 😁
As i experienced it, it's realy hard to write some good vis plugs starting up without any knowledge. Maybe you should try to use your Soundcard's MixRecord function. Record the sound and get the signal into your prog directly. But maybe that's even more difficult, i never tried such things out...
By the Way, doyou have any Drag&Drop experiences? I've almost completed a hotkey tool (click here for info) but i'm still struggling with adding drag&drop. 😕
Hope you'll succeed