/[svn]/linuxsampler/trunk/README
ViewVC logotype

Diff of /linuxsampler/trunk/README

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

revision 697 by schoenebeck, Tue Jul 19 15:43:40 2005 UTC revision 3548 by schoenebeck, Wed Jul 31 09:35:10 2019 UTC
# Line 1  Line 1 
1  LinuxSampler - modular, streaming capable sampler  LinuxSampler - modular, streaming capable sampler
2    
3  by Benno Senoner (benno@gardena.net)  Copyright (C) 2003, 2004 by Benno Senoner (benno@gardena.net)
4  and Christian Schoenebeck (cuse@users.sourceforge.net)                and Christian Schoenebeck (cuse@users.sourceforge.net)
5    Copyright (C) 2005 - 2019 Christian Schoenebeck
6    
7  This software is distributed under the GNU General Public License (see  
8  COPYING file), and may not be used in commercial applications without asking  License
9  the authors for permission.  -------
10    
11    The LinuxSampler library (liblinuxsampler) and its applications are
12    distributed under the terms of the GNU General Public License (see COPYING
13    file), but with the EXCEPTION that they may NOT be used in COMMERCIAL
14    software or hardware products without prior written authorization by the
15    authors.
16    
17    Also note that liblinuxsampler and its applications are linking against
18    other libraries; respect their licenses as well!
19    
20    
21    Description
22    -----------
23    
24  LinuxSampler is sampler backend, thus server-like console application. It  LinuxSampler is sampler backend, thus server-like console application. It
25  provides a TCP based network interface with a custom ASCII based protocol  provides a TCP based network interface with a custom ASCII based protocol
26  called "LSCP" to control the sampler and manage sampler sessions. You either  called "LSCP" to control the sampler and manage sampler sessions. You either
27  have to send commands manually to LinuxSampler, e.g. by connecting via  have to send commands manually to LinuxSampler, e.g. by connecting via
28  'telnet' or by using 'netcat' or you might want to use a graphical user  'telnet' or by using 'netcat' or you might want to use a graphical user
29  interface (frontend) like QSampler.  interface (frontend) like QSampler (C++/Qt based) or JSampler (Java based).
30    
31  For more informations visit http://www.linuxsampler.org/documentation.html  For more informations visit http://www.linuxsampler.org/documentation.html
32    
# Line 22  Requirements on Linux Line 36  Requirements on Linux
36    
37      o A low latency enabled kernel      o A low latency enabled kernel
38        (see http://www.linuxsampler.org/faq.html#dropouts).        (see http://www.linuxsampler.org/faq.html#dropouts).
39      o At least ALSA and optionally JACK and their respective development      o At least one supported MIDI input system (i.e. ALSA, JACK, CoreMIDI or
40        (header) files as MIDI input and audio output drivers.        MidiShare) and at least one support audio output system (i.e. ALSA,
41          JACK or ARTS) have to be installed, along with their respective
42          development (header) files.
43      o libgig and its development (header) files for loading Gigasampler      o libgig and its development (header) files for loading Gigasampler
44        format files.        format files.
45      o libtool      o libtool
# Line 78  Compiling on Linux Line 94  Compiling on Linux
94      "/usr/src/<rpmdir>/RPMS/<arch>" directory.      "/usr/src/<rpmdir>/RPMS/<arch>" directory.
95    
96    
97  Compilation on OSX : Stephane Letz (letz@grame.fr)  Compilation on OSX
98  --------------------------------------------------  ------------------
99    
100        Please read osx/README.osx for detailed instructions about how to
101        compile the sampler for Mac OSX.
102    
103    Test Cases
104    ----------
105    
106  The compilation on OSX currently uses an XCode project.      There are automated test cases against core elements of the sampler,
107        which allow you to check the beheaviour of the sampler on your system.
108        These test cases are not compiled by default:
109    
110  - Download and install the JackOSX package (www.jackosx.com)      o Make sure cppunit is installed on your system.
111    
112  - In the "osx" folder, possibly manually edit the version.h to change the version number      o Run 'make tests' from the toplevel source directory to compile the
113          test cases.
114    
115  - In the XCode project, build the "LinuxSampler" target      o Run the test cases with 'src/testcases/linuxsamplertest'.
116    

Legend:
Removed from v.697  
changed lines
  Added in v.3548

  ViewVC Help
Powered by ViewVC