~ubuntu-branches/ubuntu/karmic/qsampler/karmic

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-08-28 08:43:21 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080828084321-guq8v04yg31co9gm
Tags: 0.2.1-1
* New upstream release
* Uploaded to Debian (Closes: #280576)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
------------------------------------------
3
3
 
4
4
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
 
5
the Qt4 toolkit using Qt Designer. At the moment it just wraps as a client
6
6
reference interface for the LinuxSampler Control Protocol (LSCP).
7
7
 
8
8
LinuxSampler is a work in progress. The goal is to produce a free, open source
20
20
License: GNU General Public License (GPL)
21
21
 
22
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://www.trolltech.org/products/qt/
 
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
 
23
43
Installation
24
44
------------
25
45
 
36
56
This procedure will end installing the following couple of files:
37
57
 
38
58
    ${prefix}/bin/qsampler
39
 
    ${prefix}/share/icons/qsampler.png
 
59
    ${prefix}/share/pixmaps/qsampler.png
 
60
    ${prefix}/share/applications/qsampler.desktop
40
61
 
41
62
Just launch ${prefix}/bin/qsampler and you're off (hopefully).
42
63
 
43
64
Note that the default installation path ${prefix} is /usr/local.
44
65
 
 
66
If you're checking out from CVS, you'll have to prepare the configure
 
67
script just before you proceed with the above instructions:
 
68
 
 
69
   make -f Makefile.cvs
 
70
 
45
71
 
46
72
Configuration
47
73
-------------
48
74
 
49
 
Qsampler holds its settings and configuration state per user, in a file
50
 
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.
 
75
Qsampler holds its settings and configuration state per user, in a
 
76
file located as $HOME/.config/linuxsampler.org/Qsampler.conf .
 
77
Normally, there's no need to edit this file, as it is recreated and
 
78
rewritten everytime qsampler is run.
 
79
 
52
80
 
53
81
Bugs
54
82
----
55
83
 
56
 
Plenty still, after all this is early alpha software ;)
 
84
Plenty as this is still alpha software. Bug reports should be posted on
 
85
LinuxSampler bug tracker (http://bugs.linuxsampler.org).
57
86
 
58
87
 
59
88
Support
61
90
 
62
91
Qsampler is open source free software. For bug reports, feature requests,
63
92
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
 
 
 
93
development of this piece of software, please use the LinuxSampler project
 
94
site (http://www.linuxsampler.org).
67
95
 
68
96
 
69
97
Enjoy.