Hi Romain,

I see that you've added a new "faust2android.cpp" architecture in the git 
repot, that *explicitly* has  the "class UI, class dsp" inside it.

We have restructured the architecture files so that now the "include" way is 
preferable; that is the UI/audio/dsp stuff is moved and *shared* in faust/ 
folder and architecture files can include them :

#include "faust/gui/FUI.h"
#include "faust/misc.h"
#include "faust/gui/faustqt.h"
#include "faust/audio/jack-dsp.h"

We still have the possibility to produce a self contained file using the "-i" 
option, like:

faust -a jack-gtk.cpp -i examples/freeverb.dsp

So it would be better to use the following in your "faust2android.cpp"

#include "faust/gui/UI.h"
#include "faust/audio/dsp.h"

Stéphane



------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to