Looking for a VST / GUI / JUCE expert to help me ?!

Hi experts,
I’d just need a basic things I cannot succeed to make.

I posted several questions and had nice answers, but I’m still stuck glueing the different part together.

I’d need a skeleton project like that:

  • made for audio plugin (audio plugin type in introjucer)
  • using knobman stacked png (as dave96 explained me SO well: http://www.rawmaterialsoftware.com/viewtopic.php?f=7&t=7880)
  • with a panel part (I mean, the component of gui part) openable in The Jucer (thanks to Anima here: http://www.rawmaterialsoftware.com/viewtopic.php?f=7&t=7881)
  • with this panel part including some other specific components (knobs, buttons) made with the jucer too (it would be the best thing for me to understand this ccomponent/sub/sub hierarchy and how it is declared at the top level)
  • with the Xcode project file ok :slight_smile:

If I could have that, I’d increase my skill a lot and I could move further, maybe helping the others with that too

best,

Not really sure if there is much more to say than what has been explained already. Have you looked at the Audio Plugin Demo in the extras folder? This basically does what you want, you will just have to replace the PluginEditor class with your Jucer generated one (make sure it inherits from AudioProcessorEditor as well as Component in the class tab) then hook it up to the various parameters you might have in the same way the demo does.

Seriously use the docs to find out what a class does, they are really well documented (or cmd+double click in XCode to jump to the definition).

Hope it all goes well.

thanks a lot for your answer.
believe me, I’m very better in other domains :stuck_out_tongue:

I’m doing my best to understand, to be efficient etc.
But, for instance, when you wrote “You will just have to replace the PluginEditor class with your Jucer generated one (make sure it inherits from AudioProcessorEditor as well as Component in the class tab)” … yes. I got it. but even if I look for many infos, do many tests, this is not a natural stuff for me and thank to you it will be come a more natural stuff now :slight_smile:

I mean, I understand someone doesn’t understand why I’m asking those questions, but I also understand that because I’m teaching myself and sometimes I’d want to say “RTFM” (which is absolutely not what you said)

again, thanks a lot dave96.
I’ll do my best again to dig that.

Maybe the way is to start from Audio Plugin Demo and "to replace the PluginEditor class with your Jucer generated one"
doing that right now :slight_smile:

how to handle inheritance in class tab?
I guess this is a deal with parent class, but how could I do that, please?

http://www.elance.com/php/bid/main/proposalList.php?jobid=26276367
I created a job in Elance for that:

I’d need help about writing my little “vst plugin design” workflow with juce.
The most problem I have is about the GUI.

[quote]I’d need a Juce C++ skeleton/template project like that:

  • made for audio plugin
  • using knobman stacked png (http://www.rawmaterialsoftware.com/viewtopic.php?f=7&t=7880)
  • with the main component corresponding to the global panel of gui
  • with at least 3 sub panels includes in the global panel
  • each panel would have at least 3 knobs and several other gUI elements
  • each component woud have his own .h .cpp files openable in The Jucer for easy edition
  • with input & output ready to use
  • without dsp, but with a comment where the pass thru is made.
  • nicely commented
  • with the Xcode project & Visual Studio one correctly made by Introjucer

It is urgent.
We can discuss about the characteristics.
But it is very basic.[/quote]

I’d be happy to have someone from here :slight_smile: