man linuxsampler (Commandes) - modular, streaming capable sampler

NAME

linuxsampler - modular, streaming capable sampler

SYNOPSIS

linuxsampler [OPTIONS]

DESCRIPTION

LinuxSampler is a modular, streaming capable sampler. The sampler is designed as backend, that is server-like console application. You will need a frontend application like QSampler to control the sampler and manage sampler sessions. Or you have to send LSCP commands manually to the sampler e.g. by using telnet or netcat.

OPTIONS

--help
Print command line help and exit.
--version
--profile
--no-tune
--statistics
--lscp-addr
--lscp-port
Defines TCP port on which the LSCP server should listen to (default: 8888).
Defines IP address on which the LSCP server should listen to (default: any).
Output voice and disk stream count periodically on the console.
Disable assembly optimizations. Usually the sampler will detect CPU specific features like MMX and SSE at runtime and use an appropriate assembly optimized code in that case. With that switch you can disable this feature and force the sampler to skip the assembly optimizations at runtime.
Output benchmark messages on the console. This reflects the current efficiency as abstract BogoVoice count which is something like a theoretical limit of the amount of voices which can be rendered in the given scenario. It does not include all aspects of the sampler, that's why this value is usually higher than what you really can achieve on your box. Also note that this value is as well dependant on what instrument patch you are using and what you are playing.
Print version and exit.

SEE ALSO

BUGS

Report bugs to http://bugs.linuxsampler.org

Author

Written by Christian Schoenebeck <cuse@users.sf.net>