Hello everyone!
I am a begginer when it comes to juce and making audio plugins but im very familiar with the C++ lanaguge and after trying some stuff on the JUCE platform it looks like it will make my life of making audio plugins very simple. a really newbie questions about sound and effects:
1) i would like to create a reverb and delay effect, any tips on how to go about doing this task? i understand the concept of how delay and reverbs work with audio buffers and pointers reading and writing , but how to integrate them with JUCE is kind of confusing for me,
should i create A new class for Delay effect? where would it be? should it inherit from the component class or other thing? i saw there is a reverb class too, what does it really give me?
2)Passing audio through filter in plug-ins , any information about that? how would i integrate within a plugi-in the audio through a filter and then output it?
3)Should an audio effect have one midi input and output and one audio input and output? - i know this question is kinda dumb but had to figure out something
Thanks for any answer and sorry for any poor english mistakes made :)