I'm not sure what extensions for adobe look like, but this:
Quote:
|
I ask because I think looking at such applications will give an idea of what programming needs to look like to be accessible to non-programmers.
|
Definitely disqualifies audio plug-ins. You need extremely high-level programming experience (SDKs for VSTs are in C++ and AUs are Objective C) and high-level DSP related math skills for audio plug-ins. With a couple excpetions.
Native Instruments offers a program/vst instrument called Reaktor which allows you to create effects and instruments using simpler building blocks provided in the instrument and create a UI pretty easily on top of it all. It's funny because some of the more interesting and innovative computer instruments are coming from Reaktor users.
Max/MSP is sort of the same vein, but I think Reaktor has a lower point of entry. The advantage of Max is you're able to close off and sell your product. Reaktor stays open (anyone can see the parts you used to build your instrument).