|
ape
0.5.0
Audio Programming Environment
|
char *const * files
Definition: Project.h:96
const char * workingDirectory
Definition: Project.h:104
unsigned isSingleString
Definition: Project.h:80
void * userData
Definition: Project.h:117
struct APE_SharedInterface * iface
Definition: Project.h:70
const int * traceLines
Logical source lines that should be traced
Definition: Project.h:122
Definition: audiofile.h:7
const char * projectName
Definition: Project.h:100
Definition: SharedInterface.h:159
APE_Optimization_Level
Definition: SharedInterface.h:63
int nativeVectorBitWidth
The amount of bits in the native SIMD CPU registers with a complete arithmetic instruction set....
Definition: Project.h:144
const char * arguments
Definition: Project.h:113
unsigned int nFiles
Definition: Project.h:84
unsigned int uniqueID
Definition: Project.h:88
APE_ErrorFunc reportDiagnostic
Definition: Project.h:128
size_t numTraceLines
^ number of trace lines
Definition: Project.h:126
int floatPrecision
Suggestion to carry out floating-point operations with approximately this amount of bits.
Definition: Project.h:133
const char * sourceString
Definition: Project.h:92
unsigned engineVersion
Definition: Project.h:74
APE_Optimization_Level optimizationLevel
Suggested "optimization" level.
Definition: Project.h:138
const char * rootPath
Definition: Project.h:108
void(APE_API * APE_ErrorFunc)(APE_Project *, APE_Diagnostic, const char *)
Definition: APE.h:90