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

Diff of /qsampler/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 77 by capela, Fri May 14 20:34:19 2004 UTC revision 1258 by capela, Tue Jun 26 13:19:48 2007 UTC
# Line 1  Line 1 
1  qsampler - A LinuxSampler Qt GUI Interface  Qsampler - A LinuxSampler Qt GUI Interface
2  ------------------------------------------  ------------------------------------------
3    
4  QSampler is a LinuxSampler GUI front-end application written in C++ around  Qsampler is a LinuxSampler GUI front-end application written in C++ around
5  the Qt3 toolkit using Qt Designer. At the moment it just wraps as a client  the Qt3 toolkit using Qt Designer. At the moment it just wraps as a client
6  reference interface for the LinuxSampler Control Protocol (LSCP).  reference interface for the LinuxSampler Control Protocol (LSCP).
7    
# Line 36  and optionally as root: Line 36  and optionally as root:
36  This procedure will end installing the following couple of files:  This procedure will end installing the following couple of files:
37    
38      ${prefix}/bin/qsampler      ${prefix}/bin/qsampler
39      ${prefix}/share/icons/qsampler.png      ${prefix}/share/pixmaps/qsampler.png
40        ${prefix}/share/applications/qsampler.desktop
41    
42  Just launch ${prefix}/bin/qsampler and you're off (hopefully).  Just launch ${prefix}/bin/qsampler and you're off (hopefully).
43    
44  Note that the default installation path ${prefix} is /usr/local.  Note that the default installation path ${prefix} is /usr/local.
45    
46    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    
49       make -f Makefile.cvs
50    
51    
52  Configuration  Configuration
53  -------------  -------------
54    
55  QSampler holds its settings and configuration state per user, in a file  Qsampler holds its settings and configuration state per user, in a file
56  located as $HOME/.qt/qsamplerrc. Normally, there's no need to edit this file,  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.  as it is recreated and rewritten everytime qsampler is run.
58    
59  Bugs  Bugs
60  ----  ----
61    
62  Plenty still, after all this is early alpha software ;)  Plenty still, after all this is alpha software ;)
63    
64    
65  Support  Support
66  -------  -------
67    
68  QSampler is open source free software. For bug reports, feature requests,  Qsampler is open source free software. For bug reports, feature requests,
69  discussion forums, mailling lists, or any other matter related to the  discussion forums, mailling lists, or any other matter related to the
70  development of this piece of software, please use the Sourceforge  development of this piece of software, please use the Sourceforge
71  project page (http://sourceforge.net/projects/qsampler).  project page (http://sourceforge.net/projects/qsampler).

Legend:
Removed from v.77  
changed lines
  Added in v.1258

  ViewVC Help
Powered by ViewVC