/[svn]/linuxsampler/trunk/src/linuxsampler.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/linuxsampler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 53 by schoenebeck, Mon Apr 26 17:15:51 2004 UTC revision 123 by schoenebeck, Mon Jun 14 19:33:16 2004 UTC
# Line 2  Line 2 
2   *                                                                         *   *                                                                         *
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003 by Benno Senoner and Christian Schoenebeck         *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *                                                                         *   *                                                                         *
7   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
8   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 24  Line 24 
24  #include <signal.h>  #include <signal.h>
25    
26  #include "Sampler.h"  #include "Sampler.h"
27    #include "audiodriver/AudioOutputDeviceFactory.h"
28  #include "network/lscpserver.h"  #include "network/lscpserver.h"
29    
30  #if 0  #if 0
# Line 75  int main(int argc, char **argv) { Line 76  int main(int argc, char **argv) {
76          return EXIT_FAILURE;          return EXIT_FAILURE;
77      }*/      }*/
78    
79    
80      // create LinuxSampler instance      // create LinuxSampler instance
81        dmsg(1,("Creating Sampler..."));
82      pSampler = new Sampler;      pSampler = new Sampler;
83        dmsg(1,("OK\n"));
84    
85        dmsg(1,("Registered audio output drivers: %s\n", AudioOutputDeviceFactory::AvailableDriversAsString().c_str()));
86    
87      // create an audio output device      // create an audio output device
88     /* bool no_jack = true;     /* bool no_jack = true;

Legend:
Removed from v.53  
changed lines
  Added in v.123

  ViewVC Help
Powered by ViewVC