My version of Cockos' IPlug is another option, which is liberally licensed. It 
does win/mac VST2, VST3, AU, RTAS, AAX and standalone app (no linux though).

A while ago I made a (very basic) faust2iplug template project and python 
script. The idea is that you could use IPlug to create whatever GUI you like on 
top of your faust dsp

the main flaw with it at the moment is that you can’t update your IPlug project 
if your faust .dsp changes and it doesn’t pay attention to I/O counts.

https://github.com/olilarkin/wdl-ol/tree/faust

some outdated videos about IPlug

OSX: https://www.youtube.com/watch?v=POP_z0dAn9c&list=UUPX80bFVRd8PNfl_n6b46FA
WIN: https://www.youtube.com/watch?v=uWitp7EOWVA

once you have set up IPlug you can convert your .dsp to an IPlug Project 

cd IPlugExamples
./faust2iplug.py IPlugFaustTest.dsp AcmeInc


there is a new version of WDL-OL/IPlug coming soon which is based on VST3 and 
separates DSP and GUI. Also GUI can be implemented using whatever GUI 
framework, e.g. JUCE, VSTGUI, Cocoa.

oli



On 7 Dec 2014, at 10:12, Kjetil Matheussen <k.s.matheus...@gmail.com> wrote:

> 
> Or someone needs to sit down and port faust-vst to AU. Shouldn't be that 
> hard, so I might do that some time, but don't hold your breath for it. ;-)
> 
> Another alternative could be make a JUCE architecture file, then you'll get 
> support for vst/au/rtas/npapi/activex in one architecture file. My experience 
> is that JUCE is very well designed, so it's probably a much simpler task to 
> make a JUCE architecture file than an AU architecture file. JUCE is GPL only 
> though, unless you buy a licence.
> 
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk_______________________________________________
> Faudiostream-devel mailing list
> Faudiostream-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to