Archive: help needed


24th February 2002 23:11 UTC

help needed
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.


25th February 2002 00:09 UTC

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.


25th February 2002 09:53 UTC

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


26th February 2002 04:28 UTC

You can grab spectrum data in AVS, but I don't think you can send it out without making a new plugin


26th February 2002 11:22 UTC

Hey Seren4chen!

I'm also one of the Delphi Users (we're rare but we're ther) :D
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. :confused:

Hope you'll succeed