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

Contents of /web/trunk/www.linuxsampler.org/screenshots.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1675 - (show annotations) (download) (as text)
Fri Feb 8 14:21:33 2008 UTC (16 years, 2 months ago) by schoenebeck
File MIME type: text/html
File size: 10317 byte(s)
* added "support" page

1 <!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 supportover = new Image();
53 supportover.src = dir + "msupporthover.png";
54 supportout = new Image();
55 supportout.src = dir + "msupport.png";
56
57 developersover = new Image();
58 developersover.src = dir + "mdevelopershover.png";
59
60 developersout = new Image();
61 developersout.src = dir + "mdevelopers.png";
62
63 instrumentsover = new Image();
64 instrumentsover.src = dir + "minstrumentshover.png";
65
66 instrumentsout = new Image();
67 instrumentsout.src = dir + "minstruments.png";
68
69 linksover = new Image();
70 linksover.src = dir + "mlinkshover.png";
71
72 linksout = new Image();
73 linksout.src = dir + "mlinks.png";
74
75 documentationover = new Image();
76 documentationover.src = dir + "mdocumentationhover.png";
77
78 documentationout = new Image();
79 documentationout.src = dir + "mdocumentation.png";
80
81 creditsover = new Image();
82 creditsover.src = dir + "mcreditshover.png";
83
84 creditsout = new Image();
85 creditsout.src = dir + "mcredits.png";
86
87 faqover = new Image();
88 faqover.src = dir + "mfaqhover.png";
89
90 faqout = new Image();
91 faqout.src = dir + "mfaq.png";
92
93 bugsover = new Image();
94 bugsover.src = dir + "mbugshover.png";
95
96 bugsout = new Image();
97 bugsout.src = dir + "mbugs.png";
98 }
99 -->
100 </script>
101
102 </head>
103
104 <body>
105
106 <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler">
107
108 <h1><span class="hidden">The LinuxSampler Project</span></h1>
109
110 <table border=0 cellspacing=0 cellpadding=0><tr><th colspan=2 align=left>
111 <img name="h1blank" src="gfx/h1blank.png" alt="blank"><span class="hidden">about</span></th></tr>
112 <tr><td valign=top>
113 <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>
114 <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>
115 <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>
116 <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>
117 <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>
118 <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>
119 <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>
120 <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>
121 <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>
122 <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>
123 <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>
124 <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>
125 <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>
126 <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>
127 </td><td valign=top width="100%">
128 <div id="contents">
129
130 <h2>Screenshots</h2>
131
132 <p class="default">
133 Click on images to enlarge.<br>
134
135 <p class="groupbox">
136 <a href="screenshots/win32_premiere.png"><img src="screenshots/win32_premiere_preview.jpg"></a><br>
137 LinuxSampler 0.5.1 (console window), JSampler "Fantasia"
138 0.8a and gigedit 0.1.1 in action on the Windows operating
139 system. These are the versions coming with the first
140 official Windows installer "20071207".
141 </p>
142
143 <p class="groupbox">
144 <a href="screenshots/fantasia.png"><img src="screenshots/fantasia-preview.png"></a><br>
145 Fantasia - A JSampler distribution with a modern skin based view.
146 </p>
147
148 <p class="groupbox">
149 <a href="screenshots/gigedit_0_0_3.png"><img src="screenshots/gigedit_0_0_3_preview.jpg"></a><br>
150 This is our brand new instrument editor called gigedit. It's yet in an early alpha stage (v0.0.3, March 2007), but already
151 capable of managing almost all aspects of the Gigasampler format, allowing to edit existing .gig
152 files as well as creating new ones completely from scratch. Due to the early development state however,
153 please make sure to backup your .gig files before editing them with gigedit.<br>
154 <br>
155 There are also screenshots of gigedit on Windows:<br>
156 <a href="screenshots/gigedit_win_xp.png">Windows XP (default theme),
157 <a href="screenshots/gigedit_win_classic.png">Windows XP (classic theme).
158 </p>
159
160 <p class="groupbox">
161 <A HREF="screenshots/qsampler-screenshot1.png"><img src="screenshots/qsampler-screenshot1-preview.jpg"></A><BR>
162 A screenshot of qsampler, LinuxSampler's official GUI frontend written in Qt. Instructions for compiling and running the GUI can be found <A HREF="http://qsampler.sf.net" TARGET="_blank">here</A>.
163 </p>
164
165 <p class="groupbox">
166 <a href="screenshots/qsampler_device_management.png"><img src="screenshots/qsampler_device_management_preview.jpg"></a><br>
167 This is the device management dialog in QSampler. LinuxSampler allows to use more than one
168 (MIDI / audio) driver and more than one instance of the same driver at the same time. A driver
169 instance is called a "device" in QSampler / LinuxSampler. With this dialog you can manually
170 create and destroy MIDI and audio devices and alter their parameters as well as their MIDI port
171 / audio channel parameters. As all driver informations are retrieved at runtime by QSampler, the
172 current version will even be capable to manage future drivers with all their parameters
173 without any need to update QSampler.
174 </p>
175
176 <p class="groupbox">
177 <A HREF="misc/screenshot1.png"><img src="misc/screenshot1_preview.jpg"></A><BR>
178 Some old screenshot from qsampler.
179 </p>
180
181 <p class="groupbox">
182 <a href="screenshots/lonelyls.png"><img src="screenshots/lonelyls_preview.jpg"></A><br>
183 LinuxSampler running on a virtual console without GUI frontend.
184 </p>
185
186 <p class="groupbox">
187 <a href="screenshots/js-classic1.png"><img src="screenshots/js-classic1_tn.png"></A><br>
188 JS Classic with left pane, LS console, statusbar and toolbars.
189 </p>
190
191 <p class="groupbox">
192 <a href="screenshots/js-classic2.png"><img src="screenshots/js-classic2_tn.png"></A><br>
193 JS Classic without left pane, LS console, statusbar and toolbars.
194 </p>
195 </p>
196 <p class="default">
197 More screenshots will be added. If you're a talented GUI designer/developer or a 2D/3D artist, please join us by subscribing to the <a href="http://lists.sourceforge.net/lists/listinfo/linuxsampler-devel">linuxsampler-devel mailing list</a>.
198 </p>
199
200 </div>
201 </td></tr></table>
202
203 </div>
204
205 </body>
206 </html>

  ViewVC Help
Powered by ViewVC