/[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 691 - (show annotations) (download)
Fri Jul 15 16:55:01 2005 UTC (18 years, 9 months ago) by schoenebeck
File size: 1847 byte(s)
another minor update of the man page

1 .TH "linuxsampler" "1" "15 Jul 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. This reflects the current
22 efficiency as abstract BogoVoice count which is something like a
23 theoretical limit of the amount of voices which can be rendered in the given
24 scenario. It does not include all aspects of the sampler, that's why this
25 value is usually higher than what you really can achieve on your box. Also
26 note that this value is as well dependant on what instrument patch you are
27 using and what you are playing.
28 .TP
29 .IP \ --no-tune
30 Disable assembly optimizations. Usually the sampler will detect CPU specific
31 features like MMX and SSE at runtime and use an appropriate assembly
32 optimized code in that case. With that switch you can disable this feature
33 and force the sampler to skip the assembly optimizations at runtime.
34 .TP
35 .IP \ --statistics
36 Output voice and disk stream count periodically on the console.
37 .TP
38 .IP \ --lscp-addr
39 Defines IP address on which the LSCP server should listen to (default: any).
40 .TP
41 .IP \ --lscp-port
42 Defines TCP port on which the LSCP server should listen to (default: 8888).
43 .SH "SEE ALSO"
44 qsampler(1)
45 .SH "BUGS"
46 Report bugs to http://bugs.linuxsampler.org
47 .SH "Author"
48 Written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC