/[svn]/qsampler/trunk/README
ViewVC logotype

Annotation of /qsampler/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 491 - (hide annotations) (download)
Fri Apr 1 14:18:50 2005 UTC (19 years ago) by capela
File size: 2089 byte(s)
Capital Q on application descriptive name was made official.

1 capela 491 Qsampler - A LinuxSampler Qt GUI Interface
2 capela 77 ------------------------------------------
3    
4 capela 491 Qsampler is a LinuxSampler GUI front-end application written in C++ around
5 capela 77 the Qt3 toolkit using Qt Designer. At the moment it just wraps as a client
6     reference interface for the LinuxSampler Control Protocol (LSCP).
7    
8     LinuxSampler is a work in progress. The goal is to produce a free, open source
9     pure software audio sampler with professional grade features, comparable to
10     both hardware and commercial Windows/Mac software samplers.
11    
12     The initial platform will be Linux because it is one of the most promising
13     open source multimedia operating systems. Thanks to various kernel patches
14     and the Jack Audio Connection Kit, Linux is currently able to deliver rock
15     solid sub-5 millisecond MIDI-to-Audio response.
16    
17     Homepage: http://qsampler.sourceforge.net
18     See also: http://www.linuxsampler.org
19    
20     License: GNU General Public License (GPL)
21    
22    
23     Installation
24     ------------
25    
26     The installation procedure follows the standard for source distributions.
27     Unpack the tarball and in the extracted source directory:
28    
29     ./configure [--prefix=/usr/local]
30     make
31    
32     and optionally as root:
33    
34     make install
35    
36     This procedure will end installing the following couple of files:
37    
38     ${prefix}/bin/qsampler
39     ${prefix}/share/icons/qsampler.png
40    
41     Just launch ${prefix}/bin/qsampler and you're off (hopefully).
42    
43     Note that the default installation path ${prefix} is /usr/local.
44    
45    
46     Configuration
47     -------------
48    
49 capela 491 Qsampler holds its settings and configuration state per user, in a file
50 capela 77 located as $HOME/.qt/qsamplerrc. Normally, there's no need to edit this file,
51     as it is recreated and rewritten everytime qsampler is run.
52    
53     Bugs
54     ----
55    
56     Plenty still, after all this is early alpha software ;)
57    
58    
59     Support
60     -------
61    
62 capela 491 Qsampler is open source free software. For bug reports, feature requests,
63 capela 77 discussion forums, mailling lists, or any other matter related to the
64     development of this piece of software, please use the Sourceforge
65     project page (http://sourceforge.net/projects/qsampler).
66    
67    
68    
69     Enjoy.
70    
71     rncbc aka Rui Nuno Capela
72     rncbc at rncbc dot org
73    

  ViewVC Help
Powered by ViewVC