add mp3
This commit is contained in:
parent
1d32135160
commit
5aad24d1db
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
<title></title>
|
||||
<meta name="Generator" content="Cocoa HTML Writer">
|
||||
<meta name="CocoaVersion" content="949.35">
|
||||
<meta name="CocoaVersion" content="949.43">
|
||||
<style type="text/css">
|
||||
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Helvetica}
|
||||
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
|
||||
|
@ -14,7 +14,7 @@ p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica}
|
|||
p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Helvetica}
|
||||
p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Helvetica; min-height: 16.0px}
|
||||
p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; min-height: 12.0px}
|
||||
p.p8 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 9.0px Monaco; color: #6c3821}
|
||||
p.p8 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 9.0px Monaco; color: #613b24}
|
||||
p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco}
|
||||
span.s1 {text-decoration: underline}
|
||||
</style>
|
||||
|
|
|
@ -1,12 +1,16 @@
|
|||
SuperCollider 3 Unit Generators
|
||||
===============================
|
||||
h1. SuperCollider 3 Unit Generators
|
||||
|
||||
- SwitchDelay - feedback delay line implementing switch-and-ramp technique. Seeks to avoid unwanted artefacts when switching the buffer read position/delay time.
|
||||
h3. SwitchDelay
|
||||
|
||||
- AverageOutput - calculates mean average of audio or control rate signal.
|
||||
feedback delay line implementing switch-and-ramp technique. Seeks to avoid unwanted artefacts when switching the buffer read position/delay time.<br/>
|
||||
"example - mp3":http://rfwatson.github.com/switchdelay.mp3 (832k)
|
||||
|
||||
h3. AverageOutput
|
||||
|
||||
Released under the GNU General Public License.
|
||||
calculates mean average of audio or control rate signal.
|
||||
<br/><br/>
|
||||
|
||||
*Released under the GNU General Public License.*
|
||||
|
||||
************************************************************************
|
||||
|
Loading…
Reference in New Issue