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

Diff of /qsampler/trunk/README

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

revision 2064 by capela, Fri Mar 12 16:02:32 2010 UTC revision 3660 by capela, Sun Dec 15 15:21:18 2019 UTC
# Line 2  Qsampler - A LinuxSampler Qt GUI Interfa Line 2  Qsampler - A LinuxSampler Qt GUI Interfa
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 Qt4 toolkit using Qt Designer. At the moment it just wraps as a client  the Qt framework 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 14  open source multimedia operating systems Line 14  open source multimedia operating systems
14  and the Jack Audio Connection Kit, Linux is currently able to deliver rock  and the Jack Audio Connection Kit, Linux is currently able to deliver rock
15  solid sub-5 millisecond MIDI-to-Audio response.  solid sub-5 millisecond MIDI-to-Audio response.
16    
17  Homepage: http://qsampler.sourceforge.net  Homepage: https://qsampler.sourceforge.io
18  See also: http://www.linuxsampler.org            http://qsampler.sourceforge.net
19    
20    See also: https://www.linuxsampler.org
21    
22  License: GNU General Public License (GPL)  License: GNU General Public License (GPL)
23    
# Line 27  The software requirements for build and Line 29  The software requirements for build and
29    
30    Mandatory:    Mandatory:
31    
32    - Qt 4 (core, gui), C++ class library and tools for    - Qt framework, C++ class library and tools for
33          crossplatform development and internationalization          cross-platform application and UI development
34          http://qt.nokia.com/products/          https://qt.io/
35    
36    - liblscp, C library for LinuxSampler control protocol API.    - liblscp, C library for LinuxSampler control protocol API.
37          http://www.linuxsampler.org/          https://www.linuxsampler.org/
38    
39    Optional (opted-in at build time):    Optional (opted-in at build time):
40    
41    - libgig, C++ library for loading and modifying Gigasampler and DLS files.    - libgig, C++ library for loading and modifying Gigasampler and DLS files.
42          http://www.linuxsampler.org/libgig/          https://www.linuxsampler.org/libgig/
43    
44    
45  Installation  Installation
# Line 64  Just launch ${prefix}/bin/qsampler and y Line 66  Just launch ${prefix}/bin/qsampler and y
66    
67  Note that the default installation path ${prefix} is /usr/local.  Note that the default installation path ${prefix} is /usr/local.
68    
69  If you're checking out from Subversion (SVN), you'll have to prepare the  If you're checking out from Git, you'll have to prepare the
70  configure script just before you proceed with the above instructions:  configure script just before you proceed with the above instructions:
71    
72     make -f Makefile.svn     ./autogen.sh
73    
74    
75  Configuration  Configuration
# Line 83  Bugs Line 85  Bugs
85  ----  ----
86    
87  Plenty as this is still alpha software. Bug reports should be posted on  Plenty as this is still alpha software. Bug reports should be posted on
88  LinuxSampler bug tracker (http://bugs.linuxsampler.org).  LinuxSampler bug tracker (https://bugs.linuxsampler.org).
89    
90    
91  Support  Support
# Line 92  Support Line 94  Support
94  Qsampler is open source free software. For bug reports, feature requests,  Qsampler is open source free software. For bug reports, feature requests,
95  discussion forums, mailling lists, or any other matter related to the  discussion forums, mailling lists, or any other matter related to the
96  development of this piece of software, please use the LinuxSampler project  development of this piece of software, please use the LinuxSampler project
97  site (http://www.linuxsampler.org).  site (https://www.linuxsampler.org).
98    
99    
100  Enjoy.  Enjoy.
101    
102  rncbc aka Rui Nuno Capela  rncbc aka Rui Nuno Capela
103  rncbc at rncbc dot org  rncbc at rncbc dot org
104    https://www.rncbc.org

Legend:
Removed from v.2064  
changed lines
  Added in v.3660

  ViewVC Help
Powered by ViewVC