VampPluginSDK  2.1
vamp-simple-host.cpp File Reference

Go to the source code of this file.

Defines

#define HOST_VERSION   "1.4"

Enumerations

enum  Verbosity { PluginIds, PluginOutputIds, PluginInformation, PluginInformationDetailed }

Functions

void printFeatures (int, int, int, Plugin::FeatureSet, ofstream *, bool frames)
void transformInput (float *, size_t)
void fft (unsigned int, bool, double *, double *, double *, double *)
void printPluginPath (bool verbose)
void printPluginCategoryList ()
void enumeratePlugins (Verbosity)
void listPluginsInLibrary (string soname)
int runPlugin (string myname, string soname, string id, string output, int outputNo, string inputFile, string outfilename, bool frames)
void usage (const char *name)
int main (int argc, char **argv)
static string header (string text, int level)

Define Documentation

#define HOST_VERSION   "1.4"

Definition at line 74 of file vamp-simple-host.cpp.

Referenced by main().


Enumeration Type Documentation

enum Verbosity
Enumerator:
PluginIds 
PluginOutputIds 
PluginInformation 
PluginInformationDetailed 

Definition at line 76 of file vamp-simple-host.cpp.


Function Documentation

void printFeatures ( int  frame,
int  sr,
int  output,
Plugin::FeatureSet  features,
ofstream *  out,
bool  frames 
)

Definition at line 495 of file vamp-simple-host.cpp.

References Vamp::RealTime::toString().

Referenced by runPlugin().

void transformInput ( float *  ,
size_t   
)
void fft ( unsigned  int,
bool  ,
double *  ,
double *  ,
double *  ,
double *   
)
void printPluginPath ( bool  verbose)

Definition at line 547 of file vamp-simple-host.cpp.

Referenced by main().

void listPluginsInLibrary ( string  soname)
void usage ( const char *  name)

Definition at line 93 of file vamp-simple-host.cpp.

References PLUGIN_SUFFIX.

Referenced by main().

static string header ( string  text,
int  level 
) [static]

Definition at line 567 of file vamp-simple-host.cpp.

Referenced by enumeratePlugins().