Hi,
I’m new to juce, but i really want to get in it.
But i’ve got some problems:
- Topic: JuceDemoPlugin
I am tryin to build the JuceDemoPlugin as a VST Plugin (I deactivated RTAS and AU).
I compiled the JuceDemoPlugin without (except of some Warnings…) correctly:
in the Debug Folder i can see now files like those:
JuceDemoPlugin.dpm.rsr
juce_RTAS_WinUtilities.obj
…
JuceDemoPlugin.dpm.embed.manifest
JuceDemoPlugin.dpm.embed.manifest.res
juce_VST_Wrapper.obj
…
JuceDemoPlugin.dpm.intermediate.manifest
JuceDemoPlugin.dpm
JuceDemoPlugin.pdb
maybe this is a stupid question but: Where can i find the JuceDemoPlugin.dll which I can inlcude as VST?
- Topic: Building my One Plug-in
I am doing the tutorial atm - do you have any other hints where to start?
If I want to create a Filter - do I have to make a FFT of the input signal (Or a make use of a FIR?),
or is there already a way in juce implemented to get my input signal in the frequency domain?
Thanks for your answers,
greetz equinox