File: README

package info (click to toggle)
qsynth 0.2.5-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 988 kB
  • ctags: 434
  • sloc: cpp: 4,439; sh: 2,642; makefile: 110; ansic: 10
file content (80 lines) | stat: -rw-r--r-- 2,471 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
qsynth - A fluidsynth Qt GUI Interface
--------------------------------------

Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt3
toolkit using Qt Designer. Eventually it may evolve into a softsynth management
application allowing the user to control and manage a variety of command line
softsynths but for the moment it wraps the excellent FluidSynth (http://www.fluidsynth.org).
FluidSynth is a command line software synthesiser based on the Soundfont specification.

Homepage: http://qsynth.sourceforge.net

License: GNU General Public License (GPL)


Installation
------------

The installation procedure follows the standard for source distributions.
Unpack the tarball and in the extracted source directory:

    ./configure [--prefix=/usr/local]
    make

and optionally as root:

    make install

This procedure will end installing the following couple of files:

    ${prefix}/bin/qsynth
    ${prefix}/share/icons/qsynth.png

Just launch ${prefix}/bin/qsynth and you're off (hopefully).

Note that the default installation path ${prefix} is /usr/local.


Configuration
-------------

Qsynth holds its settings and configuration state per user, in a file
located as $HOME/.qt/qsynthrc. Normally, there's no need to edit this file,
as it is recreated and rewritten everytime qsynth is run.

Bugs
----

Plenty still although this is beta software ;)


Support
-------

Qsynth is open source free software. For bug reports, feature requests,
discussion forums, mailling lists, or any other matter related to the
development of this piece of software, please use the Sourceforge
project page (http://sourceforge.net/projects/qsynth).


Acknowledgements
----------------

Qsynth has been created by Rui Nuno Capela, Richard Bown and Chris Cannam
to bring a simple but effective software synthesier front end to the Linux
desktop.  From an original idea by Richard Bown and Chris Cannam to create
an open software synthesiser front end to use in conjunction with Rosegarden
(http://www.sourceforge.net/projects/rosegarden) and other ALSA based
software sequencers.

Inspired by Rui's work on QjackCtl (http://qjackctl.sourceforge.net).

Ebrahim Mayat <ebmayat at mac dot com> also contributed with instructions
to build QSynth on Mac OSX (see README-OSX).

Enjoy.

rncbc aka Rui Nuno Capela <rncbc at rncbc dot org>
bownie aka Richard Bown <bownie at bownie dot com>
cannam aka Chris Cannam <cannam at all dash day dash breakfast dot com>