summaryrefslogtreecommitdiff
path: root/objects/limiter.axs
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-09-06 22:13:03 +0200
committerrekado <rekado@elephly.net>2016-09-06 23:31:22 +0200
commit8a4bca986c57062e96f1e58281b3eff52a856ee6 (patch)
tree11b125b567c212739a6585862628f0565f51ce35 /objects/limiter.axs
Initial commit.
Diffstat (limited to 'objects/limiter.axs')
-rw-r--r--objects/limiter.axs126
1 files changed, 126 insertions, 0 deletions
diff --git a/objects/limiter.axs b/objects/limiter.axs
new file mode 100644
index 0000000..e724c2a
--- /dev/null
+++ b/objects/limiter.axs
@@ -0,0 +1,126 @@
+<patch-1.0 appVersion="1.0.11">
+ <obj type="math/abs" uuid="f4078fd9b2dff40d4f1551b79900c9ab360c99" name="abs_1" x="238" y="280">
+ <params/>
+ <attribs/>
+ </obj>
+ <obj type="filter/lp" uuid="1427779cf086ab83c8b03eeeac69c2a97759c651" name="lp_2" x="308" y="280">
+ <params>
+ <frac32.s.map name="pitch" value="-30.0"/>
+ <frac32.u.map name="reso" value="0.0"/>
+ </params>
+ <attribs/>
+ </obj>
+ <obj type="math/+c" uuid="8a7195df16f4695260af58e8072c656181925b4d" name="+c_1" x="420" y="280">
+ <params>
+ <frac32.u.map name="c" value="1.0"/>
+ </params>
+ <attribs/>
+ </obj>
+ <obj type="math/reciprocal" uuid="4be823e668871835d067cbfe42407b06f927f91f" name="reciprocal_1" x="490" y="280">
+ <params/>
+ <attribs/>
+ </obj>
+ <obj type="conv/to f" uuid="bdd08445689602ce174689ccb6be085f627d9892" name="to_1" x="588" y="280">
+ <params/>
+ <attribs/>
+ </obj>
+ <obj type="math/smooth2" uuid="9ba3ddec912512e6b63211080e89cb25b6d84834" name="smooth2_1" x="658" y="280">
+ <params>
+ <frac32.u.map name="risetime" onParent="true" value="33.0"/>
+ <frac32.u.map name="falltime" onParent="true" value="28.5"/>
+ </params>
+ <attribs/>
+ </obj>
+ <obj type="math/gain" uuid="6b4dd3da49f98e54900f6c20031f38f4624fa364" name="gain_2" x="756" y="280">
+ <params>
+ <frac32.u.map name="amp" onParent="true" value="4.5"/>
+ </params>
+ <attribs/>
+ </obj>
+ <obj type="math/+c" uuid="13eec32bd8ad57dd0bb18a02566cc0a117d320e3" name="+c_2" x="868" y="280">
+ <params>
+ <frac32.u.map name="c" onParent="true" value="0.0"/>
+ </params>
+ <attribs/>
+ </obj>
+ <obj type="gain/vca" uuid="a9f2dcd18043e2f47364e45cb8814f63c2a37c0d" name="vca_1" x="938" y="280">
+ <params/>
+ <attribs/>
+ </obj>
+ <obj type="patch/outlet a" uuid="abd8c5fd3b0524a6630f65cad6dc27f6c58e2a3e" name="audio out" x="1008" y="280">
+ <params/>
+ <attribs/>
+ </obj>
+ <obj type="patch/inlet a" uuid="b577fe41e0a6bc7b5502ce33cb8a3129e2e28ee5" name="audio in" x="154" y="322">
+ <params/>
+ <attribs/>
+ </obj>
+ <obj type="delay/echo" uuid="b7e4de60a644f6b30fdee9648ea62f446ecce38d" name="echo_1" x="238" y="434">
+ <params/>
+ <attribs>
+ <spinner attributeName="delaylength" value="128"/>
+ </attribs>
+ </obj>
+ <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="gain" x="938" y="434">
+ <params/>
+ <attribs/>
+ </obj>
+ <nets>
+ <net>
+ <source obj="lp_2" outlet="out"/>
+ <dest obj="+c_1" inlet="in"/>
+ </net>
+ <net>
+ <source obj="+c_1" outlet="out"/>
+ <dest obj="reciprocal_1" inlet="in"/>
+ </net>
+ <net>
+ <source obj="reciprocal_1" outlet="out"/>
+ <dest obj="to_1" inlet="i"/>
+ </net>
+ <net>
+ <source obj="to_1" outlet="o"/>
+ <dest obj="smooth2_1" inlet="in"/>
+ </net>
+ <net>
+ <source obj="smooth2_1" outlet="out"/>
+ <dest obj="gain_2" inlet="in"/>
+ </net>
+ <net>
+ <source obj="gain_2" outlet="out"/>
+ <dest obj="+c_2" inlet="in"/>
+ </net>
+ <net>
+ <source obj="echo_1" outlet="out"/>
+ <dest obj="vca_1" inlet="a"/>
+ </net>
+ <net>
+ <source obj="+c_2" outlet="out"/>
+ <dest obj="vca_1" inlet="v"/>
+ <dest obj="gain" inlet="outlet"/>
+ </net>
+ <net>
+ <source obj="vca_1" outlet="o"/>
+ <dest obj="audio out" inlet="outlet"/>
+ </net>
+ <net>
+ <source obj="abs_1" outlet="out"/>
+ <dest obj="lp_2" inlet="in"/>
+ </net>
+ <net>
+ <source obj="audio in" outlet="inlet"/>
+ <dest obj="echo_1" inlet="in"/>
+ <dest obj="abs_1" inlet="in"/>
+ </net>
+ </nets>
+ <settings>
+ <subpatchmode>no</subpatchmode>
+ </settings>
+ <notes><![CDATA[]]></notes>
+ <windowPos>
+ <x>-5</x>
+ <y>33</y>
+ <width>1290</width>
+ <height>772</height>
+ </windowPos>
+</patch-1.0> \ No newline at end of file