--- web/trunk/www.linuxsampler.org/downloads.html 2007/12/07 03:21:36 1574 +++ web/trunk/www.linuxsampler.org/downloads.html 2015/07/19 19:27:05 2827 @@ -47,6 +47,17 @@ downloadsout = new Image(); downloadsout.src = dir + "mdownloads.png"; + donationsover = new Image(); + donationsover.src = dir + "mdonationshover.png"; + + donationsout = new Image(); + donationsout.src = dir + "mdonations.png"; + + supportover = new Image(); + supportover.src = dir + "msupporthover.png"; + supportout = new Image(); + supportout.src = dir + "msupport.png"; + developersover = new Image(); developersover.src = dir + "mdevelopershover.png"; @@ -93,8 +104,7 @@ -
LinuxSampler +
LinuxSampler

@@ -126,7 +136,10 @@ href="downloads.html" onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src" onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src">download + donations + support + credits + name="credits" src="gfx/mcredits.png" alt="credits"> + +
+
+ + + + + +
+ + + + + +
+ + +
BitcoinsOr donate Bitcoins at:
+
1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng
+
+Why donate? +
+

+

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

- [*] LinuxSampler is licensed under the GNU GPL license with the exception that + [*] LinuxSampler is licensed under the GNU GPL with the exception that USAGE of the source code, libraries and applications FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without prior written permission by the LinuxSampler authors. If you have questions on the subject, that are not yet covered by the - FAQ, - please contact us. + FAQ, + please contact us.

Dependencies

@@ -249,68 +303,114 @@ either. JSampler requires jlscp though. You have to compile and install libgig before being able to compile and use gigedit.

-

Source Packages (Stable)

+

Binary Packages

+

+ We currently provide pre-compiled binaries for the following operating systems: +

- + - + + Debian "Jessie" + + + - + + Ubuntu "Hardy Heron" + + + - + + Gentoo + + + - + + Suse + + + - + + Windows + + + - + + Mac + + + + + +
File NameOperating System Description
- - -libgig-3.1.1.tar.bz2 Gigasampler file access library (C++) Individual Debian (.deb) binary package for each software component, compiled for Intel 64 bit / AMD 64 bit (Debian 8 stable, a.k.a "Jessie").
- - -liblscp-0.5.3.tar.gz LinuxSampler Control Protocol (LSCP) wrapper library Individual Ubuntu (.deb) binary package for each software component, compiled for i486, Ubuntu 8.04 LTS, a.k.a "Hardy Heron". (Note: Out-dated. You should better compile .deb packages by yourself by using latest SVN version for now).
- - -linuxsampler-0.4.0.tar.bz2 sampler engine / backend Bleeding edge Gentoo ebuild for each software component, which can be used to conveniently emerge the latest versions directly from CVS (Note: Out-dated, we moved from CVS to SVN a while ago. Ebuild files need to be updated.).
- - -qsampler-0.1.4.tar.gz graphical frontend to LinuxSampler Individual RPM package for each software component for openSUSE 13.2, compiled for i586 and x86_64.
- - -jlscp-0.5a.tar.bz2 a java LinuxSampler control protocol API Self-extracting all-in-one installer of all software components for Windows. It includes native 64 bit and native 32 bit binaries, standalone and VST plugin versions of the sampler. The windows binaries are snapshots which are automatically built on our server from the latest Subversion (development) version of the sampler. We recommend you to always download the latest snapshot.
- - -JSampler-0.6a.tar.bz2 a java frontend to LinuxSampler All-in-one Diskimage of the current official releases of the software components for Mac OS X. This is a universal binary, natively supporting Intel 64 bit, Intel 32 bit and PPC. It includes standalone and Audio Unit (AU) plugin versions of the sampler. It also includes the instrument editor "gigedit" and the graphical sampler frontends "QSampler" and "Fantasia". The OS X binaries are snapshots which are automatically built on our server from the latest Subversion (development) version of the sampler. We recommend you to always download the latest snapshot.
+

