/[svn]/web/trunk/www.linuxsampler.org/index.php
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/index.php

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

revision 585 by schoenebeck, Wed May 25 04:39:32 2005 UTC revision 1270 by schoenebeck, Tue Aug 7 21:43:37 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2  <html>  <html>
3  <head>  <head>
4    <meta name="keywords" content="linux, sound, music, audio, software, free, sampler, mac, os x" />
5    <meta name="description" content="LinuxSampler - free, open source pure software audio sampler with professional grade features." />
6  <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">  <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
7  <link rel="stylesheet" type="text/css" href="index.css">  <link rel="stylesheet" type="text/css" href="index.css">
8    <title>The Linux Sampler Project</title>    <title>The Linux Sampler Project</title>
# Line 128  Line 130 
130                <tbody>                <tbody>
131                  <tr>                  <tr>
132                    <td valign=top>                    <td valign=top>
133                      <p class="default">                      <?php readfile("http://www.linuxsampler.org/news_internal.php?max_items=3"); ?>
134                        <b>2005-05-25</b>LinuxSampler 0.3.1, the first official release is finally out!<br>                      <span class="news_footer">
135                        <br>                        <a href="http://www.linuxsampler.org/news_history.php">More News...</a>
136                        <b>2005-05-23</b> After some time laying around in the backyard,                      </span>
                       <a href="http://qsampler.sourceforge.net">QSampler</a> 0.1.0 has  
                       been released, now with the promised Audio and MIDI device  
                       configuration interface. Enjoy!<br>  
                       <br>  
                       <b>2005-03-15</b> Our bug tracking system is now online and available on  
                           <a href="http://bugs.linuxsampler.org">bugs.linuxsampler.org</a>.<br>  
                       <br>  
                       <b>2005-03-04</b> <a href="http://qsampler.sourceforge.net">QSampler</a>,  
                       the Qt GUI front-end in the works for the LinuxSampler engine, was bumped  
                       to its now fifth primordial release (0.0.5). Still alpha code. Time to move on...  
                       to a better and complete Audio/MIDI device configuration interface, as predicted  
                       by LSCP and wrapped by liblscp.<br>  
                       <br>  
                       <b>2005-02-26</b> Due to a design change, current LinuxSampler CVS version is quite  
                       unstable. You might want to use the previous, stable version of LS in the meantime,  
                       which can be downloaded as <a href="http://www.linuxsampler.org/downloads.html">source tarball</a>.  
                       Alternatively you can also checkout the old version from CVS which was tagged as "v0_2_0".<br>  
                       <br>  
                       <b>2004-11-19</b> The Qt GUI front-end for the LinuxSampler engine has been updated: the 4th alpha-release of  
                       <a href="http://qsampler.sourceforge.net">QSampler</a> has been released.<br>  
                       <br>  
                       <b>2004-11-13</b> On monday (November, 15th) <a href="http://cvs.linuxsampler.org">cvs.linuxsampler.org</a>  
                       may be temporarily down due to maintenance work around 13:00 UTC.<br>  
                       <br>  
                       <b>2004-07-06</b> The third alpha-release of <a href="http://qsampler.sourceforge.net">QSampler</a>,  
                       the Qt GUI front-end for the LinuxSampler engine, is now publicly available.<br>  
                       <br>  
                       <b>2004-06-05</b> Added a screenshot to the Screenshots page, instructions how to compile the GUI are on the linked qsampler site.<br>  
                       <br>  
                       <b>2004-05-31</b> On wednesday (June, 2nd) <a href="http://cvs.linuxsampler.org">cvs.linuxsampler.org</a> will  
                       be temporarily not available from 6:00 UTC until 16:00 UTC due to construction works.<br>  
                       <br>  
                       <b>2004-05-24</b> The CVS repository is now <a href="http://cvs.linuxsampler.org">browseable</a>.<br>  
                       <br>  
                       <b>2004-05-03</b> We are currently in a transition stage due to the recent changes  
                       (multi channel / multi engine / multi audio output device and multi MIDI input device  
                       support) this also leads to multi problems we have to solve ;-) so meanwhile you  
                       can use the old single channel version. We created the two CVS alias tags  
                       'singlechannel' and 'v0_1_0' which you can use to checkout the old single channel  
                       version of LinuxSampler . The CVS command line is the same except that you have to add  
                       '-r singlechannel'.<br>  
                       <br>  
                       <b>2004-03-26</b> CVS root path has changed! See <a href="downloads.html">downloads</a> section  
                       for instructions how to checkout the latest version of LinuxSampler from CVS.<br>  
                       <br>  
                       <b>2004-03-23</b> Updated <a href="features.html">features</a> section on this site,  
                       hopefully we will keep the features list in sync with the latest developments from now on.<br>  
                       <br>  
                       <b>2004-01-07</b> The document for the network protocol definition is now available in the <a style="text-decoration: none;" href="http://www.linuxsampler.org/downloads.html">downloads</a> section. Have a look at it if you can imagine to write a frontend for LinuxSampler!<br>  
                       <br>  
                       <b>2003-11-08</b> Added CVS log to this site, showing the latest commits to the LinuxSampler CVS repository.<br>  
                                   <br>  
                                   <b>2003-11-02</b> Lots of news for the Linuxsampler community. We've got a new site, new domain and new code available in CVS. Check the <a style="text-decoration: none;" href="http://www.linuxsampler.org/downloads.html">downloads</a> section for instructions. If you want to check it out, please keep in mind that it might contain bugs, it might crash and that it's still lacking tons of features. CVS is directed towards developers who would like to test things and add code. Users should wait for a tarball release.  
                                   <br>  
                                 </p>  
137                    </td>                    </td>
138                    <td valign="top">                    <td valign="top">
139    
# Line 194  Line 141 
141                      <table>                      <table>
142                        <thead>                        <thead>
143                          <tr>                          <tr>
144                            <th scope=col><b>Latest Commits LinuxSampler (Engine)</b></th>                            <th scope=col>Latest Commits LinuxSampler (Engine)</th>
145                          </tr>                          </tr>
146                        </thead>                        </thead>
147                        <tbody>                        <tbody>
148                          <tr>                          <tr>
149                            <td>                            <td>
150                              <span class="default">                              <span class="default">
151                                <?php include("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>
152                              </span>                              </span>
153                            </td>                            </td>
154                          </tr>                          </tr>
# Line 216  Line 163 
163                      <table>                      <table>
164                        <thead>                        <thead>
165                          <tr>                          <tr>
166                            <th scope=col><b>Latest Commits QSampler (GUI)</b></th>                            <th scope=col>Latest Commits QSampler (GUI)</th>
167                          </tr>                          </tr>
168                        </thead>                        </thead>
169                        <tbody>                        <tbody>
170                          <tr>                          <tr>
171                            <td>                            <td>
172                              <span class="default">                              <span class="default">
173                                <?php include("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>
174                              </span>                              </span>
175                            </td>                            </td>
176                          </tr>                          </tr>

Legend:
Removed from v.585  
changed lines
  Added in v.1270

  ViewVC Help
Powered by ViewVC