Hi everyone!
I think I just finally found an excuse to learn about Foobar plugins!
I want a plugin to control foobar's equalizer.
Basically, I want to be able to have a ColumnsUI panel that can:
1) Determine whether the EQ is on/off
2) Turn the EQ on/off (I'll have a green/red light with a small switch or something).
3) Load a preset (maybe have programmable buttons, maybe a list...)
*No need to modify the frequencies from this panel.
I want something simple to avoid the darn floating panel, something that looks good, something that does not take too much space and is always visible in my layout.
So i've got VS2008 set up, and unzipped foobar's SDK to my projects folder. When i open the solution everything appears to be ok.
I then downloaded ColumnsUI SDK, it also appears to load OK now.
I then downloaded the "tutorial" stickied in this forum, and although i'm more of a C/Java programmer (not c++) I seem to get enough of the code to make some progress.
Now my problem is that dsp.h does not seem to contain the functionality i need to do the above.
I was thinking that maybe it's best to examine the equalizer's dll to see which functions it exports, but somehow I can't find it.
foo_dsp_std.dll doesn't seem to be what i'm looking for, and only exports foobar2000_get_interface.
Can someone please point me in the right direction?
Thanks
