/[svn]/linuxsampler/trunk/man/linuxsampler.1.in
ViewVC logotype

Contents of /linuxsampler/trunk/man/linuxsampler.1.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 579 - (show annotations) (download)
Tue May 24 19:20:20 2005 UTC (18 years, 10 months ago) by schoenebeck
File size: 963 byte(s)
* src/network/lscpserver.cpp: fixed segfault
  (patch by Grigor Iliev, fixes #17)
* added man page
* final preparations for the first official release (which will be 0.3.1)

1 .TH "linuxsampler" "1" "24 May 2005" "linuxsampler @VERSION@" "User Manuals"
2 .SH NAME
3 linuxsampler \- modular, streaming capable sampler
4 .SH SYNOPSIS
5 .B linuxsampler
6 [OPTIONS]
7 .SH DESCRIPTION
8 LinuxSampler is a modular, streaming capable sampler. The sampler is designed as
9 backend, that is server-like console application. You will need a frontend
10 application like QSampler to control the sampler and manage sampler sessions. Or
11 you have to send LSCP commands manually to the sampler e.g. by using telnet or
12 netcat.
13 .SH OPTIONS
14 .IP \ --help
15 print command line help and exit
16 .TP
17 .IP \ --version
18 print version and exit
19 .TP
20 .IP \ --profile
21 output benchmark messages on the console
22 .TP
23 .IP \ --no-tune
24 disable assembly optimizations
25 .TP
26 .IP \ --statistics
27 output voice and disk stream count periodically on the console
28 .SH "SEE ALSO"
29 qsampler(1)
30 .SH "BUGS"
31 Report bugs to http://bugs.linuxsampler.org
32 .SH "Author"
33 Written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC