1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<html>
<head><title>SuperCollider plugins</title>
<style type="text/css">
body { background-color: rgb(204, 204, 204); font-family: Arial,Helvetica,sans-serif; }
h1 {font-family: Arial,Helvetica,sans-serif; font-weight: normal;}
.readonlinelink {font-size: smaller; color: rgb(102,102,102); }
li { list-style-type: none; clear: both;}
ul.grouplist { width: 90%; clear: both; list-style-type: none; }
ul.grouplist li { width: 25%; float: left; clear: none;}
</style>
</head>
<body>
<h1>UGen plugins for <a href="http://supercollider.sourceforge.net/">SuperCollider</a></h1>
<p>SuperCollider "UGen" plugins are extensions for the <a href="http://supercollider.sourceforge.net/">SuperCollider</a> audio synthesis server
(see also <a href="http://quarks.sourceforge.net/">quarks</a> to extend the
programming language). For community discussion and support see the <a href="http://supercollider.sourceforge.net/mod/resource/view.php?id=41">SuperCollider mailing lists</a>.</p>
<p style="margin: 30px; padding: 30px; border: 1px solid black;">Downloads are available from <a href="https://sourceforge.net/projects/sc3-plugins/files/">https://sourceforge.net/projects/sc3-plugins/files/</a>
<p style="margin: 30px; padding: 30px; border: 1px solid black;"><a href="https://github.com/supercollider/sc3-plugins">Source code is on github</a></p>
<hr style="clear: both; margin: 10px; border-color: black;" />
<p style="text-align: right;"><a href="http://sourceforge.net/projects/sc3-plugins/">Sourceforge project page</a> <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=182627&type=4" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a></p>
</body></html>
|