~ubuntu-branches/ubuntu/quantal/freewheeling/quantal

« back to all changes in this revision

Viewing changes to src/fweelin.cc

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2005-08-06 15:11:54 UTC
  • Revision ID: james.westby@ubuntu.com-20050806151154-nvhhuxtyvgweh75u
Tags: upstream-0.5pre4
ImportĀ upstreamĀ versionĀ 0.5pre4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ************
 
2
   FreeWheeling
 
3
   ************
 
4
 
 
5
   SLOWLY
 
6
 
 
7
   GENTLY
 
8
 
 
9
   PATIENTLY
 
10
 
 
11
   DEEP
 
12
 
 
13
   DEEP
 
14
 
 
15
   COMMUNION
 
16
 
 
17
 
 
18
   JAI MAA SHAKTI
 
19
   THANKS & PRAISE
 
20
 
 
21
   (c) Jan P Mercury 2000-2005
 
22
*/
 
23
 
 
24
#include <sys/time.h>
 
25
 
 
26
#include <stdio.h>
 
27
#include <errno.h>
 
28
#include <unistd.h>
 
29
#include <stdlib.h>
 
30
 
 
31
#include <math.h>
 
32
#include <string.h>
 
33
 
 
34
#include <pthread.h>
 
35
#include <sched.h>
 
36
#include <sys/mman.h>
 
37
 
 
38
#include "fweelin_midiio.h"
 
39
#include "fweelin_videoio.h"
 
40
#include "fweelin_keyio.h"
 
41
#include "fweelin_audioio.h"
 
42
 
 
43
#include "fweelin_core.h"
 
44
#include "fweelin_core_dsp.h"
 
45
 
 
46
int main (int argc, char *argv[]) {
 
47
  Fweelin flo;
 
48
 
 
49
  printf("FreeWheeling %s\n",VERSION);
 
50
  printf("Brought to you by a grant from Mother Earth.\n\n");
 
51
 
 
52
  if (!flo.setup())
 
53
    flo.go();
 
54
  else
 
55
    printf("Error starting FreeWheeling!");
 
56
}
 
57
 
 
58
// Improvisation is loving what is.