Rahul Sharma (Editor)

LinuxSampler

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Type
  
Software sampler

Website
  
www.linuxsampler.org

License
  
mostly GPL

LinuxSampler

Operating system
  
Linux, FreeBSD, OS X, Windows

LinuxSampler is a music sampler under active development, aiming to provide a pure software audio sampler with professional grade features, comparable to both hardware and commercial Windows or Mac software samplers and to introduce new features not yet available by any other sampler. Much of LinuxSampler is free software but some, such as the back-end, is non-free, as commercial reuse is restricted.

Contents

Concept

LinuxSampler was designed as a sampler back-end, decoupled from any user interface. It provides a native C++ API as well as a network interface using an ASCII based protocol called LSCP for controlling the sampler and managing sampler sessions. Also, there are already two convenient frontends for LinuxSampler, QSampler and JSampler.

Due to the decoupled design the sampler can be controlled with the GUI frontend(s) even from another computer, probably even running another OS like Windows or OS X. SMP and cluster support is planned for future releases. There is a graphical instrument editor called gigedit, based on the GUI library GTK+, which can be used to edit and create Gigasampler format instruments and can either be used as a stand-alone application or in conjunction with LinuxSampler. The latter case allows to play and edit instruments at the same time, making all modifications with gigedit immediately audible, without having to reload the instruments into the sampler.

Platforms

LinuxSampler, as the name indicates, was originally conceived to run on Linux, but thanks to the abstraction of audio and MIDI drivers and platform dependent functions, the sampler was successfully ported to Windows, OS X and FreeBSD.

The Windows version of LinuxSampler currently can work in standalone mode providing ASIO audio output and MME MIDI input and as a VSTi plugin providing full integration with VST sequencers. The OS X version currently supports jackd audio output and CoreMIDI input. The Audio Unit interface (AU plugin) is in beta.

Goals

It is planned to support all common sampler formats in LinuxSampler, but at the moment the work is concentrate on the Gigasampler format. Beside that, the goal is to design a new, sophisticated sampler format, more powerful and more flexible compared to any sampler format currently available in the world.

There is a feature list with more information about the current development plans available.

Licensing

Most components are distributed as free software, under either the GNU General Public License or the GNU Lesser General Public License. However, the software license of the sampler backend prohibits commercial use. For commercial use, permission and terms must be sought from the developers. The backend is thus not free software. The ban on commercial use does not however include banning LinuxSampler's use for commercial music production. This is explicitly allowed.

References

LinuxSampler Wikipedia