--- qsampler/trunk/README 2004/05/14 20:34:19 77 +++ qsampler/trunk/README 2018/01/10 18:55:12 3404 @@ -1,8 +1,8 @@ -qsampler - A LinuxSampler Qt GUI Interface +Qsampler - A LinuxSampler Qt GUI Interface ------------------------------------------ -QSampler is a LinuxSampler GUI front-end application written in C++ around -the Qt3 toolkit using Qt Designer. At the moment it just wraps as a client +Qsampler is a LinuxSampler GUI front-end application written in C++ around +the Qt framework using Qt Designer. At the moment it just wraps as a client reference interface for the LinuxSampler Control Protocol (LSCP). LinuxSampler is a work in progress. The goal is to produce a free, open source @@ -20,6 +20,26 @@ License: GNU General Public License (GPL) +Requirements +------------ + +The software requirements for build and runtime are listed as follows: + + Mandatory: + + - Qt framework, C++ class library and tools for + cross-platform application and UI development + http://qt.io/ + + - liblscp, C library for LinuxSampler control protocol API. + http://www.linuxsampler.org/ + + Optional (opted-in at build time): + + - libgig, C++ library for loading and modifying Gigasampler and DLS files. + http://www.linuxsampler.org/libgig/ + + Installation ------------ @@ -36,38 +56,47 @@ This procedure will end installing the following couple of files: ${prefix}/bin/qsampler - ${prefix}/share/icons/qsampler.png + ${prefix}/share/pixmaps/qsampler.png + ${prefix}/share/applications/qsampler.desktop + ${prefix}/share/locale/qsampler_*.qm Just launch ${prefix}/bin/qsampler and you're off (hopefully). Note that the default installation path ${prefix} is /usr/local. +If you're checking out from Git, you'll have to prepare the +configure script just before you proceed with the above instructions: + + ./autogen.sh + Configuration ------------- -QSampler holds its settings and configuration state per user, in a file -located as $HOME/.qt/qsamplerrc. Normally, there's no need to edit this file, -as it is recreated and rewritten everytime qsampler is run. +Qsampler holds its settings and configuration state per user, in a +file located as $HOME/.config/linuxsampler.org/Qsampler.conf . +Normally, there's no need to edit this file, as it is recreated and +rewritten everytime qsampler is run. + Bugs ---- -Plenty still, after all this is early alpha software ;) +Plenty as this is still alpha software. Bug reports should be posted on +LinuxSampler bug tracker (http://bugs.linuxsampler.org). Support ------- -QSampler is open source free software. For bug reports, feature requests, +Qsampler is open source free software. For bug reports, feature requests, discussion forums, mailling lists, or any other matter related to the -development of this piece of software, please use the Sourceforge -project page (http://sourceforge.net/projects/qsampler). - +development of this piece of software, please use the LinuxSampler project +site (http://www.linuxsampler.org). Enjoy. rncbc aka Rui Nuno Capela rncbc at rncbc dot org - +http://www.rncbc.org