ReMAS
1.5
Real-time Musical Accompaniment System
|
Server version of ReMAS for CPU, both x86_64 and ARM. More...
#include "TimeFunctions.h"
#include "CPUFunctions.h"
#include "FileFunctions.h"
#include "SoundFunctions.h"
#include "TempoFunctions.h"
#include "NetFunctions.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
main is the entry point to ReMAS, classical C main program. More... | |
Server version of ReMAS for CPU, both x86_64 and ARM.
Definition in file ServerCPU.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
main is the entry point to ReMAS, classical C main program.
main is the entry point to ReMAS, classical C/CUDA main program.
argc | (in) As is usual in programs C |
argv | (in) As is usual in programs C |
argc | (in) As is usual in programs C/CUDA |
argv | (in) As is usual in programs C/CUDA |
Definition at line 55 of file ServerCPU.c.