Re: [Faudiostream-users] faust2ck problem

2014-12-07 Thread Daniel Chapiro
Hi Romain, Thanks a lot for the example! Using the GUI spec you indicated, it works! :-) The .dsp file I got from the Faust repository had extra info, which probably confused faust2ck. For example, for bowPosition, bowed.dsp had: bowPosition = hslider("h:Physical_and_Nonlinearity/v:Physical_Pa

Re: [Faudiostream-users] [Faudiostream-devel] New faustvst.cpp architecture

2014-12-07 Thread Yan Michalevsky
I used VSTAU Manager with a certain success to use VSTs in DAWs that support only AU. Albert, that's great news, waiting to git-pull it. I think we should attempt to have one architecture for VST so that users won't be confused, and therefore if your new architecture has more features, let's try to

Re: [Faudiostream-users] install_faust2ios

2014-12-07 Thread Romain Michon
Hi Allen, It should be very straightforward... Xcode has to be installed on your system along with the developer command line tools. Of course, Faust has to be installed too. After that, you must make one small change to the template ios app used by faust2ios. The installed version of it should be

Re: [Faudiostream-users] faust2ck problem

2014-12-07 Thread Romain Michon
Hi Daniel, I'm not really sure how Spencer Salazar who implemented faust2ck decided to manage the creation of parameter names for the chugin based on the Faust code. When I use that kind of architecture in Faust, I usually delete all the groups, metadatas, etc. in the Faust code, just to be sure..

Re: [Faudiostream-users] [Faudiostream-devel] New faustvst.cpp architecture

2014-12-07 Thread Oliver Larkin
On 7 Dec 2014, at 11:58, Albert Graef wrote: > Don't have the time to take a closer look right now, but do you have an IPlug > example showing MIDI input and output lying around? Audio is usually pretty > trivial, but a MIDI plugin example would be rather helpful. the faust2iplug script is no

Re: [Faudiostream-users] [Faudiostream-devel] New faustvst.cpp architecture

2014-12-07 Thread Kjetil Matheussen
On Sun, Dec 7, 2014 at 11:56 AM, Oliver Larkin wrote: > 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 > s

Re: [Faudiostream-users] [Faudiostream-devel] New faustvst.cpp architecture

2014-12-07 Thread Albert Graef
Hi Oliver, On Sun, Dec 7, 2014 at 11:56 AM, Oliver Larkin wrote: > 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 > Don't have the time to take a closer look righ

[Faudiostream-users] New faustvst.cpp architecture

2014-12-07 Thread Bart Brouns
Now that JUCE has come up: has anyone taken a look at openframeworks yet? http://www.openframeworks.cc/ On 7 dec. 2014, at 11:45, Albert Graef wrote: > On Sun, Dec 7, 2014 at 11:12 AM, Kjetil Matheussen > wrote: >> Another alternative could be make a JUCE architecture file, then you'll get

Re: [Faudiostream-users] New faustvst.cpp architecture

2014-12-07 Thread alfonso santimone
yeah. despite my little experience in compiling complex projects i could try a compile myself. i have both VS2013 and MinGW32/64 enviroments on my machine. Il domenica 7 dicembre 2014, Albert Graef ha scritto: > On Sun, Dec 7, 2014 at 11:39 AM, alfonso santimone < > alfonso.santim...@gmail.com

Re: [Faudiostream-users] [Faudiostream-devel] New faustvst.cpp architecture

2014-12-07 Thread Oliver Larkin
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 GU

Re: [Faudiostream-users] New faustvst.cpp architecture

2014-12-07 Thread Albert Graef
On Sun, Dec 7, 2014 at 11:39 AM, alfonso santimone < alfonso.santim...@gmail.com> wrote: > i guess no Win 32/64 . am i right? > Not yet. I only have a mingw32 environment to test it on, but I guess that once it compiles there, porting to mingw64 shouldn't be that hard. I don't have much time to d

Re: [Faudiostream-users] [Faudiostream-devel] New faustvst.cpp architecture

2014-12-07 Thread Albert Graef
On Sun, Dec 7, 2014 at 11:12 AM, Kjetil Matheussen wrote: > 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 m

Re: [Faudiostream-users] New faustvst.cpp architecture

2014-12-07 Thread alfonso santimone
cool stuff! i guess no Win 32/64 . am i right? thanks ! a. Il domenica 7 dicembre 2014, Kjetil Matheussen ha scritto: > > 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 alterna

Re: [Faudiostream-users] [Faudiostream-devel] New faustvst.cpp architecture

2014-12-07 Thread Kjetil Matheussen
> 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 e

Re: [Faudiostream-users] [Faudiostream-devel] New faustvst.cpp architecture

2014-12-07 Thread Albert Graef
Hi Julius, On Sun, Dec 7, 2014 at 3:20 AM, Julius Smith wrote: > As always, it was a pleasure to follow your README file and get everything > installed. Sorry if this question is "politically incorrect" on this list, > but do you or anyone happen to know the easiest way to get VST support > goi