/[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 2387 by capela, Sat Dec 29 00:21:11 2012 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 Qt4 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    
8  LinuxSampler is a work in progress. The goal is to produce a free, open source  LinuxSampler is a work in progress. The goal is to produce a free, open source
# Line 20  See also: http://www.linuxsampler.org Line 20  See also: http://www.linuxsampler.org
20  License: GNU General Public License (GPL)  License: GNU General Public License (GPL)
21    
22    
23    Requirements
24    ------------
25    
26    The software requirements for build and runtime are listed as follows:
27    
28      Mandatory:
29    
30      - Qt 4 (core, gui), C++ class library and tools for
31            crossplatform development and internationalization
32            http://qt-project.org/
33    
34      - liblscp, C library for LinuxSampler control protocol API.
35            http://www.linuxsampler.org/
36    
37      Optional (opted-in at build time):
38    
39      - libgig, C++ library for loading and modifying Gigasampler and DLS files.
40            http://www.linuxsampler.org/libgig/
41    
42    
43  Installation  Installation
44  ------------  ------------
45    
# Line 36  and optionally as root: Line 56  and optionally as root:
56  This procedure will end installing the following couple of files:  This procedure will end installing the following couple of files:
57    
58      ${prefix}/bin/qsampler      ${prefix}/bin/qsampler
59      ${prefix}/share/icons/qsampler.png      ${prefix}/share/pixmaps/qsampler.png
60        ${prefix}/share/applications/qsampler.desktop
61        ${prefix}/share/locale/qsampler_*.qm
62    
63  Just launch ${prefix}/bin/qsampler and you're off (hopefully).  Just launch ${prefix}/bin/qsampler and you're off (hopefully).
64    
65  Note that the default installation path ${prefix} is /usr/local.  Note that the default installation path ${prefix} is /usr/local.
66    
67    If you're checking out from Subversion (SVN), you'll have to prepare the
68    configure script just before you proceed with the above instructions:
69    
70       make -f Makefile.svn
71    
72    
73  Configuration  Configuration
74  -------------  -------------
75    
76  QSampler holds its settings and configuration state per user, in a file  Qsampler holds its settings and configuration state per user, in a
77  located as $HOME/.qt/qsamplerrc. Normally, there's no need to edit this file,  file located as $HOME/.config/linuxsampler.org/Qsampler.conf .
78  as it is recreated and rewritten everytime qsampler is run.  Normally, there's no need to edit this file, as it is recreated and
79    rewritten everytime qsampler is run.
80    
81    
82  Bugs  Bugs
83  ----  ----
84    
85  Plenty still, after all this is early alpha software ;)  Plenty as this is still alpha software. Bug reports should be posted on
86    LinuxSampler bug tracker (http://bugs.linuxsampler.org).
87    
88    
89  Support  Support
90  -------  -------
91    
92  QSampler is open source free software. For bug reports, feature requests,  Qsampler is open source free software. For bug reports, feature requests,
93  discussion forums, mailling lists, or any other matter related to the  discussion forums, mailling lists, or any other matter related to the
94  development of this piece of software, please use the Sourceforge  development of this piece of software, please use the LinuxSampler project
95  project page (http://sourceforge.net/projects/qsampler).  site (http://www.linuxsampler.org).
   
96    
97    
98  Enjoy.  Enjoy.

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

  ViewVC Help
Powered by ViewVC