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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 624 by schoenebeck, Thu Jun 9 14:53:08 2005 UTC revision 1675 by schoenebeck, Fri Feb 8 14:21:33 2008 UTC
# Line 49  Line 49 
49                  downloadsout = new Image();                  downloadsout = new Image();
50                  downloadsout.src = dir + "mdownloads.png";                  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();                  developersover = new Image();
58                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
59    
# Line 111  Line 116 
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>                          <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>                          <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>                          <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>                          <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>                          <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>                          <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>
# Line 127  Line 133 
133                                  Click on images to enlarge.<br>                                  Click on images to enlarge.<br>
134    
135                                  <p class="groupbox">                                  <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>                                  <A HREF="screenshots/qsampler-screenshot1.png"><img src="screenshots/qsampler-screenshot1-preview.jpg"></A><BR>
162                                  A recent screenshot from 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>.                                  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>                                  </p>
164    
165                                  <p class="groupbox">                                  <p class="groupbox">
# Line 151  Line 182 
182                                  <a href="screenshots/lonelyls.png"><img src="screenshots/lonelyls_preview.jpg"></A><br>                                  <a href="screenshots/lonelyls.png"><img src="screenshots/lonelyls_preview.jpg"></A><br>
183                                  LinuxSampler running on a virtual console without GUI frontend.                                  LinuxSampler running on a virtual console without GUI frontend.
184                                  </p>                                  </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>                          </p>
196                          <p class="default">                          <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>.                          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>.

Legend:
Removed from v.624  
changed lines
  Added in v.1675

  ViewVC Help
Powered by ViewVC