/[svn]/web/trunk/www.linuxsampler.org/instruments.html
ViewVC logotype

Annotation of /web/trunk/www.linuxsampler.org/instruments.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1947 - (hide annotations) (download) (as text)
Wed Jul 15 09:13:06 2009 UTC (14 years, 8 months ago) by schoenebeck
File MIME type: text/html
File size: 11299 byte(s)
* minor update of donations forms below the menu

1 senoner 542 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2     <html>
3     <head>
4     <link rel="stylesheet" type="text/css" href="index.css">
5     <title>The Linux Sampler Project</title>
6    
7     <meta http-equiv="content-type"
8     content="text/html; charset=ISO-8859-1">
9    
10     <script language="javascript" type="text/javascript">
11     <!--
12     var dir = "gfx/";
13    
14     if(document.images) {
15    
16     newsover = new Image();
17     newsover.src = dir + "mnewshover.png";
18    
19     newsout = new Image();
20     newsout.src = dir + "mnews.png";
21    
22     aboutover = new Image();
23     aboutover.src = dir + "mabouthover.png";
24    
25     aboutout = new Image();
26     aboutout.src = dir + "mabout.png";
27    
28     featuresover = new Image();
29     featuresover.src = dir + "mfeatureshover.png";
30    
31     featuresout = new Image();
32     featuresout.src = dir + "mfeatures.png";
33    
34     screenshotsover = new Image();
35     screenshotsover.src = dir + "mscreenshotshover.png";
36    
37     screenshotsout = new Image();
38     screenshotsout.src = dir + "mscreenshots.png";
39    
40     demosover = new Image();
41     demosover.src = dir + "mdemoshover.png";
42    
43     demosout = new Image();
44     demosout.src = dir + "mdemos.png";
45    
46     downloadsover = new Image();
47     downloadsover.src = dir + "mdownloadshover.png";
48    
49     downloadsout = new Image();
50     downloadsout.src = dir + "mdownloads.png";
51    
52 senoner 1938 donationsover = new Image();
53     donationsover.src = dir + "mdonationshover.png";
54    
55     donationsout = new Image();
56     donationsout.src = dir + "mdonations.png";
57    
58 schoenebeck 1675 supportover = new Image();
59     supportover.src = dir + "msupporthover.png";
60     supportout = new Image();
61     supportout.src = dir + "msupport.png";
62    
63 senoner 542 developersover = new Image();
64     developersover.src = dir + "mdevelopershover.png";
65    
66     developersout = new Image();
67     developersout.src = dir + "mdevelopers.png";
68    
69     instrumentsover = new Image();
70     instrumentsover.src = dir + "minstrumentshover.png";
71    
72     instrumentsout = new Image();
73     instrumentsout.src = dir + "minstruments.png";
74    
75     linksover = new Image();
76     linksover.src = dir + "mlinkshover.png";
77    
78     linksout = new Image();
79     linksout.src = dir + "mlinks.png";
80    
81     documentationover = new Image();
82     documentationover.src = dir + "mdocumentationhover.png";
83    
84     documentationout = new Image();
85     documentationout.src = dir + "mdocumentation.png";
86    
87     creditsover = new Image();
88     creditsover.src = dir + "mcreditshover.png";
89    
90     creditsout = new Image();
91     creditsout.src = dir + "mcredits.png";
92    
93     faqover = new Image();
94     faqover.src = dir + "mfaqhover.png";
95    
96     faqout = new Image();
97     faqout.src = dir + "mfaq.png";
98    
99     bugsover = new Image();
100     bugsover.src = dir + "mbugshover.png";
101    
102     bugsout = new Image();
103     bugsout.src = dir + "mbugs.png";
104     }
105     -->
106     </script>
107    
108     </head>
109    
110     <body>
111    
112     <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler">
113    
114     <h1><span class="hidden">The LinuxSampler Project</span></h1>
115    
116     <table border=0 cellspacing=0 cellpadding=0><tr><th colspan=2 align=left>
117     <img name="h1blank" src="gfx/h1blank.png" alt="blank"><span class="hidden">about</span></th></tr>
118     <tr><td valign=top>
119     <a id="news" href="index.php" onmouseover="javascript:if(document.images)document.news.src = newsover.src" onmouseout="javascript:if(document.images)document.news.src = newsout.src"><img name="news" src="gfx/mnews.png" alt="news"></a>
120     <a id="about" href="about.html" onmouseover="javascript:if(document.images)document.about.src = aboutover.src" onmouseout="javascript:if(document.images)document.about.src = aboutout.src"><img name="about" src="gfx/mabout.png" alt="about"></a>
121     <a id="features" href="features.html" onmouseover="javascript:if(document.images)document.features.src = featuresover.src" onmouseout="javascript:if(document.images)document.features.src = featuresout.src"><img name="features" src="gfx/mfeatures.png" alt="features"></a>
122     <a id="screenshots" href="screenshots.html" onmouseover="javascript:if(document.images)document.screenshots.src = screenshotsover.src" onmouseout="javascript:if(document.images)document.screenshots.src = screenshotsout.src"><img name="screenshots" src="gfx/mscreenshots.png" alt="screenshots"></a>
123     <a id="demos" href="demos.html" onmouseover="javascript:if(document.images)document.demos.src = demosover.src" onmouseout="javascript:if(document.images)document.demos.src = demosout.src"><img name="demos" src="gfx/mdemos.png" alt="demos"></a>
124     <a id="downloads" href="downloads.html" onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src" onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img name="downloads" src="gfx/mdownloads.png" alt="download"></a>
125 senoner 1938 <a id="donations" href="donations.html" onmouseover="javascript:if(document.images)document.donations.src = donationsover.src" onmouseout="javascript:if(document.images)document.donations.src = donationsout.src"><img name="donations" src="gfx/mdonations.png" alt="donations"></a>
126 schoenebeck 1675 <a id="support" href="support.html" onmouseover="javascript:if(document.images)document.support.src = supportover.src" onmouseout="javascript:if(document.images)document.support.src = supportout.src"><img name="support" src="gfx/msupport.png" alt="support"></a>
127 senoner 542 <a id="developers" href="developers.html" onmouseover="javascript:if(document.images)document.developers.src = developersover.src" onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img name="developers" src="gfx/mdevelopers.png" alt="developers"></a>
128     <a id="faq" href="faq.html" onmouseover="javascript:if(document.images)document.faq.src = faqover.src" onmouseout="javascript:if(document.images)document.faq.src = faqout.src"><img name="faq" src="gfx/mfaq.png" alt="faq"></a>
129     <a id="documentation" href="documentation.html" onmouseover="javascript:if(document.images)document.documentation.src = documentationover.src" onmouseout="javascript:if(document.images)document.documentation.src = documentationout.src"><img name="documentation" src="gfx/mdocumentation.png" alt="documentation"></a>
130     <a id="bugs" href="http://bugs.linuxsampler.org" onmouseover="javascript:if(document.images)document.bugs.src = bugsover.src" onmouseout="javascript:if(document.images)document.bugs.src = bugsout.src"><img name="bugs" src="gfx/mbugs.png" alt="bugs"></a>
131     <a id="instruments" href="instruments.html" onmouseover="javascript:if(document.images)document.instruments.src = instrumentsover.src" onmouseout="javascript:if(document.images)document.instruments.src = instrumentsout.src"><img name="instruments" src="gfx/minstruments.png" alt="instruments"></a>
132     <a id="links" href="links.html" onmouseover="javascript:if(document.images)document.links.src = linksover.src" onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img name="links" src="gfx/mlinks.png" alt="links"></a>
133     <a id="credits" href="credits.html" onmouseover="javascript:if(document.images)document.credits.src = creditsover.src" onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img name="credits" src="gfx/mcredits.png" alt="credits"></a>
134 schoenebeck 1935
135 schoenebeck 1947 <div class="boxed">
136 schoenebeck 1935 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
137     <input type="hidden" name="cmd" value="_s-xclick">
138     <input type="hidden" name="hosted_button_id" value="6746056">
139     <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
140     <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
141     </form>
142     <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
143     <input type="hidden" name="cmd" value="_s-xclick">
144     <input type="hidden" name="hosted_button_id" value="6746149">
145     <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
146     <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
147     </form>
148 schoenebeck 1947 <a href="donations.html">Why donate?</a>
149     </div>
150 schoenebeck 1935
151 senoner 542 </td><td valign=top width="100%">
152     <div id="contents">
153    
154 schoenebeck 1683 <h2>Free Sample Libraries</h2>
155 senoner 542
156     <p class="default">
157 schoenebeck 1683 We intended to gather here on our servers a collection of free
158     instruments and samples. If you made some and / or want it to be
159 schoenebeck 1684 mirrored, please let us know! As reference for the demo tracks
160     we used LinuxSampler without any effects and a
161     <a href="http://www.piano-midi.de/midis/chopin/chpn_op66.mid">
162     MIDI recording of Chopin's "Fantaisie Impromptu Nr. 4" (Opus 66)</a>.<br>
163 senoner 542 </p>
164    
165 schoenebeck 588 <div class="groupbox">
166 schoenebeck 1683 <table class="pure">
167     <tr>
168     <td colspan=2><a href="http://download.linuxsampler.org/instruments/pianos/maestro_concert_grand_v2.rar">Maestro Concert Grand v2</a> (337 MB)<br>
169     Copyright (C) 2003 Mats Helgesson</td>
170     </tr>
171     <tr>
172     <td>&nbsp;</td><td>&nbsp;</td>
173     </tr>
174     <tr>
175     <td>Genre:</td><td>Piano</td>
176     </tr>
177     <tr>
178     <td>Format:</td><td>gig v2</td>
179     </tr>
180     <tr>
181     <td>License:</td><td><a href="http://download.linuxsampler.org/instruments/pianos/maestro_concert_grand_v2_license.txt">Maestro Concert Grand v2 License</a></td>
182     </tr>
183     <tr>
184     <td>Uncompressed Size:</td><td>932 MB</td>
185     </tr>
186     <tr>
187 schoenebeck 1684 <td>Demo:</td><td>
188     <a href="http://download.linuxsampler.org/instruments/pianos/maestro_concert_grand_v2_demo.ogg">Prelisten</a>
189     </td>
190     </tr>
191     <tr>
192 schoenebeck 1683 <td>&nbsp;</td><td>&nbsp;</td>
193     </tr>
194     <tr>
195     <td colspan=2>
196     Maestro Concert Grand v2 is a big giga bank using 792 stereo samples
197     of a concert piano, a Yamaha CF3 from the early 90s, It was
198     chromatically sampled to maintain the tempered tuning. The samples
199     were recorded with two Neumann KM84
200     microphones, disposed in X/Y, with 5 velocity layers, and weighs
201     932 MB ! The piano alone, without release samples, weighs 887 Mb and
202     440 samples. The release samples are 352 and weigh 45 MB. You can play
203     with or without them.
204     </td>
205     </tr>
206     </table>
207     </div>
208    
209     <h2>External Sources</h2>
210    
211     <p class="default">
212     The following are links to other websites, providing free instruments
213     as well. If you know some more, please let us know and we'll link
214     them here.<br>
215     </p>
216    
217     <div class="groupbox">
218 schoenebeck 588 <a href="http://www.worrasplace.com">Worra's Place</a><br>
219     <br>
220     This site contains a collection of free .gigs officially made for
221     Gigastudio-Gigasampler� compressed as .rar files. It has a limited
222     bandwith quota per month.
223     </div>
224    
225 schoenebeck 1501 <div class="groupbox">
226     <a href="https://sourceforge.net/projects/openorchestra/">OpenOrchestra</a><br>
227     <br>
228     This project aims to create a full, free orchestral sample
229     library in the .gig format for use with LinuxSampler. This
230     project is still quite new (created 2007-11-05) and there is a
231     lot to do, so participation is very much appreciated!
232     </div>
233    
234 schoenebeck 1833 <div class="groupbox">
235     <a href="http://sonart.cc/shop/product_info.php?products_id=210">SONART - 'YAMAHA C7 GRAND PIANO</a><br>
236     <br>
237     A free piano sample library.
238     </div>
239    
240 senoner 542 </div>
241     </td></tr></table>
242    
243     </div>
244    
245     </body>
246     </html>

  ViewVC Help
Powered by ViewVC