20 lines
678 B
C
20 lines
678 B
C
|
/******************* BEGIN minarch.h ****************/
|
||
|
|
||
|
/************************************************************************
|
||
|
FAUST Architecture File for generating a very minimal C interface
|
||
|
************************************************************************/
|
||
|
|
||
|
#include "faust/gui/CInterface.h"
|
||
|
|
||
|
/******************************************************************************
|
||
|
VECTOR INTRINSICS
|
||
|
*******************************************************************************/
|
||
|
|
||
|
<<includeIntrinsic>>
|
||
|
|
||
|
/**************************BEGIN USER SECTION **************************/
|
||
|
|
||
|
<<includeclass>>
|
||
|
|
||
|
/***************************END USER SECTION ***************************/
|