LMMS
Loading...
Searching...
No Matches
main.cpp File Reference
#include <FL/Fl.H>
#include "UI/common.H"
#include <iostream>
#include <cmath>
#include <cctype>
#include <algorithm>
#include <signal.h>
#include <unistd.h>
#include <pthread.h>
#include <getopt.h>
#include "DSP/FFTwrapper.h"
#include "Misc/Master.h"
#include "Misc/Part.h"
#include "Misc/Util.h"
#include "Misc/Dump.h"
#include "Nio/Nio.h"

Macros

#define GETOP(x)
#define GETOPNUM(x)

Functions

void exitprogram ()
void sigterm_exit (int)
void set_module_parameters (Fl_Widget *o)
void initprogram (void)
int main (int argc, char *argv[])

Variables

Dump dump
MasterUI * ui
pthread_t thr4
Mastermaster
SYNTH_Tsynth
int swaplr = 0
int Pexitprogram = 0
char * instance_name = 0

Macro Definition Documentation

◆ GETOP

#define GETOP ( x)
Value:
if(optarguments) \
x = optarguments
unsigned x[BMAX+1]
Definition inflate.c:1586

◆ GETOPNUM

#define GETOPNUM ( x)
Value:
if(optarguments) \
x = atoi(optarguments)

Function Documentation

◆ exitprogram()

void exitprogram ( )

◆ initprogram()

void initprogram ( void )

◆ main()

int main ( int argc,
char * argv[] )
Todo
check this process for a small memory leak

◆ set_module_parameters()

void set_module_parameters ( Fl_Widget * o)

◆ sigterm_exit()

void sigterm_exit ( int )

Variable Documentation

◆ dump

Dump dump
extern

◆ instance_name

char* instance_name = 0

◆ master

Master* master

◆ Pexitprogram

int Pexitprogram = 0

◆ swaplr

int swaplr = 0

◆ synth

SYNTH_T* synth

◆ thr4

pthread_t thr4

◆ ui

MasterUI* ui