Hello
I want to know :
-where I could find crossfader script.
-where I could find typical 3 eq band script. (low, mid, high)
That would be basic part of my frequency mix mode. So i can make up a plugin for it.
I have microsoft visual studio 2010, i cannot see .dll (any effect) script.
I see folder flanger.dll + folder bitmap, i see the bitmap picture.
Is this normal?, how can i see effect script, so i can understand similarities between effect...
I want to know :
-where I could find crossfader script.
-where I could find typical 3 eq band script. (low, mid, high)
That would be basic part of my frequency mix mode. So i can make up a plugin for it.
I have microsoft visual studio 2010, i cannot see .dll (any effect) script.
I see folder flanger.dll + folder bitmap, i see the bitmap picture.
Is this normal?, how can i see effect script, so i can understand similarities between effect...
Posted Tue 23 Mar 10 @ 5:08 pm
I have finished the 16 band to 7 band conversion.
I might re work on the eq band Hz, but i want to test run how it sounds first, since it is a mod from original work, I don't know how to make it a .dll
I used the 16 band EQ from macourteau .cpp file and modified, once I have this complete, what do i need to do next to complete .cpp file to a .dll ?
Original .cpp is available through effects.
I DO NOT claim that this is completely my work.
I might re work on the eq band Hz, but i want to test run how it sounds first, since it is a mod from original work, I don't know how to make it a .dll
I used the 16 band EQ from macourteau .cpp file and modified, once I have this complete, what do i need to do next to complete .cpp file to a .dll ?
Original .cpp is available through effects.
I DO NOT claim that this is completely my work.
Posted Tue 23 Mar 10 @ 9:47 pm
You need to use the SDK and Visual C++ to compile the cpp file into a DLL.
Posted Wed 24 Mar 10 @ 8:42 am