--- web/trunk/www.linuxsampler.org/downloads.html 2007/03/25 19:20:20 1131 +++ web/trunk/www.linuxsampler.org/downloads.html 2007/06/21 17:30:38 1246 @@ -158,9 +158,59 @@
-

License

+

Licenses

-LinuxSampler is licensed under the GNU GPL license with the exception that
+ There are several subprojects, each having its own license terms, as follows: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ gigeditAn instrument editor for gig files (written in C++, based on the GTK toolkit). + -> (pure) GPL
+ jlscpA java LinuxSampler control protocol API. + -> (pure) GPL v2
+ JSamplerA graphical frontend to LinuxSampler, written in Java. + -> (pure) GPL v2
+ libgigGigasampler file access library (C++), for loading, modifying and creating gig files. + -> (pure) GPL
+ liblscpLinuxSampler Control Protocol (LSCP) wrapper C library. + -> (pure) LGPL
+ LinuxSamplerSampler backend, including sampler engine, audio and MIDI drivers, network layer (LSCP) API and native C++ API. + -> GPL with commercial exception*
+ QSamplerGraphical frontend to LinuxSampler (written in C++, based on the Qt toolkit). + -> (pure) GPL
+ +

+* LinuxSampler is licensed under the GNU GPL license with the exception that
COMMERCIAL USE of the souce code, libraries and applications is
NOT ALLOWED without prior written permission by the LinuxSampler authors.
If you have questions on the subject please contact us.
@@ -169,7 +219,12 @@

The following figure illustrates the compile time / linker dependencies.

-
       QSampler ~~~(optional)~~~> libgig         JSampler
+      
                                  gigedit
+                                     |
+                                (mandatory)
+                                     |
+                                     V
+       QSampler ~~~(optional)~~~> libgig         JSampler
            |                         A              |
            |                         |              |
       (mandatory)               (mandatory)    (mandatory)
@@ -187,39 +242,67 @@
 have LinuxSampler installed to be able to use QSampler (either locally
 or on any other computer in your network). JSampler is also communicating
 with LinuxSampler via TCP, so there is no linker dependency between them
-either, JSampler requires jlscp though.

+either. JSampler requires jlscp though. You have to compile and install +libgig before being able to compile and use gigedit.

Source Packages (Stable)

- + - + - - + - + - + + + + + + + + + + + +
-libgig-2.0.2.tar.bz2 + + +libgig-3.1.1.tar.bz2 --> Gigasampler file loader library Gigasampler file access library (C++)
+ + liblscp-0.3.3.tar.gz --> LinuxSampler Control Protocol (LSCP) wrapper library
-linuxsampler-0.3.3.tar.bz2 + + +linuxsampler-0.4.0.tar.bz2 --> sampler backend sampler engine / backend
-qsampler-0.1.2.tar.gz + + +qsampler-0.1.3.tar.gz --> graphical frontend to LinuxSampler
+ + +jlscp-0.3a.tar.bz2 --> a java LinuxSampler control protocol API
+ + +JSampler-0.3a.tar.bz2 --> a java frontend to LinuxSampler
@@ -231,7 +314,7 @@ href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2"> libgig-3.1.1.tar.bz2 --> - Gigasampler file access library + Gigasampler file access library (C++) linuxsampler-0.4.0.tar.bz2 --> - sampler backend + sampler engine / backend -qsampler-0.1.3.tar.gz + href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz"> +qsampler-0.1.4.tar.gz --> graphical frontend to LinuxSampler -jlscp-0.3a.tar.bz2 + href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2"> +jlscp-0.4a.tar.bz2 --> a java LinuxSampler control protocol API -JSampler-0.2a.tar.bz2 + href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2"> +JSampler-0.5a.tar.bz2 --> a java frontend to LinuxSampler - + + gigedit-0.0.3.tar.gz --> @@ -305,6 +390,22 @@ + +

You don't need to checkout the sources again later on, + just for keeping track to the latest development version. For updating to + the latest CVS version you can simply run the following command at any + time from the checked out source directory:

+ + + + + + +
+
1
+
+
cvs update -d -P
+

You can also browse the CVS