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

Annotation of /qsampler/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1258 - (hide annotations) (download)
Tue Jun 26 13:19:48 2007 UTC (16 years, 10 months ago) by capela
File size: 2291 byte(s)
- README correction.

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 capela 1258 ${prefix}/share/pixmaps/qsampler.png
40     ${prefix}/share/applications/qsampler.desktop
41 capela 77
42     Just launch ${prefix}/bin/qsampler and you're off (hopefully).
43    
44     Note that the default installation path ${prefix} is /usr/local.
45    
46 capela 1258 If you're checking out from CVS, you'll have to prepare the configure
47     script just before you proceed with the above instructions:
48 capela 77
49 capela 1258 make -f Makefile.cvs
50    
51    
52 capela 77 Configuration
53     -------------
54    
55 capela 491 Qsampler holds its settings and configuration state per user, in a file
56 capela 77 located as $HOME/.qt/qsamplerrc. Normally, there's no need to edit this file,
57     as it is recreated and rewritten everytime qsampler is run.
58    
59     Bugs
60     ----
61    
62 capela 957 Plenty still, after all this is alpha software ;)
63 capela 77
64    
65     Support
66     -------
67    
68 capela 491 Qsampler is open source free software. For bug reports, feature requests,
69 capela 77 discussion forums, mailling lists, or any other matter related to the
70     development of this piece of software, please use the Sourceforge
71     project page (http://sourceforge.net/projects/qsampler).
72    
73    
74    
75     Enjoy.
76    
77     rncbc aka Rui Nuno Capela
78     rncbc at rncbc dot org
79    

  ViewVC Help
Powered by ViewVC