+ Additionally there are the following platform independent Java executable + packages (note: you need to have the + Java Runtime + Environment 6 installed to be able to execute these software + packages on your computer): +

+ + + + + + + + + + + + + +
File NameDescription
+ + Fantasia-0.9.jar + + + + JSampler "Fantasia", a frontend to LinuxSampler, + modern skin-based distribution of JSampler (note: "Fantasia" is + already included with the Windows installer)
+ + JS_Classic-0.8a-cvs4.jar + + JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler
+
-

Source Packages (Testing)

+

Source Packages

+

+ Source code packages of the latest official releases: +

+ @@ -320,94 +420,89 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + href="http://download.linuxsampler.org/packages/gigedit-1.0.0.tar.bz2"> +gigedit-1.0.0.tar.bz2 +
-libgig-3.2.1.tar.bz2 Gigasampler file access library (C++) + + +libgig-4.0.0.tar.bz2 GigaStudio/Gigasampler, DLS, AKAI, SoundFont, KORG file access library (C++)
-liblscp-0.5.5.tar.gz LinuxSampler Control Protocol (LSCP) wrapper library + + +liblscp-0.5.7.tar.bz2 LinuxSampler Control Protocol (LSCP) wrapper C library
-linuxsampler-0.5.1.tar.bz2 sampler engine / backend + + +linuxsampler-2.0.0.tar.bz2 sampler engine / backend
-qsampler-0.1.5.tar.gz graphical frontend to LinuxSampler + + +qsampler-0.3.1.tar.bz2 graphical frontend to LinuxSampler
-jlscp-0.6a.tar.bz2 a java LinuxSampler control protocol API + + +jlscp-0.8.tar.bz2 a java LinuxSampler control protocol API
-JSampler-0.7a.tar.bz2 a java frontend to LinuxSampler + + +JSampler-0.9.tar.bz2 a java frontend to LinuxSampler
-gigedit-0.1.1.tar.gz an instrument editor for gig files
an instrument editor for gig files
+
-

Binary Packages

-

There are currently Debian -packages and RPM packages, -bleeding edge Gentoo ebuilds, -platform-independent Java packages -(Fantasia 0.7a, - JS Classic 0.7a) -and finally also Windows binaries -for all our components.

-

CVS

-

This project's CVS repository can be checked -out through anonymous (pserver) CVS with the following instruction set. -When prompted for a password for anonymous, simply press the Enter key. +

Subversion

+

This project's Subversion repository can be checked +out through anonymous Subversion with the following instruction set. There are currently seven subprojects in the LinuxSampler project, pick the line of the respective subproject you want to checkout from below:

-
cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
-  co libgig
-cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
-  co liblscp
-cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
-  co linuxsampler
cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \ - co qsampler -cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \ - co jlscp -cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \ - co jsampler -cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \ - co gigedit
- -

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:

- -
cvs update -d -P
- -

You can also browse the CVS -repository.

+
svn co https://svn.linuxsampler.org/svn/libgig/trunk libgig
+svn co https://svn.linuxsampler.org/svn/liblscp/trunk liblscp
+svn co https://svn.linuxsampler.org/svn/linuxsampler/trunk linuxsampler
+svn co https://svn.linuxsampler.org/svn/qsampler/trunk qsampler
+svn co https://svn.linuxsampler.org/svn/jlscp/trunk jlscp
+svn co https://svn.linuxsampler.org/svn/jsampler/trunk jsampler
+svn co https://svn.linuxsampler.org/svn/gigedit/trunk gigedit
+ +

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 Subversion version you can + simply run the following command at any time from the checked + out source directory:

+ +
svn update
+ +

You can + also browse + the Subversion repository.

Bootsplash theme

Does your computer already boot in LinuxSampler style? No? Checkout the following LinuxSampler theme for either fbsplash (gensplash) or bootsplash: