LMMS
Loading...
Searching...
No Matches
makerdf.cpp File Reference
#include <calf/giface.h>
#include <calf/preset.h>
#include <calf/utils.h>
#include <getopt.h>
#include <string.h>
#include <set>

Functions

static FILE * open_and_check (const std::string &filename)
void make_ttl (string tmp)
void make_gui (string path_prefix)
int main (int argc, char *argv[])

Variables

static struct option long_options []

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

◆ make_gui()

void make_gui ( string path_prefix)

◆ make_ttl()

void make_ttl ( string tmp)

◆ open_and_check()

FILE * open_and_check ( const std::string & filename)
static

Variable Documentation

◆ long_options

struct option long_options[]
static
Initial value:
= {
{"help", 0, 0, 'h'},
{"version", 0, 0, 'v'},
{"mode", 1, 0, 'm'},
{"path", 1, 0, 'p'},
{0,0,0,0},
}