[Sv1-commits] SF.net SVN: sv1: [438] website/trunk
Brought to you by:
cannam
|
From: <ca...@us...> - 2006-11-15 12:21:58
|
Revision: 438
http://svn.sourceforge.net/sv1/?rev=438&view=rev
Author: cannam
Date: 2006-11-15 04:21:54 -0800 (Wed, 15 Nov 2006)
Log Message:
-----------
* Add EASAIER logo
Modified Paths:
--------------
website/trunk/index.html
website/trunk/vamp.html
Added Paths:
-----------
website/trunk/images/easaier-logo.png
Added: website/trunk/images/easaier-logo.png
===================================================================
(Binary files differ)
Property changes on: website/trunk/images/easaier-logo.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: website/trunk/index.html
===================================================================
--- website/trunk/index.html 2006-11-14 16:06:00 UTC (rev 437)
+++ website/trunk/index.html 2006-11-15 12:21:54 UTC (rev 438)
@@ -58,14 +58,22 @@
<br style="clear:both;"/>
<div id="logoblock">
- <p>
- <a href="http://www.elec.qmul.ac.uk/digitalmusic/"><img class="logoleft" src="images/qm-logo.png" width="224" height="95" alt="Queen Mary logo" border=0/></a>
- <a href="http://www.semanticaudio.org/"><img class="logoright" src="images/simac-logo.png" width="232" height="96" alt="SIMAC logo" border=0/></a>
- Developed at the Centre for Digital
- Music, Queen Mary, University of London.
- Partially funded
+ <table width="100%" border="0" cellpadding="0" cellspacing="10"/>
+ <tr>
+ <td><a href="http://www.elec.qmul.ac.uk/digitalmusic/"><img src="images/qm-logo.png" width="224" height="95" alt="Queen Mary logo" border=0/></a></td>
+ <td><a href="http://www.semanticaudio.org/"><img src="images/simac-logo.png" width="232" height="96" alt="SIMAC logo" border=0/></a></td>
+ <td><a href="http://www.easaier.org/"><img src="images/easaier-logo.png" width="232" height="71" alt="EASAIER logo" border=0/></a></td>
+ </tr>
+ <tr><td>Developed at the Centre for Digital
+ Music, Queen Mary, University of London.</td>
+ <td>Partially funded
by the European Commission through the SIMAC project
- IST-FP6-507142.
- </p>
+ IST-FP6-507142.</td>
+ <td>Partially funded
+ by the European Commission through the EASAIER project
+ IST-FP6-033902.</td>
+ </tr>
+ </table>
+ </div>
</body>
</html>
Modified: website/trunk/vamp.html
===================================================================
--- website/trunk/vamp.html 2006-11-14 16:06:00 UTC (rev 437)
+++ website/trunk/vamp.html 2006-11-15 12:21:54 UTC (rev 438)
@@ -39,6 +39,10 @@
<li><a href="http://sv.mazurka.org.uk/">Vamp plugins from the
Mazurka Project</a> by Craig Sapp.</li></ul>
+ <p>The Vamp plugin SDK also includes plugins to calculate
+ zero-crossing counts and locations, spectral centroid, and
+ percussion onsets.</p>
+
<p>A Vamp plugin set consists of a single dynamic library (DLL)
file containing one or more plugins. To install a plugin set, just
copy the plugin's library file into your system or personal Vamp
@@ -103,19 +107,30 @@
as the number of values per output or the preferred processing
block size may depend on the input parameters.</li>
+ <li>Vamp plugins do not have to be able to run in real time.</li>
+
</ul>
<div id="logoblock">
- <p>
- <a href="http://www.elec.qmul.ac.uk/digitalmusic/"><img class="logoleft" src="images/qm-logo.png" width="224" height="95" alt="Queen Mary logo" border=0/></a>
- <a href="http://www.semanticaudio.org/"><img class="logoright" src="images/simac-logo.png" width="232" height="96" alt="SIMAC logo" border=0/></a>
- Developed at the Centre for Digital
- Music, Queen Mary, University of London.
- Partially funded
+
+ <table width="100%" border="0" cellpadding="0" cellspacing="10"/>
+ <tr>
+ <td><a href="http://www.elec.qmul.ac.uk/digitalmusic/"><img src="images/qm-logo.png" width="224" height="95" alt="Queen Mary logo" border=0/></a></td>
+ <td><a href="http://www.semanticaudio.org/"><img src="images/simac-logo.png" width="232" height="96" alt="SIMAC logo" border=0/></a></td>
+ <td><a href="http://www.easaier.org/"><img src="images/easaier-logo.png" width="232" height="71" alt="EASAIER logo" border=0/></a></td>
+ </tr>
+ <tr><td>Developed at the Centre for Digital
+ Music, Queen Mary, University of London.</td>
+ <td>Partially funded
by the European Commission through the SIMAC project
- IST-FP6-507142.
- </p>
+ IST-FP6-507142.</td>
+ <td>Partially funded
+ by the European Commission through the EASAIER project
+ IST-FP6-033902.</td>
+ </tr>
+ </table>
+ </div>
</body>
</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|