--- web/trunk/www.linuxsampler.org/documentation.html 2007/08/10 14:05:51 1280 +++ web/trunk/www.linuxsampler.org/documentation.html 2009/07/13 00:35:50 1938 @@ -49,6 +49,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"; @@ -111,6 +122,8 @@ screenshots demos download + donations + support developers faq documentation @@ -118,6 +131,23 @@ instruments links credits + + + +
+ + + + +
+ +
+ + + + +
+
@@ -126,6 +156,51 @@ This is still quite under construction. Be welcome to help us with writing some documentation!

+ + + +

Howtos

+

+ To ease new users the first contact with the Linuxsampler applications, + we have written the following short Howtos: +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescripton
Windows HOWTO + LinuxSampler quickstart guide for the MS Windows operating system. +
OS X HOWTO + LinuxSampler quickstart guide for the Apple OS X operating system. +
Debian HOWTO + Guide for how to build optimized Debian packages of LS & + friends for your specific machine. +
Windows Build HOWTO + Guide for how to build libgig, linuxsampler and gigedit + for Windows by using MSYS. +
+

gigedit

This is our graphical instrument editor based on the Gtk toolkit. @@ -137,6 +212,34 @@ edge development version of gigedit from CVS.

+

JSampler

+

+ JSampler is an opensource, platform-independent, + GUI front-end for LinuxSampler, written entirely in Java. + Read the JSampler manual + for more information.
+ For information about using Fantasia with Miditzer in Puppy Linux VTPO + read this HOWTO. +

+ +

libgig

+

+ libgig is a C++ library used to load and modify Gigasampler format files. + If you're a developer and might want to use libgig, here is its + API documentation + (automatically daily updated from CVS). +

+ + + +

liblscp

+

+ liblscp is C library as convenient wrapper around the LinuxSampler Control Protocol. + If you're a developer and might want to use liblscp, here is its + API documentation + (automatically daily updated from CVS). +

+

LSCP Reference

The following documents define the LinuxSampler Control Protocol, @@ -153,43 +256,71 @@ Protocol Name Document Types + Release Date Description - LSCP 1.0 + LSCP draft - ASCII, - HTML, - XML + TXT, + HTML, + XML + unreleased - Protocol specification of the old official release of LinuxSampler (0.3.3). + Very latest draft of the protocol (which usually reflects the + latest development state from CVS or may even not be implemented + yet). + + + + LSCP 1.3 + + TXT, + HTML, + XML + + 2007-12-06 + + Protocol specification of the latest official release of LinuxSampler (0.5.1). + + + + LSCP 1.2 + + TXT, + HTML, + XML + + 2007-10-15 + + Protocol specification of the previous official release of LinuxSampler (0.5.0). LSCP 1.1 - ASCII, + TXT, HTML, XML + 2006-11-25 - Protocol specification of the latest official release of LinuxSampler (0.4.0). + Protocol specification old LinuxSampler release 0.4.0. - LSCP draft + LSCP 1.0 - ASCII, - HTML, - XML + TXT, + HTML, + XML + 2005-07-17 - Very latest draft of the protocol (which usually reflects the - latest development state from CVS or may even not be implemented - yet). + Protocol specification of ancient LinuxSampler release 0.3.3.