From 800aecee58d055861a53e003aa51decf2d9df4f3 Mon Sep 17 00:00:00 2001 From: ninodewit Date: Mon, 25 Jan 2016 16:50:50 +0100 Subject: [PATCH] cleanup --- plugins/larynx/DistrhoPluginInfo.h | 34 - plugins/larynx/DistrhoPluginMaxGen.cpp | 1 - plugins/larynx/Makefile | 40 - plugins/larynx/gen_exported.cpp | 246 - plugins/larynx/gen_exported.h | 37 - plugins/larynx/larynx.gendsp | 459 -- plugins/larynx/larynx.maxpat | 1099 ---- plugins/modulay/DistrhoPluginInfo.h | 34 - plugins/modulay/DistrhoPluginMaxGen.cpp | 1 - plugins/modulay/Makefile | 40 - plugins/modulay/gen_exported.cpp | 377 -- plugins/modulay/gen_exported.h | 37 - plugins/modulay/modulay.gendsp | 1516 ----- plugins/modulay/modulay.maxpat | 2465 ------- plugins/pitchotto/DistrhoPluginInfo.h | 35 - plugins/pitchotto/DistrhoPluginMaxGen.cpp | 1 - plugins/pitchotto/Makefile | 40 - plugins/pitchotto/gen_exported.cpp | 536 -- plugins/pitchotto/gen_exported.h | 37 - plugins/pitchotto/pitchotto.gendsp | 4118 ------------ plugins/pitchotto/pitchotto.maxpat | 4329 ------------- plugins/shiroverb/DistrhoPluginInfo.h | 34 - plugins/shiroverb/DistrhoPluginMaxGen.cpp | 1 - plugins/shiroverb/Makefile | 40 - plugins/shiroverb/gen_exported.cpp | 656 -- plugins/shiroverb/gen_exported.h | 37 - plugins/shiroverb/shiroverb.gendsp | 6407 ------------------ plugins/shiroverb/shiroverb.maxpat | 7167 --------------------- plugins/subgenaddressing.maxpat | 509 -- 29 files changed, 30333 deletions(-) delete mode 100644 plugins/larynx/DistrhoPluginInfo.h delete mode 120000 plugins/larynx/DistrhoPluginMaxGen.cpp delete mode 100644 plugins/larynx/Makefile delete mode 100644 plugins/larynx/gen_exported.cpp delete mode 100644 plugins/larynx/gen_exported.h delete mode 100644 plugins/larynx/larynx.gendsp delete mode 100644 plugins/larynx/larynx.maxpat delete mode 100644 plugins/modulay/DistrhoPluginInfo.h delete mode 120000 plugins/modulay/DistrhoPluginMaxGen.cpp delete mode 100644 plugins/modulay/Makefile delete mode 100644 plugins/modulay/gen_exported.cpp delete mode 100644 plugins/modulay/gen_exported.h delete mode 100644 plugins/modulay/modulay.gendsp delete mode 100644 plugins/modulay/modulay.maxpat delete mode 100644 plugins/pitchotto/DistrhoPluginInfo.h delete mode 120000 plugins/pitchotto/DistrhoPluginMaxGen.cpp delete mode 100644 plugins/pitchotto/Makefile delete mode 100644 plugins/pitchotto/gen_exported.cpp delete mode 100644 plugins/pitchotto/gen_exported.h delete mode 100644 plugins/pitchotto/pitchotto.gendsp delete mode 100644 plugins/pitchotto/pitchotto.maxpat delete mode 100644 plugins/shiroverb/DistrhoPluginInfo.h delete mode 120000 plugins/shiroverb/DistrhoPluginMaxGen.cpp delete mode 100644 plugins/shiroverb/Makefile delete mode 100644 plugins/shiroverb/gen_exported.cpp delete mode 100644 plugins/shiroverb/gen_exported.h delete mode 100644 plugins/shiroverb/shiroverb.gendsp delete mode 100644 plugins/shiroverb/shiroverb.maxpat delete mode 100644 plugins/subgenaddressing.maxpat diff --git a/plugins/larynx/DistrhoPluginInfo.h b/plugins/larynx/DistrhoPluginInfo.h deleted file mode 100644 index 1c2f61f..0000000 --- a/plugins/larynx/DistrhoPluginInfo.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Copyright (C) 2015 Nino de Wit - * - * Permission to use, copy, modify, and/or distribute this software for any purpose with - * or without fee is hereby granted, provided that the above copyright notice and this - * permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD - * TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN - * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL - * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER - * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED -#define DISTRHO_PLUGIN_INFO_H_INCLUDED - -#define DISTRHO_PLUGIN_BRAND "SHIRO" -#define DISTRHO_PLUGIN_NAME "Larynx" -#define DISTRHO_PLUGIN_URI "https://github.com/ninodewit/SHIRO-Plugins" - -#define DISTRHO_PLUGIN_HAS_UI 0 -#define DISTRHO_PLUGIN_IS_RT_SAFE 0 -#define DISTRHO_PLUGIN_NUM_INPUTS 1 -#define DISTRHO_PLUGIN_NUM_OUTPUTS 1 -#define DISTRHO_PLUGIN_USES_MODGUI 1 - -#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ModulatorPlugin" - -#define DISTRHO_PLUGIN_DESCRIPTION "Larynx is a simple vibrato with a tone control." -#define DISTRHO_PLUGIN_VERSION d_cconst('D', 'V', 'b', 'r') - -#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED diff --git a/plugins/larynx/DistrhoPluginMaxGen.cpp b/plugins/larynx/DistrhoPluginMaxGen.cpp deleted file mode 120000 index d985fe0..0000000 --- a/plugins/larynx/DistrhoPluginMaxGen.cpp +++ /dev/null @@ -1 +0,0 @@ -../common/DistrhoPluginMaxGen.cpp \ No newline at end of file diff --git a/plugins/larynx/Makefile b/plugins/larynx/Makefile deleted file mode 100644 index e9e57ab..0000000 --- a/plugins/larynx/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/make -f -# Makefile for DISTRHO Plugins # -# ---------------------------- # -# Created by falkTX -# - -# -------------------------------------------------------------- -# Project name, used for binaries - -NAME = Larynx - -# -------------------------------------------------------------- -# Files to build - -OBJS_DSP = \ - DistrhoPluginMaxGen.cpp.o \ - gen_exported.cpp.o - -# -------------------------------------------------------------- -# Do some magic - -include ../Makefile.mk - -# -------------------------------------------------------------- -# Enable all possible plugin types - -ifeq ($(HAVE_JACK),true) -TARGETS += jack -endif - -ifeq ($(LINUX),true) -TARGETS += ladspa -endif - -TARGETS += lv2_dsp -TARGETS += vst - -all: $(TARGETS) - -# -------------------------------------------------------------- diff --git a/plugins/larynx/gen_exported.cpp b/plugins/larynx/gen_exported.cpp deleted file mode 100644 index 17cd03a..0000000 --- a/plugins/larynx/gen_exported.cpp +++ /dev/null @@ -1,246 +0,0 @@ -#include "gen_exported.h" - -namespace gen_exported { - - -/******************************************************************************************************************* -Copyright (c) 2012 Cycling '74 - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies -or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE -OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*******************************************************************************************************************/ - - -// global noise generator -Noise noise; -static const int GENLIB_LOOPCOUNT_BAIL = 100000; - - -// The State struct contains all the state and procedures for the gendsp kernel -typedef struct State { - CommonState __commonstate; - Delay m_delay_3; - SineCycle m_cycle_7; - SineData __sinedata; - double m_depth_5; - double m_rate_6; - double samplerate; - double m_tone_4; - double m_y_2; - double m_smth_1; - int vectorsize; - int __exception; - // re-initialize all member variables; - inline void reset(double __sr, int __vs) { - __exception = 0; - vectorsize = __vs; - samplerate = __sr; - m_smth_1 = 0; - m_y_2 = 0; - m_delay_3.reset("m_delay_3", 44100); - m_tone_4 = 6000; - m_depth_5 = 1; - m_rate_6 = 5; - m_cycle_7.reset(samplerate, 0); - genlib_reset_complete(this); - - }; - // the signal processing routine; - inline int perform(t_sample ** __ins, t_sample ** __outs, int __n) { - vectorsize = __n; - const t_sample * __in1 = __ins[0]; - t_sample * __out1 = __outs[0]; - if (__exception) { - return __exception; - - } else if (( (__in1 == 0) || (__out1 == 0) )) { - __exception = GENLIB_ERR_NULL_BUFFER; - return __exception; - - }; - double expr_226 = safediv(((m_tone_4 * 2) * 3.1415926535898), 48000); - double sin_217 = sin(expr_226); - double clamp_218 = ((sin_217 <= 1e-05) ? 1e-05 : ((sin_217 >= 0.99999) ? 0.99999 : sin_217)); - // the main sample loop; - while ((__n--)) { - const double in1 = (*(__in1++)); - double mix_229 = (m_y_2 + (clamp_218 * (in1 - m_y_2))); - double mix_215 = mix_229; - m_cycle_7.freq(m_rate_6); - double cycle_221 = m_cycle_7(__sinedata); - double cycleindex_222 = m_cycle_7.phase(); - double add_220 = (cycle_221 + 1); - double mul_219 = (add_220 * 0.5); - double mul_223 = (m_depth_5 * mul_219); - double mstosamps_214 = (mul_223 * (samplerate * 0.001)); - double mix_230 = (mstosamps_214 + (0.999 * (m_smth_1 - mstosamps_214))); - double mix_213 = mix_230; - double tap_225 = m_delay_3.read_linear(mix_213); - double out1 = tap_225; - double y0_next_227 = mix_215; - double smth_next_228 = mix_213; - m_delay_3.write(mix_215); - m_y_2 = y0_next_227; - m_smth_1 = smth_next_228; - m_delay_3.step(); - // assign results to output buffer; - (*(__out1++)) = out1; - - }; - return __exception; - - }; - inline void set_tone(double _value) { - m_tone_4 = (_value < 500 ? 500 : (_value > 12000 ? 12000 : _value)); - }; - inline void set_depth(double _value) { - m_depth_5 = (_value < 0.1 ? 0.1 : (_value > 5 ? 5 : _value)); - }; - inline void set_rate(double _value) { - m_rate_6 = (_value < 0.1 ? 0.1 : (_value > 10 ? 10 : _value)); - }; - -} State; - - -/// -/// Configuration for the genlib API -/// - -/// Number of signal inputs and outputs - -int gen_kernel_numins = 1; -int gen_kernel_numouts = 1; - -int num_inputs() { return gen_kernel_numins; } -int num_outputs() { return gen_kernel_numouts; } -int num_params() { return 3; } - -/// Assistive lables for the signal inputs and outputs - -const char * gen_kernel_innames[] = { "in1" }; -const char * gen_kernel_outnames[] = { "out1" }; - -/// Invoke the signal process of a State object - -int perform(CommonState *cself, t_sample **ins, long numins, t_sample **outs, long numouts, long n) { - State * self = (State *)cself; - return self->perform(ins, outs, n); -} - -/// Reset all parameters and stateful operators of a State object - -void reset(CommonState *cself) { - State * self = (State *)cself; - self->reset(cself->sr, cself->vs); -} - -/// Set a parameter of a State object - -void setparameter(CommonState *cself, long index, double value, void *ref) { - State * self = (State *)cself; - switch (index) { - case 0: self->set_tone(value); break; - case 1: self->set_depth(value); break; - case 2: self->set_rate(value); break; - - default: break; - } -} - -/// Get the value of a parameter of a State object - -void getparameter(CommonState *cself, long index, double *value) { - State *self = (State *)cself; - switch (index) { - case 0: *value = self->m_tone_4; break; - case 1: *value = self->m_depth_5; break; - case 2: *value = self->m_rate_6; break; - - default: break; - } -} - -/// Allocate and configure a new State object and it's internal CommonState: - -void * create(double sr, long vs) { - State *self = new State; - self->reset(sr, vs); - ParamInfo *pi; - self->__commonstate.inputnames = gen_kernel_innames; - self->__commonstate.outputnames = gen_kernel_outnames; - self->__commonstate.numins = gen_kernel_numins; - self->__commonstate.numouts = gen_kernel_numouts; - self->__commonstate.sr = sr; - self->__commonstate.vs = vs; - self->__commonstate.params = (ParamInfo *)genlib_sysmem_newptr(3 * sizeof(ParamInfo)); - self->__commonstate.numparams = 3; - // initialize parameter 0 ("m_tone_4") - pi = self->__commonstate.params + 0; - pi->name = "tone"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_tone_4; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 500; - pi->outputmax = 12000; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 1 ("m_depth_5") - pi = self->__commonstate.params + 1; - pi->name = "depth"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_depth_5; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0.1; - pi->outputmax = 5; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 2 ("m_rate_6") - pi = self->__commonstate.params + 2; - pi->name = "rate"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_rate_6; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0.1; - pi->outputmax = 10; - pi->exp = 0; - pi->units = ""; // no units defined - - return self; -} - -/// Release all resources and memory used by a State object: - -void destroy(CommonState *cself) { - State * self = (State *)cself; - genlib_sysmem_freeptr(cself->params); - - delete self; -} - - -} // gen_exported:: diff --git a/plugins/larynx/gen_exported.h b/plugins/larynx/gen_exported.h deleted file mode 100644 index ab06792..0000000 --- a/plugins/larynx/gen_exported.h +++ /dev/null @@ -1,37 +0,0 @@ -/******************************************************************************************************************* -Copyright (c) 2012 Cycling '74 - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies -or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE -OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*******************************************************************************************************************/ - - -#include "genlib.h" -#include "genlib_exportfunctions.h" -#include "genlib_ops.h" - -namespace gen_exported { - -int num_inputs(); -int num_outputs(); -int num_params(); -int perform(CommonState *cself, t_sample **ins, long numins, t_sample **outs, long numouts, long n); -void reset(CommonState *cself); -void setparameter(CommonState *cself, long index, double value, void *ref); -void getparameter(CommonState *cself, long index, double *value); -void * create(double sr, long vs); -void destroy(CommonState *cself); - -} // gen_exported:: diff --git a/plugins/larynx/larynx.gendsp b/plugins/larynx/larynx.gendsp deleted file mode 100644 index eed0bd3..0000000 --- a/plugins/larynx/larynx.gendsp +++ /dev/null @@ -1,459 +0,0 @@ -{ - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 0.0, 48.0, 960.0, 705.0 ], - "bgcolor" : [ 0.9, 0.9, 0.9, 1.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-80", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 114.0, 372.0, 75.0, 20.0 ], - "text" : "history smth" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-81", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 51.0, 372.0, 63.0, 20.0 ], - "text" : "mix 0.999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-40", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 51.0, 342.0, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-15", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 30.5, 166.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-16", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 66.0, 144.0, 20.0 ], - "text" : "expr out=in1*2*PI/48000\\;" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-24", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 30.5, 141.0, 72.0, 20.0 ], - "text" : "history y0 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-31", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 91.0, 26.0, 20.0 ], - "text" : "sin" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-35", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 116.0, 125.0, 20.0 ], - "text" : "clip 0.00001 0.99999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-38", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 41.0, 234.0, 20.0 ], - "text" : "param tone 6000 @min 500 @max 12000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-62", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 292.0, 35.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-61", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 267.0, 28.0, 20.0 ], - "text" : "+ 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-11", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 216.0, 188.0, 20.0 ], - "text" : "param rate 5 @min 0.1 @max 10" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-58", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 64.5, 241.5, 38.0, 20.0 ], - "text" : "cycle" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-52", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 51.0, 317.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-49", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 51.0, 191.0, 181.0, 20.0 ], - "text" : "param depth 1 @min 0 @max 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-29", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 402.0, 39.0, 20.0 ], - "text" : "delay" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.0, 16.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 31.0, 427.0, 37.0, 20.0 ], - "text" : "out 1" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-15", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-58", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-24", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.0, 193.0, 13.0, 193.0, 13.0, 133.0, 40.0, 133.0 ], - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-31", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-16", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-15", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-24", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-35", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-31", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-15", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-16", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 60.5, 365.0, 60.5, 365.0 ], - "source" : [ "obj-40", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-49", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-40", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-62", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-61", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-62", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-80", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-81", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-80", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-81", 0 ] - } - - } - ] - } - -} diff --git a/plugins/larynx/larynx.maxpat b/plugins/larynx/larynx.maxpat deleted file mode 100644 index a2e0252..0000000 --- a/plugins/larynx/larynx.maxpat +++ /dev/null @@ -1,1099 +0,0 @@ -{ - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 0.0, 71.0, 960.0, 549.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-15", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "int" ], - "patching_rect" : [ 155.0, 199.0, 41.0, 20.0 ], - "text" : "+ 499" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-12", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 155.0, 149.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[5]", - "parameter_shortname" : "flonum", - "parameter_type" : 3, - "parameter_initial" : [ 30 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[4]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-14", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 155.0, 174.0, 124.0, 20.0 ], - "text" : "expr pow(1.0980\\,$f1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "float" ], - "patching_rect" : [ 16.0, 199.0, 32.5, 20.0 ], - "text" : "- 1." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-5", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 16.0, 149.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[4]", - "parameter_shortname" : "flonum", - "parameter_type" : 3, - "parameter_initial" : [ 30 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[1]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-6", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 16.0, 174.0, 124.0, 20.0 ], - "text" : "expr pow(1.0181\\,$f1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-43", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "float" ], - "patching_rect" : [ 86.0, 199.0, 32.5, 20.0 ], - "text" : "- 1." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-41", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 86.0, 149.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[3]", - "parameter_shortname" : "flonum", - "parameter_type" : 3, - "parameter_initial" : [ 30 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[3]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-42", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 86.0, 174.0, 124.0, 20.0 ], - "text" : "expr pow(1.0243\\,$f1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-23", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 377.0, 124.0, 70.0, 18.0 ], - "text" : "exportcode" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "frgb" : 0.0, - "id" : "obj-64", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 16.0, 16.0, 150.0, 20.0 ], - "text" : "LARYNX" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-32", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 155.0, 71.0, 51.0, 18.0 ], - "text" : "tone $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-30", - "maxclass" : "flonum", - "maximum" : 12000.0, - "minimum" : 500.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 155.0, 46.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[6]", - "parameter_shortname" : "flonum[6]", - "parameter_type" : 3, - "parameter_initial" : [ 6000 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[6]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-11", - "maxclass" : "flonum", - "maximum" : 5.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 16.0, 46.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum", - "parameter_shortname" : "flonum", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 1 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-13", - "maxclass" : "flonum", - "maximum" : 10.0, - "minimum" : 0.1, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 86.0, 46.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[2]", - "parameter_shortname" : "flonum[2]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 5 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[2]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-18", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 86.0, 71.0, 48.0, 18.0 ], - "text" : "rate $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-21", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 16.0, 71.0, 57.0, 18.0 ], - "text" : "depth $1" - } - - } -, { - "box" : { - "args" : [ "@module", 0, "@file", 5, "@loop", 1 ], - "id" : "obj-8", - "maxclass" : "bpatcher", - "name" : "demosound.maxpat", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "signal" ], - "patching_rect" : [ 357.0, 16.0, 230.0, 95.0 ] - } - - } -, { - "box" : { - "id" : "obj-4", - "maxclass" : "gain~", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "signal", "int" ], - "parameter_enable" : 0, - "patching_rect" : [ 357.0, 199.0, 22.0, 140.0 ] - } - - } -, { - "box" : { - "id" : "obj-2", - "maxclass" : "ezdac~", - "numinlets" : 2, - "numoutlets" : 0, - "patching_rect" : [ 345.5, 349.0, 45.0, 45.0 ] - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "signal" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 0.0, 48.0, 960.0, 705.0 ], - "bgcolor" : [ 0.9, 0.9, 0.9, 1.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-80", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 114.0, 372.0, 75.0, 20.0 ], - "text" : "history smth" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-81", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 51.0, 372.0, 63.0, 20.0 ], - "text" : "mix 0.999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-40", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 51.0, 342.0, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-15", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 30.5, 166.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-16", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 66.0, 144.0, 20.0 ], - "text" : "expr out=in1*2*PI/48000\\;" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-24", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 30.5, 141.0, 72.0, 20.0 ], - "text" : "history y0 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-31", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 91.0, 26.0, 20.0 ], - "text" : "sin" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-35", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 116.0, 125.0, 20.0 ], - "text" : "clip 0.00001 0.99999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-38", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 57.5, 41.0, 234.0, 20.0 ], - "text" : "param tone 6000 @min 500 @max 12000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-62", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 292.0, 35.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-61", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 267.0, 28.0, 20.0 ], - "text" : "+ 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-11", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 216.0, 188.0, 20.0 ], - "text" : "param rate 5 @min 0.1 @max 10" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-58", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 64.5, 241.5, 38.0, 20.0 ], - "text" : "cycle" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-52", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 51.0, 317.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-49", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 51.0, 191.0, 191.0, 20.0 ], - "text" : "param depth 1 @min 0.1 @max 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-29", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 402.0, 39.0, 20.0 ], - "text" : "delay" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.0, 16.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 31.0, 427.0, 37.0, 20.0 ], - "text" : "out 1" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-15", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-58", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-24", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.0, 193.0, 13.0, 193.0, 13.0, 133.0, 40.0, 133.0 ], - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-31", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-16", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-15", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-24", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-35", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-31", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-15", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-16", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 60.5, 365.0, 60.5, 365.0 ], - "source" : [ "obj-40", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-49", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-40", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-62", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-61", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-62", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-80", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-81", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-80", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-81", 0 ] - } - - } - ] - } -, - "patching_rect" : [ 357.0, 174.0, 510.0, 20.0 ], - "saved_object_attributes" : { - "exportfolder" : "Macintosh HD:/Users/Nino/Documents/Git/DPF-Max-Gen/plugins/larynx/" - } -, - "text" : "gen~ @exportfolder \"Macintosh HD:/Users/Nino/Documents/Git/DPF-Max-Gen/plugins/larynx\"" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-14", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-18", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-13", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-15", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-30", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 95.5, 145.5, 366.5, 145.5 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.5, 145.5, 366.5, 145.5 ], - "source" : [ "obj-21", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-11", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-32", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-30", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 164.5, 145.0, 366.5, 145.0 ], - "source" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-2", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-42", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-41", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-43", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-13", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-43", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-8", 0 ] - } - - } - ], - "parameters" : { - "obj-5" : [ "flonum[4]", "flonum", 0 ], - "obj-41" : [ "flonum[3]", "flonum", 0 ], - "obj-13" : [ "flonum[2]", "flonum[2]", 0 ], - "obj-12" : [ "flonum[5]", "flonum", 0 ], - "obj-8::obj-21::obj-6" : [ "live.tab[3]", "live.tab[1]", 0 ], - "obj-8::obj-35" : [ "[5]", "Level", 0 ], - "obj-30" : [ "flonum[6]", "flonum[6]", 0 ], - "obj-11" : [ "flonum", "flonum", 0 ], - "obj-8::obj-32" : [ "[8]", "[2]", 0 ] - } -, - "dependency_cache" : [ { - "name" : "demosound.maxpat", - "bootpath" : "/Applications/Max 6.1/Cycling '74/msp-help", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/Cycling '74/msp-help", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "sine.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "saw.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "square.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "random.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } - ] - } - -} diff --git a/plugins/modulay/DistrhoPluginInfo.h b/plugins/modulay/DistrhoPluginInfo.h deleted file mode 100644 index f2d35ee..0000000 --- a/plugins/modulay/DistrhoPluginInfo.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Copyright (C) 2015 Nino de Wit - * - * Permission to use, copy, modify, and/or distribute this software for any purpose with - * or without fee is hereby granted, provided that the above copyright notice and this - * permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD - * TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN - * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL - * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER - * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED -#define DISTRHO_PLUGIN_INFO_H_INCLUDED - -#define DISTRHO_PLUGIN_BRAND "SHIRO" -#define DISTRHO_PLUGIN_NAME "Modulay" -#define DISTRHO_PLUGIN_URI "https://github.com/ninodewit/SHIRO-Plugins" - -#define DISTRHO_PLUGIN_HAS_UI 0 -#define DISTRHO_PLUGIN_IS_RT_SAFE 0 -#define DISTRHO_PLUGIN_NUM_INPUTS 1 -#define DISTRHO_PLUGIN_NUM_OUTPUTS 1 -#define DISTRHO_PLUGIN_USES_MODGUI 1 - -#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:DelayPlugin" - -#define DISTRHO_PLUGIN_DESCRIPTION "Modulay is a delay with variable types of modulation based on the setting of the Morph-knob." -#define DISTRHO_PLUGIN_VERSION d_cconst('D', 'M', 'd', 'y') - -#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED diff --git a/plugins/modulay/DistrhoPluginMaxGen.cpp b/plugins/modulay/DistrhoPluginMaxGen.cpp deleted file mode 120000 index d985fe0..0000000 --- a/plugins/modulay/DistrhoPluginMaxGen.cpp +++ /dev/null @@ -1 +0,0 @@ -../common/DistrhoPluginMaxGen.cpp \ No newline at end of file diff --git a/plugins/modulay/Makefile b/plugins/modulay/Makefile deleted file mode 100644 index c030f96..0000000 --- a/plugins/modulay/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/make -f -# Makefile for DISTRHO Plugins # -# ---------------------------- # -# Created by falkTX -# - -# -------------------------------------------------------------- -# Project name, used for binaries - -NAME = Modulay - -# -------------------------------------------------------------- -# Files to build - -OBJS_DSP = \ - DistrhoPluginMaxGen.cpp.o \ - gen_exported.cpp.o - -# -------------------------------------------------------------- -# Do some magic - -include ../Makefile.mk - -# -------------------------------------------------------------- -# Enable all possible plugin types - -ifeq ($(HAVE_JACK),true) -TARGETS += jack -endif - -ifeq ($(LINUX),true) -TARGETS += ladspa -endif - -TARGETS += lv2_dsp -TARGETS += vst - -all: $(TARGETS) - -# -------------------------------------------------------------- diff --git a/plugins/modulay/gen_exported.cpp b/plugins/modulay/gen_exported.cpp deleted file mode 100644 index 26b41fd..0000000 --- a/plugins/modulay/gen_exported.cpp +++ /dev/null @@ -1,377 +0,0 @@ -#include "gen_exported.h" - -namespace gen_exported { - - -/******************************************************************************************************************* -Copyright (c) 2012 Cycling '74 - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies -or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE -OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*******************************************************************************************************************/ - - -// global noise generator -Noise noise; -static const int GENLIB_LOOPCOUNT_BAIL = 100000; - - -// The State struct contains all the state and procedures for the gendsp kernel -typedef struct State { - CommonState __commonstate; - DCBlock m_dcblock_13; - Delay m_delay_5; - Delay m_delay_4; - SineCycle m_cycle_14; - SineData __sinedata; - double m_depth_9; - double m_time_10; - double m_tone_12; - double m_morph_11; - double m_rate_8; - double m_repeats_6; - double m_smth_3; - double m_mix_7; - double m_smth_1; - double samplerate; - double m_y_2; - int vectorsize; - int __exception; - // re-initialize all member variables; - inline void reset(double __sr, int __vs) { - __exception = 0; - vectorsize = __vs; - samplerate = __sr; - m_smth_1 = 0; - m_y_2 = 0; - m_smth_3 = 0; - m_delay_4.reset("m_delay_4", 44100); - m_delay_5.reset("m_delay_5", 44100); - m_repeats_6 = 75; - m_mix_7 = 75; - m_rate_8 = 2; - m_depth_9 = 1; - m_time_10 = 500; - m_morph_11 = 50; - m_tone_12 = 3000; - m_dcblock_13.reset(); - m_cycle_14.reset(samplerate, 0); - genlib_reset_complete(this); - - }; - // the signal processing routine; - inline int perform(t_sample ** __ins, t_sample ** __outs, int __n) { - vectorsize = __n; - const t_sample * __in1 = __ins[0]; - t_sample * __out1 = __outs[0]; - if (__exception) { - return __exception; - - } else if (( (__in1 == 0) || (__out1 == 0) )) { - __exception = GENLIB_ERR_NULL_BUFFER; - return __exception; - - }; - double mul_141 = (m_mix_7 * 0.01); - double mstosamps_153 = (m_time_10 * (samplerate * 0.001)); - double expr_185 = safediv(((m_tone_12 * 2) * 3.1415926535898), 48000); - double sin_148 = sin(expr_185); - double clamp_149 = ((sin_148 <= 1e-05) ? 1e-05 : ((sin_148 >= 0.99999) ? 0.99999 : sin_148)); - int lt_156 = (m_morph_11 < 50); - double mul_166 = (m_morph_11 * -0.8); - double add_164 = (mul_166 + 40); - double abs_165 = fabs(add_164); - double mul_169 = (abs_165 * 0.01); - double mul_145 = (m_repeats_6 * 0.01); - double mul_155 = (m_morph_11 * -0.4); - double add_154 = (mul_155 + 20); - double mul_157 = (lt_156 * add_154); - double mul_138 = (m_morph_11 * -0.8); - double add_136 = (mul_138 + 40); - double abs_137 = fabs(add_136); - double rsub_135 = (80 - abs_137); - double mul_139 = (rsub_135 * 0.01); - double mul_168 = (m_morph_11 * 0.8); - double sub_167 = (mul_168 - 40); - double mul_170 = (sub_167 * 0.01); - int gt_162 = (m_morph_11 > 50); - double mul_161 = (gt_162 * m_morph_11); - double sub_160 = (mul_161 - 50); - double clamp_159 = ((sub_160 <= 0) ? 0 : ((sub_160 >= 50) ? 50 : sub_160)); - double mul_163 = (clamp_159 * 0.04); - double add_158 = (mul_157 + mul_163); - // the main sample loop; - while ((__n--)) { - const double in1 = (*(__in1++)); - double mix_189 = (mstosamps_153 + (0.999 * (m_smth_3 - mstosamps_153))); - double mix_142 = mix_189; - double tap_152 = m_delay_5.read_linear(mix_142); - double mix_190 = (m_y_2 + (clamp_149 * (tap_152 - m_y_2))); - double mix_146 = mix_190; - double mul_175 = (mix_146 * mul_169); - double mul_150 = (mix_146 * mul_145); - double dcblock_143 = m_dcblock_13(mul_150); - double clamp_144 = ((dcblock_143 <= -1) ? -1 : ((dcblock_143 >= 1) ? 1 : dcblock_143)); - m_cycle_14.freq(m_rate_8); - double cycle_180 = m_cycle_14(__sinedata); - double cycleindex_181 = m_cycle_14.phase(); - double add_179 = (cycle_180 + 1); - double mul_178 = (add_179 * 0.5); - double mul_182 = (m_depth_9 * mul_178); - double add_171 = (mul_182 + add_158); - double mstosamps_177 = (add_171 * (samplerate * 0.001)); - double mix_191 = (mstosamps_177 + (0.999 * (m_smth_1 - mstosamps_177))); - double mix_176 = mix_191; - double tap_184 = m_delay_4.read_linear(mix_176); - double mul_172 = (tap_184 * mul_139); - double mul_140 = ((mul_172 + mul_175) * mul_141); - double out1 = (mul_140 + in1); - double mul_173 = (tap_184 * mul_170); - double add_174 = (mix_146 + mul_173); - double smth1_next_186 = mix_142; - double y0_next_187 = mix_146; - double smth2_next_188 = mix_176; - m_delay_5.write((clamp_144 + in1)); - m_delay_4.write(add_174); - m_smth_3 = smth1_next_186; - m_y_2 = y0_next_187; - m_smth_1 = smth2_next_188; - m_delay_4.step(); - m_delay_5.step(); - // assign results to output buffer; - (*(__out1++)) = out1; - - }; - return __exception; - - }; - inline void set_repeats(double _value) { - m_repeats_6 = (_value < 0 ? 0 : (_value > 110 ? 110 : _value)); - }; - inline void set_mix(double _value) { - m_mix_7 = (_value < 0 ? 0 : (_value > 100 ? 100 : _value)); - }; - inline void set_rate(double _value) { - m_rate_8 = (_value < 0.1 ? 0.1 : (_value > 5 ? 5 : _value)); - }; - inline void set_depth(double _value) { - m_depth_9 = (_value < 0.1 ? 0.1 : (_value > 3 ? 3 : _value)); - }; - inline void set_time(double _value) { - m_time_10 = (_value < 20 ? 20 : (_value > 1000 ? 1000 : _value)); - }; - inline void set_morph(double _value) { - m_morph_11 = (_value < 0 ? 0 : (_value > 100 ? 100 : _value)); - }; - inline void set_tone(double _value) { - m_tone_12 = (_value < 500 ? 500 : (_value > 6000 ? 6000 : _value)); - }; - -} State; - - -/// -/// Configuration for the genlib API -/// - -/// Number of signal inputs and outputs - -int gen_kernel_numins = 1; -int gen_kernel_numouts = 1; - -int num_inputs() { return gen_kernel_numins; } -int num_outputs() { return gen_kernel_numouts; } -int num_params() { return 7; } - -/// Assistive lables for the signal inputs and outputs - -const char * gen_kernel_innames[] = { "in1" }; -const char * gen_kernel_outnames[] = { "out1" }; - -/// Invoke the signal process of a State object - -int perform(CommonState *cself, t_sample **ins, long numins, t_sample **outs, long numouts, long n) { - State * self = (State *)cself; - return self->perform(ins, outs, n); -} - -/// Reset all parameters and stateful operators of a State object - -void reset(CommonState *cself) { - State * self = (State *)cself; - self->reset(cself->sr, cself->vs); -} - -/// Set a parameter of a State object - -void setparameter(CommonState *cself, long index, double value, void *ref) { - State * self = (State *)cself; - switch (index) { - case 0: self->set_repeats(value); break; - case 1: self->set_mix(value); break; - case 2: self->set_rate(value); break; - case 3: self->set_depth(value); break; - case 4: self->set_time(value); break; - case 5: self->set_morph(value); break; - case 6: self->set_tone(value); break; - - default: break; - } -} - -/// Get the value of a parameter of a State object - -void getparameter(CommonState *cself, long index, double *value) { - State *self = (State *)cself; - switch (index) { - case 0: *value = self->m_repeats_6; break; - case 1: *value = self->m_mix_7; break; - case 2: *value = self->m_rate_8; break; - case 3: *value = self->m_depth_9; break; - case 4: *value = self->m_time_10; break; - case 5: *value = self->m_morph_11; break; - case 6: *value = self->m_tone_12; break; - - default: break; - } -} - -/// Allocate and configure a new State object and it's internal CommonState: - -void * create(double sr, long vs) { - State *self = new State; - self->reset(sr, vs); - ParamInfo *pi; - self->__commonstate.inputnames = gen_kernel_innames; - self->__commonstate.outputnames = gen_kernel_outnames; - self->__commonstate.numins = gen_kernel_numins; - self->__commonstate.numouts = gen_kernel_numouts; - self->__commonstate.sr = sr; - self->__commonstate.vs = vs; - self->__commonstate.params = (ParamInfo *)genlib_sysmem_newptr(7 * sizeof(ParamInfo)); - self->__commonstate.numparams = 7; - // initialize parameter 0 ("m_repeats_6") - pi = self->__commonstate.params + 0; - pi->name = "repeats"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_repeats_6; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0; - pi->outputmax = 110; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 1 ("m_mix_7") - pi = self->__commonstate.params + 1; - pi->name = "mix"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_mix_7; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0; - pi->outputmax = 100; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 2 ("m_rate_8") - pi = self->__commonstate.params + 2; - pi->name = "rate"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_rate_8; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0.1; - pi->outputmax = 5; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 3 ("m_depth_9") - pi = self->__commonstate.params + 3; - pi->name = "depth"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_depth_9; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0.1; - pi->outputmax = 3; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 4 ("m_time_10") - pi = self->__commonstate.params + 4; - pi->name = "time"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_time_10; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 20; - pi->outputmax = 1000; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 5 ("m_morph_11") - pi = self->__commonstate.params + 5; - pi->name = "morph"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_morph_11; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0; - pi->outputmax = 100; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 6 ("m_tone_12") - pi = self->__commonstate.params + 6; - pi->name = "tone"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_tone_12; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 500; - pi->outputmax = 6000; - pi->exp = 0; - pi->units = ""; // no units defined - - return self; -} - -/// Release all resources and memory used by a State object: - -void destroy(CommonState *cself) { - State * self = (State *)cself; - genlib_sysmem_freeptr(cself->params); - - delete self; -} - - -} // gen_exported:: diff --git a/plugins/modulay/gen_exported.h b/plugins/modulay/gen_exported.h deleted file mode 100644 index ab06792..0000000 --- a/plugins/modulay/gen_exported.h +++ /dev/null @@ -1,37 +0,0 @@ -/******************************************************************************************************************* -Copyright (c) 2012 Cycling '74 - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies -or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE -OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*******************************************************************************************************************/ - - -#include "genlib.h" -#include "genlib_exportfunctions.h" -#include "genlib_ops.h" - -namespace gen_exported { - -int num_inputs(); -int num_outputs(); -int num_params(); -int perform(CommonState *cself, t_sample **ins, long numins, t_sample **outs, long numouts, long n); -void reset(CommonState *cself); -void setparameter(CommonState *cself, long index, double value, void *ref); -void getparameter(CommonState *cself, long index, double *value); -void * create(double sr, long vs); -void destroy(CommonState *cself); - -} // gen_exported:: diff --git a/plugins/modulay/modulay.gendsp b/plugins/modulay/modulay.gendsp deleted file mode 100644 index db7883b..0000000 --- a/plugins/modulay/modulay.gendsp +++ /dev/null @@ -1,1516 +0,0 @@ -{ - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 0.0, 45.0, 960.0, 705.0 ], - "bgcolor" : [ 0.9, 0.9, 0.9, 1.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-113", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 118.25, 673.5, 35.0, 20.0 ], - "text" : "!- 80" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-108", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 118.25, 623.5, 34.0, 20.0 ], - "text" : "+ 40" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-109", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 118.25, 648.5, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-110", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 118.25, 500.5, 39.0, 20.0 ], - "text" : "* -0.8" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-111", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 118.25, 698.5, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-37", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 753.5, 148.25, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-104", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 159.75, 723.5, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-42", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 159.75, 698.5, 196.0, 20.0 ], - "text" : "param mix 100 @min 0 @max 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-88", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 127.5, 70.0, 82.0, 20.0 ], - "text" : "history smth1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-89", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 70.0, 63.0, 20.0 ], - "text" : "mix 0.999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-90", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 89.5, 300.0, 51.0, 20.0 ], - "text" : "dcblock" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-46", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 89.5, 325.0, 53.0, 20.0 ], - "text" : "clip -1 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-91", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 102.5, 220.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-92", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 245.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-93", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 58.0, 145.0, 144.0, 20.0 ], - "text" : "expr out=in1*2*PI/48000\\;" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-94", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 220.0, 72.0, 20.0 ], - "text" : "history y0 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-95", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 58.0, 170.0, 26.0, 20.0 ], - "text" : "sin" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-96", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 58.0, 195.0, 125.0, 20.0 ], - "text" : "clip 0.00001 0.99999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-97", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 58.0, 120.0, 228.0, 20.0 ], - "text" : "param tone 3000 @min 500 @max 6000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-98", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 102.5, 170.0, 210.0, 20.0 ], - "text" : "param repeats 75 @min 0 @max 110" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-43", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 89.5, 275.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-36", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 16.0, 214.0, 20.0 ], - "text" : "param time 500 @min 20 @max 1000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-21", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.5, 95.0, 39.0, 20.0 ], - "text" : "delay" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-20", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 41.0, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-67", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 189.0, 556.0, 34.0, 20.0 ], - "text" : "+ 20" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-68", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 189.0, 531.0, 39.0, 20.0 ], - "text" : "* -0.4" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-69", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 175.75, 500.5, 34.0, 20.0 ], - "text" : "< 50" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-70", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 175.0, 586.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-65", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 175.0, 648.5, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-54", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 227.75, 585.5, 55.0, 20.0 ], - "text" : "clip 0 50" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-53", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 227.75, 555.5, 31.0, 20.0 ], - "text" : "- 50" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-51", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 227.75, 531.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-50", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 227.75, 500.5, 34.0, 20.0 ], - "text" : "> 50" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-44", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 227.75, 623.5, 42.0, 20.0 ], - "text" : "* 0.04" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-18", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 83.25, 470.5, 205.0, 20.0 ], - "text" : "param morph 50 @min 0 @max 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-26", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 648.5, 34.0, 20.0 ], - "text" : "+ 40" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-25", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 673.5, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-23", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 623.5, 39.0, 20.0 ], - "text" : "* -0.8" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-22", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 83.25, 530.5, 31.0, 20.0 ], - "text" : "- 40" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-19", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 83.25, 500.5, 35.0, 20.0 ], - "text" : "* 0.8" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-14", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 698.5, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-17", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 83.25, 555.5, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-12", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 143.75, 385.5, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-8", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 104.75, 723.5, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-7", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 71.25, 585.5, 31.0, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-6", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 530.5, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 723.5, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-80", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 127.75, 445.5, 82.0, 20.0 ], - "text" : "history smth2" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-81", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.75, 445.5, 63.0, 20.0 ], - "text" : "mix 0.999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-40", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 143.75, 410.5, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-62", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 157.75, 325.5, 35.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-61", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 157.75, 300.5, 28.0, 20.0 ], - "text" : "+ 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-11", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 157.75, 245.0, 182.0, 20.0 ], - "text" : "param rate 2 @min 0.1 @max 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-58", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 157.75, 275.0, 38.0, 20.0 ], - "text" : "cycle" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-52", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 144.25, 355.5, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-49", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 144.5, 220.0, 181.0, 20.0 ], - "text" : "param depth 1 @min 0 @max 3" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-29", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 555.5, 39.0, 20.0 ], - "text" : "delay" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 16.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 9.75, 783.5, 37.0, 20.0 ], - "text" : "out 1" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 67.5, 54.0, 67.5 ], - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-37", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 169.25, 743.0, 169.75, 743.0 ], - "source" : [ "obj-104", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-109", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-113", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-109", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-58", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-108", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-110", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-111", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-111", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-113", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-40", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-7", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-110", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.0, 127.75, 495.0 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-19", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-23", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.5, 165.25, 495.5, 165.25, 619.5, 54.25, 619.5 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-50", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.0, 237.25, 495.0 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-51", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.0, 250.75, 495.0 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-68", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.5, 198.5, 495.5 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-69", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.0, 185.25, 495.0 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-22", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-19", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-89", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-20", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-92", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-21", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-22", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-26", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-14", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-25", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-25", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-26", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-7", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-37", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-20", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-36", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.5, 778.0, 19.25, 778.0 ], - "source" : [ "obj-37", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 153.25, 435.0, 74.25, 435.0 ], - "source" : [ "obj-40", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-104", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-90", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-43", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-65", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-44", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 99.0, 350.0, 353.75, 350.0, 353.75, 7.0, 54.0, 7.0 ], - "source" : [ "obj-46", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-49", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-51", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-50", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-53", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-51", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-12", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 153.75, 382.5, 153.25, 382.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-54", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-53", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-44", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-54", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-62", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-61", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-62", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-12", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 184.5, 677.5, 300.25, 677.5, 300.25, 612.5, 300.25, 612.5, 300.25, 582.5, 300.25, 582.5, 300.25, 382.5, 166.75, 382.5 ], - "source" : [ "obj-65", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-70", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-67", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-67", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-68", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-70", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-69", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 80.75, 613.5, 56.25, 613.5, 56.25, 613.5, 29.25, 613.5, 29.25, 521.5, 67.75, 521.5 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-65", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-70", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-37", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-8", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-80", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-81", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-80", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-81", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-89", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-88", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-89", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-88", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-89", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-46", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-90", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-43", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-91", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-92", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-43", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.5, 269.5, 99.0, 269.5 ], - "source" : [ "obj-92", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.5, 394.75, 54.25, 394.75 ], - "source" : [ "obj-92", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-94", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.5, 272.0, 13.5, 272.0, 13.5, 212.0, 40.5, 212.0 ], - "source" : [ "obj-92", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-95", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-93", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-92", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-94", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-96", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-92", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-96", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-93", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-97", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-91", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-98", 0 ] - } - - } - ] - } - -} diff --git a/plugins/modulay/modulay.maxpat b/plugins/modulay/modulay.maxpat deleted file mode 100644 index fff63f6..0000000 --- a/plugins/modulay/modulay.maxpat +++ /dev/null @@ -1,2465 +0,0 @@ -{ - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 0.0, 45.0, 960.0, 549.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-92", - "maxclass" : "number~", - "mode" : 2, - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "signal", "float" ], - "patching_rect" : [ 848.0, 199.0, 56.0, 20.0 ], - "sig" : 0.0 - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-91", - "maxclass" : "number~", - "mode" : 2, - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "signal", "float" ], - "patching_rect" : [ 684.333313, 199.0, 56.0, 20.0 ], - "sig" : 0.0 - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-90", - "maxclass" : "number~", - "mode" : 2, - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "signal", "float" ], - "patching_rect" : [ 520.666687, 199.0, 56.0, 20.0 ], - "sig" : 0.0 - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-103", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 155.0, 302.0, 61.0, 18.0 ], - "text" : "morph $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-101", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 155.0, 277.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[1]", - "parameter_shortname" : "flonum[1]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 50 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[5]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-25", - "maxclass" : "flonum", - "maximum" : 1000.0, - "minimum" : 20.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 15.5, 277.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[14]", - "parameter_shortname" : "flonum[5]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 500.0 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[9]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-20", - "maxclass" : "flonum", - "maximum" : 110.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 86.0, 277.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[15]", - "parameter_shortname" : "flonum[4]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 75 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[10]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-19", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 229.0, 277.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[16]", - "parameter_shortname" : "flonum[7]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 75 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[12]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-17", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 229.0, 302.0, 46.0, 18.0 ], - "text" : "mix $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-88", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 86.0, 302.0, 67.0, 18.0 ], - "text" : "repeats $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-89", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 302.0, 50.0, 18.0 ], - "text" : "time $1" - } - - } -, { - "box" : { - "id" : "obj-61", - "maxclass" : "meter~", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "float" ], - "patching_rect" : [ 386.0, 199.0, 18.0, 140.0 ] - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-15", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "float" ], - "patching_rect" : [ 155.0, 199.0, 44.0, 20.0 ], - "text" : "+ 499." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-12", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 155.0, 149.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[5]", - "parameter_shortname" : "flonum", - "parameter_type" : 3, - "parameter_initial" : [ 30 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[4]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-14", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 155.0, 174.0, 137.0, 20.0 ], - "text" : "expr pow(1.089944\\,$f1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "float" ], - "patching_rect" : [ 15.5, 199.0, 32.5, 20.0 ], - "text" : "- 1." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-5", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 15.5, 149.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[4]", - "parameter_shortname" : "flonum", - "parameter_type" : 3, - "parameter_initial" : [ 30 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[1]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-6", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 174.0, 131.0, 20.0 ], - "text" : "expr pow(1.01396\\,$f1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-43", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "float" ], - "patching_rect" : [ 86.0, 199.0, 32.5, 20.0 ], - "text" : "- 1." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-41", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 86.0, 149.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[3]", - "parameter_shortname" : "flonum", - "parameter_type" : 3, - "parameter_initial" : [ 30 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[3]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-42", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 86.0, 174.0, 137.0, 20.0 ], - "text" : "expr pow(1.018079\\,$f1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-23", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 376.0, 132.0, 70.0, 18.0 ], - "text" : "exportcode" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "frgb" : 0.0, - "id" : "obj-64", - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 16.0, 16.0, 150.0, 20.0 ], - "text" : "MODULAY" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-32", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 155.0, 71.0, 51.0, 18.0 ], - "text" : "tone $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-30", - "maxclass" : "flonum", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 155.0, 46.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[6]", - "parameter_shortname" : "flonum[6]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 500.0 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[6]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-11", - "maxclass" : "flonum", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 16.0, 46.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum", - "parameter_shortname" : "flonum", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 1 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-13", - "maxclass" : "flonum", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 86.0, 46.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[2]", - "parameter_shortname" : "flonum[2]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 1.5 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[2]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-18", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 86.0, 71.0, 48.0, 18.0 ], - "text" : "rate $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-21", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 16.0, 71.0, 57.0, 18.0 ], - "text" : "depth $1" - } - - } -, { - "box" : { - "args" : [ "@module", 0, "@file", 5, "@loop", 1 ], - "id" : "obj-8", - "maxclass" : "bpatcher", - "name" : "demosound.maxpat", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "signal" ], - "patching_rect" : [ 357.0, 16.0, 230.0, 95.0 ] - } - - } -, { - "box" : { - "id" : "obj-4", - "maxclass" : "gain~", - "numinlets" : 2, - "numoutlets" : 2, - "outlettype" : [ "signal", "int" ], - "parameter_enable" : 0, - "patching_rect" : [ 357.0, 199.0, 22.0, 140.0 ] - } - - } -, { - "box" : { - "id" : "obj-2", - "maxclass" : "ezdac~", - "numinlets" : 2, - "numoutlets" : 0, - "patching_rect" : [ 345.5, 349.0, 45.0, 45.0 ] - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "signal" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 0.0, 45.0, 960.0, 705.0 ], - "bgcolor" : [ 0.9, 0.9, 0.9, 1.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-113", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 118.25, 673.5, 35.0, 20.0 ], - "text" : "!- 80" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-108", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 118.25, 623.5, 34.0, 20.0 ], - "text" : "+ 40" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-109", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 118.25, 648.5, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-110", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 118.25, 500.5, 39.0, 20.0 ], - "text" : "* -0.8" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-111", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 118.25, 698.5, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-37", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 753.5, 148.25, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-104", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 159.75, 723.5, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-42", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 159.75, 698.5, 190.0, 20.0 ], - "text" : "param mix 75 @min 0 @max 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-88", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 127.5, 70.0, 82.0, 20.0 ], - "text" : "history smth1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-89", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 70.0, 63.0, 20.0 ], - "text" : "mix 0.999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-90", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 89.5, 300.0, 51.0, 20.0 ], - "text" : "dcblock" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-46", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 89.5, 325.0, 53.0, 20.0 ], - "text" : "clip -1 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-91", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 102.5, 220.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-92", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 245.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-93", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 58.0, 145.0, 144.0, 20.0 ], - "text" : "expr out=in1*2*PI/48000\\;" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-94", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 220.0, 72.0, 20.0 ], - "text" : "history y0 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-95", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 58.0, 170.0, 26.0, 20.0 ], - "text" : "sin" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-96", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 58.0, 195.0, 125.0, 20.0 ], - "text" : "clip 0.00001 0.99999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-97", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 58.0, 120.0, 228.0, 20.0 ], - "text" : "param tone 3000 @min 500 @max 6000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-98", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 102.5, 170.0, 210.0, 20.0 ], - "text" : "param repeats 75 @min 0 @max 110" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-43", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 89.5, 275.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-36", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 16.0, 214.0, 20.0 ], - "text" : "param time 500 @min 20 @max 1000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-21", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.5, 95.0, 39.0, 20.0 ], - "text" : "delay" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-20", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.5, 41.0, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-67", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 189.0, 556.0, 34.0, 20.0 ], - "text" : "+ 20" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-68", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 189.0, 531.0, 39.0, 20.0 ], - "text" : "* -0.4" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-69", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 175.75, 500.5, 34.0, 20.0 ], - "text" : "< 50" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-70", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 175.0, 586.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-65", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 175.0, 648.5, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-54", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 227.75, 585.5, 55.0, 20.0 ], - "text" : "clip 0 50" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-53", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 227.75, 555.5, 31.0, 20.0 ], - "text" : "- 50" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-51", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 227.75, 531.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-50", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 227.75, 500.5, 34.0, 20.0 ], - "text" : "> 50" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-44", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 227.75, 623.5, 42.0, 20.0 ], - "text" : "* 0.04" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-18", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 83.25, 470.5, 205.0, 20.0 ], - "text" : "param morph 50 @min 0 @max 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-26", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 648.5, 34.0, 20.0 ], - "text" : "+ 40" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-25", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 673.5, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-23", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 623.5, 39.0, 20.0 ], - "text" : "* -0.8" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-22", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 83.25, 530.5, 31.0, 20.0 ], - "text" : "- 40" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-19", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 83.25, 500.5, 35.0, 20.0 ], - "text" : "* 0.8" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-14", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 698.5, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-17", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 83.25, 555.5, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-12", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 143.75, 385.5, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-8", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 104.75, 723.5, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-7", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 71.25, 585.5, 31.0, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-6", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 530.5, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 31.0, 723.5, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-80", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 127.75, 445.5, 82.0, 20.0 ], - "text" : "history smth2" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-81", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 64.75, 445.5, 63.0, 20.0 ], - "text" : "mix 0.999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-40", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 143.75, 410.5, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-62", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 157.75, 325.5, 35.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-61", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 157.75, 300.5, 28.0, 20.0 ], - "text" : "+ 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-11", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 157.75, 245.0, 182.0, 20.0 ], - "text" : "param rate 2 @min 0.1 @max 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-58", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "", "" ], - "patching_rect" : [ 157.75, 275.0, 38.0, 20.0 ], - "text" : "cycle" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-52", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 144.25, 355.5, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-49", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 144.5, 220.0, 191.0, 20.0 ], - "text" : "param depth 1 @min 0.1 @max 3" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-29", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 44.75, 555.5, 39.0, 20.0 ], - "text" : "delay" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 16.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 9.75, 783.5, 37.0, 20.0 ], - "text" : "out 1" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 67.5, 54.0, 67.5 ], - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-37", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 169.25, 743.0, 169.75, 743.0 ], - "source" : [ "obj-104", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-109", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-113", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-109", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-58", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-108", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-110", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-111", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-111", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-113", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-40", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-7", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-110", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.0, 127.75, 495.0 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-19", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-23", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.5, 165.25, 495.5, 165.25, 619.5, 54.25, 619.5 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-50", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.0, 237.25, 495.0 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-51", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.0, 250.75, 495.0 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-68", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.5, 198.5, 495.5 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-69", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 92.75, 495.0, 185.25, 495.0 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-22", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-19", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-89", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-20", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-92", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-21", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-22", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-26", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-14", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-25", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-25", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-26", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-7", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-37", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-20", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-36", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.5, 778.0, 19.25, 778.0 ], - "source" : [ "obj-37", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 153.25, 435.0, 74.25, 435.0 ], - "source" : [ "obj-40", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-104", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-90", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-43", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-65", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-44", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 99.0, 350.0, 353.75, 350.0, 353.75, 7.0, 54.0, 7.0 ], - "source" : [ "obj-46", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-49", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-51", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-50", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-53", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-51", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-12", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 153.75, 382.5, 153.25, 382.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-54", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-53", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-44", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-54", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-62", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-61", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-62", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-12", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 184.5, 677.5, 300.25, 677.5, 300.25, 612.5, 300.25, 612.5, 300.25, 582.5, 300.25, 582.5, 300.25, 382.5, 166.75, 382.5 ], - "source" : [ "obj-65", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-70", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-67", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-67", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-68", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-70", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-69", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 80.75, 613.5, 56.25, 613.5, 56.25, 613.5, 29.25, 613.5, 29.25, 521.5, 67.75, 521.5 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-65", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-70", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-37", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-8", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-80", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-81", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-80", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-81", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-89", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-88", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-89", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-88", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-89", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-46", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-90", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-43", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-91", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-92", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-43", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.5, 269.5, 99.0, 269.5 ], - "source" : [ "obj-92", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.5, 394.75, 54.25, 394.75 ], - "source" : [ "obj-92", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-94", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.5, 272.0, 13.5, 272.0, 13.5, 212.0, 40.5, 212.0 ], - "source" : [ "obj-92", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-95", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-93", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-92", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-94", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-96", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-92", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-96", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-93", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-97", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-91", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-98", 0 ] - } - - } - ] - } -, - "patching_rect" : [ 357.0, 174.0, 523.0, 20.0 ], - "saved_object_attributes" : { - "exportfolder" : "Macintosh HD:/Users/Nino/Documents/Git/DPF-Max-Gen/plugins/modulay/" - } -, - "text" : "gen~ @exportfolder \"Macintosh HD:/Users/Nino/Documents/Git/DPF-Max-Gen/plugins/modulay\"" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-103", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-101", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-103", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-14", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-18", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-13", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-15", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-30", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 95.5, 145.5, 366.5, 145.5 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-19", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-88", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-20", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.5, 145.5, 366.5, 145.5 ], - "source" : [ "obj-21", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 385.5, 161.5, 366.5, 161.5 ], - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-89", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-25", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-11", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-32", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-30", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 164.5, 145.0, 366.5, 145.0 ], - "source" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-2", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-42", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-41", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-43", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-13", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-43", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-8", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-88", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-1", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-89", 0 ] - } - - } - ], - "parameters" : { - "obj-5" : [ "flonum[4]", "flonum", 0 ], - "obj-41" : [ "flonum[3]", "flonum", 0 ], - "obj-13" : [ "flonum[2]", "flonum[2]", 0 ], - "obj-12" : [ "flonum[5]", "flonum", 0 ], - "obj-8::obj-21::obj-6" : [ "live.tab[3]", "live.tab[1]", 0 ], - "obj-8::obj-35" : [ "[5]", "Level", 0 ], - "obj-30" : [ "flonum[6]", "flonum[6]", 0 ], - "obj-11" : [ "flonum", "flonum", 0 ], - "obj-19" : [ "flonum[16]", "flonum[7]", 0 ], - "obj-25" : [ "flonum[14]", "flonum[5]", 0 ], - "obj-20" : [ "flonum[15]", "flonum[4]", 0 ], - "obj-8::obj-32" : [ "[8]", "[2]", 0 ], - "obj-101" : [ "flonum[1]", "flonum[1]", 0 ] - } -, - "dependency_cache" : [ { - "name" : "demosound.maxpat", - "bootpath" : "/Applications/Max 6.1/Cycling '74/msp-help", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/Cycling '74/msp-help", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "sine.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "saw.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "square.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "random.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } - ] - } - -} diff --git a/plugins/pitchotto/DistrhoPluginInfo.h b/plugins/pitchotto/DistrhoPluginInfo.h deleted file mode 100644 index df70532..0000000 --- a/plugins/pitchotto/DistrhoPluginInfo.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright (C) 2015 Nino de Wit - * - * Permission to use, copy, modify, and/or distribute this software for any purpose with - * or without fee is hereby granted, provided that the above copyright notice and this - * permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD - * TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN - * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL - * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER - * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED -#define DISTRHO_PLUGIN_INFO_H_INCLUDED - -#define DISTRHO_PLUGIN_BRAND "SHIRO" -#define DISTRHO_PLUGIN_NAME "Pitchotto" -#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/Pitchotto" - -#define DISTRHO_PLUGIN_HAS_UI 0 -#define DISTRHO_PLUGIN_IS_RT_SAFE 0 -#define DISTRHO_PLUGIN_NUM_INPUTS 1 -#define DISTRHO_PLUGIN_NUM_OUTPUTS 1 -#define DISTRHO_PLUGIN_USES_MODGUI 1 - -#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:PitchPlugin" - -#define DISTRHO_PLUGIN_DESCRIPTION "Pitchotto is a pitch-shifter based on the \"Pitch-Shift\"-genpatch in Max, where Phase-shifting is used to achieve different intervals.\n\ -There are two shifted signals available, both with variable delay-lengths for arpeggio-like sounds." -#define DISTRHO_PLUGIN_VERSION d_cconst('D', 'M', 'p', 'c') - -#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED diff --git a/plugins/pitchotto/DistrhoPluginMaxGen.cpp b/plugins/pitchotto/DistrhoPluginMaxGen.cpp deleted file mode 120000 index d985fe0..0000000 --- a/plugins/pitchotto/DistrhoPluginMaxGen.cpp +++ /dev/null @@ -1 +0,0 @@ -../common/DistrhoPluginMaxGen.cpp \ No newline at end of file diff --git a/plugins/pitchotto/Makefile b/plugins/pitchotto/Makefile deleted file mode 100644 index b10621f..0000000 --- a/plugins/pitchotto/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/make -f -# Makefile for DISTRHO Plugins # -# ---------------------------- # -# Created by falkTX -# - -# -------------------------------------------------------------- -# Project name, used for binaries - -NAME = Pitchotto - -# -------------------------------------------------------------- -# Files to build - -OBJS_DSP = \ - DistrhoPluginMaxGen.cpp.o \ - gen_exported.cpp.o - -# -------------------------------------------------------------- -# Do some magic - -include ../Makefile.mk - -# -------------------------------------------------------------- -# Enable all possible plugin types - -ifeq ($(HAVE_JACK),true) -TARGETS += jack -endif - -ifeq ($(LINUX),true) -TARGETS += ladspa -endif - -TARGETS += lv2_dsp -TARGETS += vst - -all: $(TARGETS) - -# -------------------------------------------------------------- diff --git a/plugins/pitchotto/gen_exported.cpp b/plugins/pitchotto/gen_exported.cpp deleted file mode 100644 index 54bfeb1..0000000 --- a/plugins/pitchotto/gen_exported.cpp +++ /dev/null @@ -1,536 +0,0 @@ -#include "gen_exported.h" - -namespace gen_exported { - - -/******************************************************************************************************************* -Copyright (c) 2012 Cycling '74 - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies -or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE -OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*******************************************************************************************************************/ - - -// global noise generator -Noise noise; -static const int GENLIB_LOOPCOUNT_BAIL = 100000; - - -// The State struct contains all the state and procedures for the gendsp kernel -typedef struct State { - CommonState __commonstate; - Delay m_delay_10; - Delay m_delay_11; - Delta m_delta_29; - Delta m_delta_26; - Delta m_delta_23; - Delta m_delta_33; - Delta m_delta_36; - Delta m_delta_20; - Delta m_delta_39; - Delta m_delta_42; - Phasor m_phasor_32; - Phasor m_phasor_19; - Sah m_sah_25; - Sah m_sah_35; - Sah m_sah_24; - Sah m_sah_27; - Sah m_sah_28; - Sah m_sah_41; - Sah m_sah_30; - Sah m_sah_34; - Sah m_sah_37; - Sah m_sah_38; - Sah m_sah_31; - Sah m_sah_40; - Sah m_sah_22; - Sah m_sah_44; - Sah m_sah_43; - Sah m_sah_21; - double m_y_1; - double m_history_5; - double m_history_6; - double samplerate; - double m_history_4; - double m_history_2; - double m_history_7; - double m_history_3; - double m_history_8; - double m_ratio_12; - double m_history_9; - double m_delay_18; - double samples_to_seconds; - double m_cutoff_16; - double m_blur_17; - double m_delay_14; - double m_mix_13; - double m_ratio_15; - int vectorsize; - int __exception; - // re-initialize all member variables; - inline void reset(double __sr, int __vs) { - __exception = 0; - vectorsize = __vs; - samplerate = __sr; - m_y_1 = 0; - m_history_2 = 0; - m_history_3 = 0; - m_history_4 = 0; - m_history_5 = 0; - m_history_6 = 0; - m_history_7 = 0; - m_history_8 = 0; - m_history_9 = 0; - m_delay_10.reset("m_delay_10", 96000); - m_delay_11.reset("m_delay_11", 96000); - m_ratio_12 = 2; - m_mix_13 = 0.5; - m_delay_14 = 100; - m_ratio_15 = 0.5; - m_cutoff_16 = 2250; - m_blur_17 = 0.25; - m_delay_18 = 100; - samples_to_seconds = (1 / samplerate); - m_phasor_19.reset(0); - m_delta_20.reset(0); - m_sah_21.reset(0); - m_sah_22.reset(0); - m_delta_23.reset(0); - m_sah_24.reset(0); - m_sah_25.reset(0); - m_delta_26.reset(0); - m_sah_27.reset(0); - m_sah_28.reset(0); - m_delta_29.reset(0); - m_sah_30.reset(0); - m_sah_31.reset(0); - m_phasor_32.reset(0); - m_delta_33.reset(0); - m_sah_34.reset(0); - m_sah_35.reset(0); - m_delta_36.reset(0); - m_sah_37.reset(0); - m_sah_38.reset(0); - m_delta_39.reset(0); - m_sah_40.reset(0); - m_sah_41.reset(0); - m_delta_42.reset(0); - m_sah_43.reset(0); - m_sah_44.reset(0); - genlib_reset_complete(this); - - }; - // the signal processing routine; - inline int perform(t_sample ** __ins, t_sample ** __outs, int __n) { - vectorsize = __n; - const t_sample * __in1 = __ins[0]; - t_sample * __out1 = __outs[0]; - if (__exception) { - return __exception; - - } else if (( (__in1 == 0) || (__out1 == 0) )) { - __exception = GENLIB_ERR_NULL_BUFFER; - return __exception; - - }; - double expr_5155 = safediv(((m_cutoff_16 * 2) * 3.1415926535898), 44100); - double sin_5012 = sin(expr_5155); - double clamp_5013 = ((sin_5012 <= 1e-05) ? 1e-05 : ((sin_5012 >= 0.99999) ? 0.99999 : sin_5012)); - double mstosamps_5148 = (m_delay_14 * (samplerate * 0.001)); - double mstosamps_5077 = (m_delay_18 * (samplerate * 0.001)); - double rsub_5064 = (1 - m_ratio_12); - double mul_5063 = (rsub_5064 * 1000); - double div_5062 = safediv(mul_5063, m_delay_18); - samples_to_seconds = (1 / samplerate); - double rsub_5135 = (1 - m_ratio_15); - double mul_5134 = (rsub_5135 * 1000); - double div_5133 = safediv(mul_5134, m_delay_14); - // the main sample loop; - while ((__n--)) { - const double in1 = (*(__in1++)); - double noise_5014 = noise(); - double abs_5031 = fabs(noise_5014); - double mul_5035 = (abs_5031 * m_blur_17); - double noise_5086 = noise(); - double abs_5104 = fabs(noise_5086); - double mul_5112 = (abs_5104 * m_blur_17); - double noise_5015 = noise(); - double abs_5032 = fabs(noise_5015); - double mul_5038 = (abs_5032 * m_blur_17); - double noise_5084 = noise(); - double abs_5102 = fabs(noise_5084); - double mul_5106 = (abs_5102 * m_blur_17); - double noise_5017 = noise(); - double abs_5034 = fabs(noise_5017); - double mul_5044 = (abs_5034 * m_blur_17); - double noise_5087 = noise(); - double abs_5105 = fabs(noise_5087); - double mul_5115 = (abs_5105 * m_blur_17); - double noise_5016 = noise(); - double abs_5033 = fabs(noise_5016); - double mul_5041 = (abs_5033 * m_blur_17); - double noise_5085 = noise(); - double abs_5103 = fabs(noise_5085); - double mul_5109 = (abs_5103 * m_blur_17); - double phasor_5083 = m_phasor_19(div_5062, samples_to_seconds); - double add_5055 = ((phasor_5083 + m_history_9) + 0.75); - double mod_5054 = safemod(add_5055, 1); - double delta_5037 = m_delta_20(mod_5054); - double sah_5018 = m_sah_21(mul_5035, delta_5037, 0); - double sah_5036 = m_sah_22(mstosamps_5077, delta_5037, 0); - double mul_5027 = (sah_5036 * mod_5054); - double sub_5053 = (mod_5054 - 0.5); - double mul_5052 = (sub_5053 * 3.1415926535898); - double cos_5051 = cos(mul_5052); - double mul_5046 = (cos_5051 * cos_5051); - double add_5061 = ((phasor_5083 + m_history_8) + 0.5); - double mod_5060 = safemod(add_5061, 1); - double delta_5040 = m_delta_23(mod_5060); - double sah_5020 = m_sah_24(mul_5038, delta_5040, 0); - double sah_5039 = m_sah_25(mstosamps_5077, delta_5040, 0); - double mul_5028 = (sah_5039 * mod_5060); - double sub_5059 = (mod_5060 - 0.5); - double mul_5058 = (sub_5059 * 3.1415926535898); - double cos_5057 = cos(mul_5058); - double mul_5047 = (cos_5057 * cos_5057); - double add_5082 = ((phasor_5083 + m_history_7) + 0); - double mod_5081 = safemod(add_5082, 1); - double delta_5025 = m_delta_26(mod_5081); - double sah_5024 = m_sah_27(mul_5044, delta_5025, 0); - double sah_5045 = m_sah_28(mstosamps_5077, delta_5025, 0); - double mul_5030 = (sah_5045 * mod_5081); - double sub_5080 = (mod_5081 - 0.5); - double mul_5079 = (sub_5080 * 3.1415926535898); - double cos_5078 = cos(mul_5079); - double mul_5049 = (cos_5078 * cos_5078); - double add_5076 = ((phasor_5083 + m_history_6) + 0.25); - double mod_5075 = safemod(add_5076, 1); - double delta_5043 = m_delta_29(mod_5075); - double sah_5022 = m_sah_30(mul_5041, delta_5043, 0); - double sah_5042 = m_sah_31(mstosamps_5077, delta_5043, 0); - double mul_5029 = (sah_5042 * mod_5075); - double tap_5068 = m_delay_11.read_linear(mul_5030); - double tap_5069 = m_delay_11.read_linear(mul_5029); - double tap_5070 = m_delay_11.read_linear(mul_5028); - double tap_5071 = m_delay_11.read_linear(mul_5027); - double mul_5050 = (tap_5071 * mul_5046); - double mul_5056 = (tap_5070 * mul_5047); - double mul_5066 = (tap_5068 * mul_5049); - double sub_5074 = (mod_5075 - 0.5); - double mul_5073 = (sub_5074 * 3.1415926535898); - double cos_5072 = cos(mul_5073); - double mul_5048 = (cos_5072 * cos_5072); - double mul_5065 = (tap_5069 * mul_5048); - double phasor_5154 = m_phasor_32(div_5133, samples_to_seconds); - double add_5147 = ((m_history_5 + phasor_5154) + 0.25); - double mod_5146 = safemod(add_5147, 1); - double delta_5114 = m_delta_33(mod_5146); - double sah_5092 = m_sah_34(mul_5112, delta_5114, 0); - double sah_5113 = m_sah_35(mstosamps_5148, delta_5114, 0); - double mul_5100 = (sah_5113 * mod_5146); - double sub_5145 = (mod_5146 - 0.5); - double mul_5144 = (sub_5145 * 3.1415926535898); - double cos_5143 = cos(mul_5144); - double mul_5119 = (cos_5143 * cos_5143); - double add_5126 = ((m_history_4 + phasor_5154) + 0.75); - double mod_5125 = safemod(add_5126, 1); - double delta_5108 = m_delta_36(mod_5125); - double sah_5088 = m_sah_37(mul_5106, delta_5108, 0); - double sah_5107 = m_sah_38(mstosamps_5148, delta_5108, 0); - double mul_5098 = (sah_5107 * mod_5125); - double sub_5124 = (mod_5125 - 0.5); - double mul_5123 = (sub_5124 * 3.1415926535898); - double cos_5122 = cos(mul_5123); - double mul_5117 = (cos_5122 * cos_5122); - double add_5153 = ((m_history_3 + phasor_5154) + 0); - double mod_5152 = safemod(add_5153, 1); - double delta_5095 = m_delta_39(mod_5152); - double sah_5094 = m_sah_40(mul_5115, delta_5095, 0); - double sah_5116 = m_sah_41(mstosamps_5148, delta_5095, 0); - double mul_5101 = (sah_5116 * mod_5152); - double sub_5151 = (mod_5152 - 0.5); - double mul_5150 = (sub_5151 * 3.1415926535898); - double cos_5149 = cos(mul_5150); - double mul_5120 = (cos_5149 * cos_5149); - double add_5132 = ((m_history_2 + phasor_5154) + 0.5); - double mod_5131 = safemod(add_5132, 1); - double delta_5111 = m_delta_42(mod_5131); - double sah_5090 = m_sah_43(mul_5109, delta_5111, 0); - double sah_5110 = m_sah_44(mstosamps_5148, delta_5111, 0); - double mul_5099 = (sah_5110 * mod_5131); - double tap_5139 = m_delay_10.read_linear(mul_5101); - double tap_5140 = m_delay_10.read_linear(mul_5100); - double tap_5141 = m_delay_10.read_linear(mul_5099); - double tap_5142 = m_delay_10.read_linear(mul_5098); - double mul_5137 = (tap_5139 * mul_5120); - double mul_5136 = (tap_5140 * mul_5119); - double mul_5121 = (tap_5142 * mul_5117); - double sub_5130 = (mod_5131 - 0.5); - double mul_5129 = (sub_5130 * 3.1415926535898); - double cos_5128 = cos(mul_5129); - double mul_5118 = (cos_5128 * cos_5128); - double mul_5127 = (tap_5141 * mul_5118); - double add_5174 = (((((((mul_5066 + mul_5065) + mul_5056) + mul_5050) + mul_5121) + mul_5127) + mul_5136) + mul_5137); - double mix_5173 = (m_y_1 + (clamp_5013 * (add_5174 - m_y_1))); - double mix_5010 = mix_5173; - double mix_5175 = (in1 + (m_mix_13 * (mix_5010 - in1))); - double out1 = mix_5175; - double history_5019_next_5156 = sah_5018; - double history_5021_next_5157 = sah_5020; - double history_5026_next_5158 = sah_5024; - double history_5023_next_5159 = sah_5022; - double history_5093_next_5160 = sah_5092; - double history_5089_next_5161 = sah_5088; - double history_5096_next_5162 = sah_5094; - double history_5091_next_5163 = sah_5090; - double y0_next_5164 = mix_5010; - m_delay_11.write(in1); - m_delay_10.write(in1); - m_history_9 = history_5019_next_5156; - m_history_8 = history_5021_next_5157; - m_history_7 = history_5026_next_5158; - m_history_6 = history_5023_next_5159; - m_history_5 = history_5093_next_5160; - m_history_4 = history_5089_next_5161; - m_history_3 = history_5096_next_5162; - m_history_2 = history_5091_next_5163; - m_y_1 = y0_next_5164; - m_delay_10.step(); - m_delay_11.step(); - // assign results to output buffer; - (*(__out1++)) = out1; - - }; - return __exception; - - }; - inline void set_ratio2(double _value) { - m_ratio_12 = (_value < 0.5 ? 0.5 : (_value > 2 ? 2 : _value)); - }; - inline void set_mix(double _value) { - m_mix_13 = (_value < 0 ? 0 : (_value > 1 ? 1 : _value)); - }; - inline void set_delay1(double _value) { - m_delay_14 = (_value < 0.1 ? 0.1 : (_value > 1000 ? 1000 : _value)); - }; - inline void set_ratio1(double _value) { - m_ratio_15 = (_value < 0.5 ? 0.5 : (_value > 2 ? 2 : _value)); - }; - inline void set_cutoff(double _value) { - m_cutoff_16 = (_value < 0 ? 0 : (_value > 3000 ? 3000 : _value)); - }; - inline void set_blur(double _value) { - m_blur_17 = (_value < 0.01 ? 0.01 : (_value > 0.25 ? 0.25 : _value)); - }; - inline void set_delay2(double _value) { - m_delay_18 = (_value < 0.1 ? 0.1 : (_value > 1000 ? 1000 : _value)); - }; - -} State; - - -/// -/// Configuration for the genlib API -/// - -/// Number of signal inputs and outputs - -int gen_kernel_numins = 1; -int gen_kernel_numouts = 1; - -int num_inputs() { return gen_kernel_numins; } -int num_outputs() { return gen_kernel_numouts; } -int num_params() { return 7; } - -/// Assistive lables for the signal inputs and outputs - -const char * gen_kernel_innames[] = { "in1" }; -const char * gen_kernel_outnames[] = { "out1" }; - -/// Invoke the signal process of a State object - -int perform(CommonState *cself, t_sample **ins, long numins, t_sample **outs, long numouts, long n) { - State * self = (State *)cself; - return self->perform(ins, outs, n); -} - -/// Reset all parameters and stateful operators of a State object - -void reset(CommonState *cself) { - State * self = (State *)cself; - self->reset(cself->sr, cself->vs); -} - -/// Set a parameter of a State object - -void setparameter(CommonState *cself, long index, double value, void *ref) { - State * self = (State *)cself; - switch (index) { - case 0: self->set_ratio2(value); break; - case 1: self->set_mix(value); break; - case 2: self->set_delay1(value); break; - case 3: self->set_ratio1(value); break; - case 4: self->set_cutoff(value); break; - case 5: self->set_blur(value); break; - case 6: self->set_delay2(value); break; - - default: break; - } -} - -/// Get the value of a parameter of a State object - -void getparameter(CommonState *cself, long index, double *value) { - State *self = (State *)cself; - switch (index) { - case 0: *value = self->m_ratio_12; break; - case 1: *value = self->m_mix_13; break; - case 2: *value = self->m_delay_14; break; - case 3: *value = self->m_ratio_15; break; - case 4: *value = self->m_cutoff_16; break; - case 5: *value = self->m_blur_17; break; - case 6: *value = self->m_delay_18; break; - - default: break; - } -} - -/// Allocate and configure a new State object and it's internal CommonState: - -void * create(double sr, long vs) { - State *self = new State; - self->reset(sr, vs); - ParamInfo *pi; - self->__commonstate.inputnames = gen_kernel_innames; - self->__commonstate.outputnames = gen_kernel_outnames; - self->__commonstate.numins = gen_kernel_numins; - self->__commonstate.numouts = gen_kernel_numouts; - self->__commonstate.sr = sr; - self->__commonstate.vs = vs; - self->__commonstate.params = (ParamInfo *)genlib_sysmem_newptr(7 * sizeof(ParamInfo)); - self->__commonstate.numparams = 7; - // initialize parameter 0 ("m_ratio_12") - pi = self->__commonstate.params + 0; - pi->name = "ratio2"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_ratio_12; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0.5; - pi->outputmax = 2; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 1 ("m_mix_13") - pi = self->__commonstate.params + 1; - pi->name = "mix"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_mix_13; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0; - pi->outputmax = 1; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 2 ("m_delay_14") - pi = self->__commonstate.params + 2; - pi->name = "delay1"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_delay_14; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0.1; - pi->outputmax = 1000; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 3 ("m_ratio_15") - pi = self->__commonstate.params + 3; - pi->name = "ratio1"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_ratio_15; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0.5; - pi->outputmax = 2; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 4 ("m_cutoff_16") - pi = self->__commonstate.params + 4; - pi->name = "cutoff"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_cutoff_16; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0; - pi->outputmax = 3000; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 5 ("m_blur_17") - pi = self->__commonstate.params + 5; - pi->name = "blur"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_blur_17; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0.01; - pi->outputmax = 0.25; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 6 ("m_delay_18") - pi = self->__commonstate.params + 6; - pi->name = "delay2"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_delay_18; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0.1; - pi->outputmax = 1000; - pi->exp = 0; - pi->units = ""; // no units defined - - return self; -} - -/// Release all resources and memory used by a State object: - -void destroy(CommonState *cself) { - State * self = (State *)cself; - genlib_sysmem_freeptr(cself->params); - - delete self; -} - - -} // gen_exported:: diff --git a/plugins/pitchotto/gen_exported.h b/plugins/pitchotto/gen_exported.h deleted file mode 100644 index ab06792..0000000 --- a/plugins/pitchotto/gen_exported.h +++ /dev/null @@ -1,37 +0,0 @@ -/******************************************************************************************************************* -Copyright (c) 2012 Cycling '74 - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies -or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE -OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*******************************************************************************************************************/ - - -#include "genlib.h" -#include "genlib_exportfunctions.h" -#include "genlib_ops.h" - -namespace gen_exported { - -int num_inputs(); -int num_outputs(); -int num_params(); -int perform(CommonState *cself, t_sample **ins, long numins, t_sample **outs, long numouts, long n); -void reset(CommonState *cself); -void setparameter(CommonState *cself, long index, double value, void *ref); -void getparameter(CommonState *cself, long index, double *value); -void * create(double sr, long vs); -void destroy(CommonState *cself); - -} // gen_exported:: diff --git a/plugins/pitchotto/pitchotto.gendsp b/plugins/pitchotto/pitchotto.gendsp deleted file mode 100644 index 8ba2cc0..0000000 --- a/plugins/pitchotto/pitchotto.gendsp +++ /dev/null @@ -1,4118 +0,0 @@ -{ - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 5.0, 45.0, 955.0, 830.0 ], - "bgcolor" : [ 0.9, 0.9, 0.9, 1.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 0, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-60", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 652.833313, 673.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-71", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 679.833313, 563.0, 170.0, 20.0 ], - "text" : "expr out=in1*2*PI/samplerate\\;" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-72", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 652.833313, 638.0, 72.0, 20.0 ], - "text" : "history y0 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-91", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 679.833313, 588.0, 26.0, 20.0 ], - "text" : "sin" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-93", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 679.833313, 613.0, 125.0, 20.0 ], - "text" : "clip 0.00001 0.99999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-95", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 679.833313, 538.0, 220.0, 20.0 ], - "text" : "param cutoff 2250 @min 0 @max 3000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-370", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-371", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-372", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-373", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-374", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-375", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-376", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-377", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-378", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-379", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-380", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-381", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 926.333313, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-382", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-383", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1357.833252, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-384", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1207.0, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-385", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1056.166626, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-386", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 905.333313, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-387", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-388", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-389", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-390", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-391", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-392", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1357.833252, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-393", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1378.833252, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-394", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-395", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1207.0, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-396", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1228.0, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-397", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-398", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1056.166626, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-399", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1077.166626, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-400", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-401", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 905.333313, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-402", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1371.333252, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-403", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1220.5, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-404", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1069.666626, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-405", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 918.833313, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-406", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1357.833252, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-407", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1371.333252, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-408", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1371.333252, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-409", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1371.333252, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-410", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-411", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 196.0, 44.0, 20.0 ], - "text" : "+ 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-412", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1207.0, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-413", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1220.5, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-414", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1220.5, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-415", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1220.5, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-416", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-417", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 196.0, 38.0, 20.0 ], - "text" : "+ 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-418", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 774.333313, 131.0, 32.5, 20.0 ], - "text" : "/" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-419", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 774.333313, 96.0, 45.0, 20.0 ], - "text" : "* 1000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-420", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 774.333313, 71.0, 31.0, 20.0 ], - "text" : "!- 1." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-421", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 774.333313, 36.0, 198.0, 20.0 ], - "text" : "param ratio2 2. @min 0.5 @max 2." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-422", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1056.166626, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-423", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 905.333313, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-424", - "maxclass" : "newobj", - "numinlets" : 5, - "numoutlets" : 4, - "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 754.5, 351.0, 622.333313, 20.0 ], - "text" : "delay 96000 4" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-425", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1069.666626, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-426", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1069.666626, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-427", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1069.666626, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-428", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-429", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 196.0, 44.0, 20.0 ], - "text" : "+ 0.25" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-430", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 754.5, 246.0, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-431", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 754.5, 11.0, 236.0, 20.0 ], - "text" : "param delay2 100. @min 0.1 @max 1000." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-432", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 918.833313, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-433", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 918.833313, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-434", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 918.833313, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-435", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-436", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 196.0, 31.0, 20.0 ], - "text" : "+ 0." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-437", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 774.333313, 156.0, 47.0, 20.0 ], - "text" : "phasor" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-98", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 666.833313, 513.0, 186.0, 20.0 ], - "text" : "param mix 0.5 @min 0. @max 1." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-87", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-88", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-89", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-90", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-61", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-74", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-48", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-52", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-34", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-41", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-27", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-24", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 187.333328, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-8", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-85", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 639.833313, 513.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-83", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 639.833313, 733.0, 37.0, 20.0 ], - "text" : "out 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-84", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 639.833313, 708.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-62", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-67", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-68", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-73", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-56", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-57", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-58", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-59", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-55", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 508.833313, 11.0, 221.0, 20.0 ], - "text" : "param blur 0.25 @min 0.01 @max 0.25" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-47", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-49", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-50", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 639.833313, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-51", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-53", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-54", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 489.0, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-26", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-28", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-29", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 338.166656, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-25", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-23", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-65", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-66", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-64", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-63", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-40", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-42", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-43", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-44", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-45", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-46", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 196.0, 44.0, 20.0 ], - "text" : "+ 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-33", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-35", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-36", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-37", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-38", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-39", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 196.0, 38.0, 20.0 ], - "text" : "+ 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-32", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 131.0, 32.5, 20.0 ], - "text" : "/" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-31", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 96.0, 45.0, 20.0 ], - "text" : "* 1000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-30", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 71.0, 31.0, 20.0 ], - "text" : "!- 1." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-22", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 36.0, 204.0, 20.0 ], - "text" : "param ratio1 0.5 @min 0.5 @max 2." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-19", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-18", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-17", - "maxclass" : "newobj", - "numinlets" : 5, - "numoutlets" : 4, - "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 15.5, 351.0, 622.333313, 20.0 ], - "text" : "delay 96000 4" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-12", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-13", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-14", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-15", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-16", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 196.0, 44.0, 20.0 ], - "text" : "+ 0.25" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-10", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 246.0, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-9", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 11.0, 236.0, 20.0 ], - "text" : "param delay1 100. @min 0.1 @max 1000." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-7", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-6", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-5", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 196.0, 31.0, 20.0 ], - "text" : "+ 0." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 156.0, 47.0, 20.0 ], - "text" : "phasor" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 316.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-424", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-23", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 273.0, 175.833328, 273.0 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-28", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 273.0, 326.666656, 273.0 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-49", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 273.0, 628.333313, 273.0 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-53", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 273.0, 477.5, 273.0 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-64", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-64", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-12", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-13", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-13", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-14", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-68", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-15", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-16", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-18", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 473.0, 175.833328, 473.0 ], - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-19", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 226.111099, 473.0, 326.666656, 473.0 ], - "source" : [ "obj-17", 1 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-33", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 427.222198, 473.0, 477.5, 473.0 ], - "source" : [ "obj-17", 2 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-40", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-17", 3 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 175.833328, 508.0, 175.0, 508.0, 175.0, 665.0, 675.833313, 665.0 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.666656, 664.0, 675.833313, 664.0 ], - "source" : [ "obj-19", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-16", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 44.833328, 185.5, 397.666656, 185.5 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 44.833328, 185.5, 246.833328, 185.5 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-39", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 44.833328, 185.5, 548.5, 185.5 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-46", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 44.833328, 185.5, 699.333313, 185.5 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-30", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-22", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-73", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-23", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-24", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-27", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 196.833328, 275.0, 232.333328, 275.0, 232.333328, 121.0, 267.833313, 121.0 ], - "source" : [ "obj-24", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-27", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-25", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-34", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-26", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-27", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-68", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-28", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-28", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-34", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 347.666656, 275.0, 383.166656, 275.0, 383.166656, 121.0, 418.666656, 121.0 ], - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-31", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-30", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-32", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-31", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 477.5, 665.0, 675.833313, 665.0 ], - "source" : [ "obj-33", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-41", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-34", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-66", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-66", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-35", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-36", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-36", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-37", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-387", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-370", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-388", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-371", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-389", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-372", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-390", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-373", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-375", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-374", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-411", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-375", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-377", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-376", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-417", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-377", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-379", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-378", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-429", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-379", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-37", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-54", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-67", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-382", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-380", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-380", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 935.833313, 275.0, 971.333313, 275.0, 971.333313, 121.0, 1006.833313, 121.0 ], - "source" : [ "obj-381", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-401", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-381", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-436", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-382", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-424", 4 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-383", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-424", 3 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-384", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-424", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-385", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-424", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-386", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-391", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-387", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-394", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-388", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-397", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-389", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-38", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-39", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-400", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-390", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-374", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-391", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-383", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-392", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-374", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1388.333252, 275.0, 1423.833252, 275.0, 1423.833252, 121.0, 1459.333252, 121.0 ], - "source" : [ "obj-393", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-392", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-393", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-376", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-394", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-384", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-395", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-376", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1237.5, 275.0, 1273.0, 275.0, 1273.0, 121.0, 1308.5, 121.0 ], - "source" : [ "obj-396", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-395", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-396", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-378", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-397", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-385", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-398", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-378", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1086.666626, 275.0, 1122.166626, 275.0, 1122.166626, 121.0, 1157.666626, 121.0 ], - "source" : [ "obj-399", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-398", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-399", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-24", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-5", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-73", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 628.333313, 665.0, 675.833313, 665.0 ], - "source" : [ "obj-40", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-380", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-400", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-386", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-401", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-406", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-402", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-412", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-403", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-422", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-404", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-423", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-405", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1367.333252, 664.5, 675.833313, 664.5 ], - "source" : [ "obj-406", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-402", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-407", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-402", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-407", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-407", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-408", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-408", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-409", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-16", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-41", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-383", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-410", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-393", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-410", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-409", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-410", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-410", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-411", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1216.5, 664.5, 675.833313, 664.5 ], - "source" : [ "obj-412", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-403", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-413", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-403", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-413", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-413", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-414", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-414", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-415", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-384", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-416", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-396", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-416", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-415", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-416", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-416", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-417", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-437", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-418", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-418", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-419", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-65", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-65", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-419", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-420", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-420", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-421", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1065.666626, 507.0, 1066.0, 507.0, 1066.0, 663.0, 675.833313, 663.0 ], - "source" : [ "obj-422", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 914.833313, 508.0, 914.0, 508.0, 914.0, 664.0, 675.833313, 664.0 ], - "source" : [ "obj-423", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-406", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-424", 3 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-412", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1166.222168, 473.0, 1216.5, 473.0 ], - "source" : [ "obj-424", 2 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-422", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 965.111084, 473.0, 1065.666626, 473.0 ], - "source" : [ "obj-424", 1 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-423", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 764.0, 473.0, 914.833313, 473.0 ], - "source" : [ "obj-424", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-404", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-425", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-404", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-425", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-425", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-426", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-426", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-427", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-385", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-428", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-399", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-428", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-427", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-428", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-428", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-429", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-42", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-43", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-392", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 764.0, 273.0, 1367.333252, 273.0 ], - "source" : [ "obj-430", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-395", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 764.0, 273.0, 1216.5, 273.0 ], - "source" : [ "obj-430", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-398", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 764.0, 273.0, 1065.666626, 273.0 ], - "source" : [ "obj-430", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-401", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 764.0, 273.0, 914.833313, 273.0 ], - "source" : [ "obj-430", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-418", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-431", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-430", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-431", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-405", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-432", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-405", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-432", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-432", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-433", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-433", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-434", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-381", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-435", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-386", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-435", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-434", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-435", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-435", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-436", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-411", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 783.833313, 185.5, 1438.333252, 185.5 ], - "source" : [ "obj-437", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-417", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 783.833313, 185.5, 1287.5, 185.5 ], - "source" : [ "obj-437", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-429", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 783.833313, 185.5, 1136.666626, 185.5 ], - "source" : [ "obj-437", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-436", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 783.833313, 185.5, 985.833313, 185.5 ], - "source" : [ "obj-437", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-43", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-44", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-44", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-45", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-50", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-45", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-62", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-45", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-45", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-46", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-47", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-48", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-62", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-49", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-6", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-49", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-50", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 649.333313, 275.0, 684.833313, 275.0, 684.833313, 121.0, 720.333313, 121.0 ], - "source" : [ "obj-50", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-48", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-51", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-39", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-67", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-53", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-48", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 498.5, 275.0, 534.0, 275.0, 534.0, 121.0, 569.5, 121.0 ], - "source" : [ "obj-54", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-53", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-54", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-25", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 260.333313, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-26", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 411.166656, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-391", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 1451.833252, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-394", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 1301.0, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-397", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 1150.166626, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-400", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 999.333313, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-47", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 712.833313, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-51", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 562.0, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-47", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-56", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-51", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-57", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-26", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-25", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-59", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-7", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-72", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 662.333313, 690.0, 604.333313, 690.0, 604.333313, 630.0, 662.333313, 630.0 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-84", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 662.333313, 695.0, 662.833313, 695.0 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-74", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-61", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-17", 4 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-62", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-18", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-63", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-19", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-64", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-40", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-65", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-33", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-66", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-17", 3 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-67", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-17", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-68", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-63", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-63", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-91", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-71", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-72", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-17", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-73", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-46", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-74", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-8", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-83", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-84", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-84", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-85", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-56", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-87", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-57", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-88", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-58", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-89", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-10", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-9", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-32", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-9", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-59", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-90", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-93", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-91", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-93", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-71", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-84", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-98", 0 ] - } - - } - ] - } - -} diff --git a/plugins/pitchotto/pitchotto.maxpat b/plugins/pitchotto/pitchotto.maxpat deleted file mode 100644 index 9074564..0000000 --- a/plugins/pitchotto/pitchotto.maxpat +++ /dev/null @@ -1,4329 +0,0 @@ -{ - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 503.0, 121.0, 735.0, 455.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-28", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 36.0, 211.0, 70.0, 18.0 ], - "text" : "exportcode" - } - - } -, { - "box" : { - "fontsize" : 13.0, - "id" : "obj-6", - "maxclass" : "live.gain~", - "numinlets" : 2, - "numoutlets" : 5, - "orientation" : 1, - "outlettype" : [ "signal", "signal", "", "float", "list" ], - "parameter_enable" : 1, - "patching_rect" : [ 16.0, 273.0, 136.0, 42.0 ], - "presentation_rect" : [ 60.0, 60.0, 50.0, 28.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "live.gain~", - "parameter_shortname" : "live.gain~", - "parameter_type" : 0, - "parameter_mmin" : -70.0, - "parameter_mmax" : 6.0, - "parameter_initial_enable" : 1, - "parameter_initial" : [ -70 ], - "parameter_unitstyle" : 4 - } - - } -, - "showname" : 0, - "varname" : "live.gain~" - } - - } -, { - "box" : { - "bgcolor" : [ 1.0, 1.0, 1.0, 1.0 ], - "border" : 1.75, - "bordercolor" : [ 0.501961, 0.501961, 0.501961, 1.0 ], - "id" : "obj-8", - "local" : 1, - "maxclass" : "ezdac~", - "numinlets" : 2, - "numoutlets" : 0, - "patching_rect" : [ 16.0, 324.0, 44.0, 44.0 ], - "prototypename" : "helpfile" - } - - } -, { - "box" : { - "args" : [ "@loop", 1, "@file", 6 ], - "id" : "obj-7", - "maxclass" : "bpatcher", - "name" : "demosound.maxpat", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "signal" ], - "patching_rect" : [ 16.0, 16.0, 225.0, 105.0 ] - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "signal" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 5.0, 45.0, 955.0, 830.0 ], - "bgcolor" : [ 0.9, 0.9, 0.9, 1.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 0, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-60", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 652.833313, 673.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-71", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 679.833313, 563.0, 170.0, 20.0 ], - "text" : "expr out=in1*2*PI/samplerate\\;" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-72", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 652.833313, 638.0, 72.0, 20.0 ], - "text" : "history y0 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-91", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 679.833313, 588.0, 26.0, 20.0 ], - "text" : "sin" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-93", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 679.833313, 613.0, 125.0, 20.0 ], - "text" : "clip 0.00001 0.99999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-95", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 679.833313, 538.0, 220.0, 20.0 ], - "text" : "param cutoff 2250 @min 0 @max 3000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-370", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-371", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-372", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-373", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-374", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-375", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-376", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-377", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-378", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-379", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-380", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-381", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 926.333313, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-382", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-383", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1357.833252, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-384", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1207.0, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-385", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1056.166626, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-386", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 905.333313, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-387", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-388", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-389", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-390", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-391", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-392", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1357.833252, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-393", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1378.833252, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-394", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-395", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1207.0, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-396", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1228.0, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-397", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-398", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1056.166626, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-399", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1077.166626, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-400", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-401", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 905.333313, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-402", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1371.333252, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-403", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1220.5, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-404", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1069.666626, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-405", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 918.833313, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-406", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1357.833252, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-407", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1371.333252, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-408", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1371.333252, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-409", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1371.333252, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-410", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-411", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1428.833252, 196.0, 44.0, 20.0 ], - "text" : "+ 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-412", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1207.0, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-413", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1220.5, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-414", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1220.5, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-415", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1220.5, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-416", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-417", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1278.0, 196.0, 38.0, 20.0 ], - "text" : "+ 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-418", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 774.333313, 131.0, 32.5, 20.0 ], - "text" : "/" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-419", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 774.333313, 96.0, 45.0, 20.0 ], - "text" : "* 1000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-420", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 774.333313, 71.0, 31.0, 20.0 ], - "text" : "!- 1." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-421", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 774.333313, 36.0, 198.0, 20.0 ], - "text" : "param ratio2 2. @min 0.5 @max 2." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-422", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1056.166626, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-423", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 905.333313, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-424", - "maxclass" : "newobj", - "numinlets" : 5, - "numoutlets" : 4, - "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 754.5, 351.0, 622.333313, 20.0 ], - "text" : "delay 96000 4" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-425", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1069.666626, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-426", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1069.666626, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-427", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1069.666626, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-428", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-429", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1127.166626, 196.0, 44.0, 20.0 ], - "text" : "+ 0.25" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-430", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 754.5, 246.0, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-431", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 754.5, 11.0, 236.0, 20.0 ], - "text" : "param delay2 100. @min 0.1 @max 1000." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-432", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 918.833313, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-433", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 918.833313, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-434", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 918.833313, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-435", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-436", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 976.333313, 196.0, 31.0, 20.0 ], - "text" : "+ 0." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-437", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 774.333313, 156.0, 47.0, 20.0 ], - "text" : "phasor" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-98", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 666.833313, 513.0, 186.0, 20.0 ], - "text" : "param mix 0.5 @min 0. @max 1." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-87", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-88", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-89", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-90", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 36.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-61", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-74", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-48", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-52", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-34", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-41", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-27", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 131.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-24", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 187.333328, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-8", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 156.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-85", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 639.833313, 513.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-83", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 639.833313, 733.0, 37.0, 20.0 ], - "text" : "out 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-84", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 639.833313, 708.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-62", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-67", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-68", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-73", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 316.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-56", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-57", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-58", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-59", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 71.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-55", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 508.833313, 11.0, 221.0, 20.0 ], - "text" : "param blur 0.25 @min 0.01 @max 0.25" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-47", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-49", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-50", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 639.833313, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-51", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-53", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-54", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 489.0, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-26", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-28", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-29", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 338.166656, 246.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-25", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 96.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-23", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 281.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-65", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-66", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-64", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-63", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 451.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-40", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-42", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-43", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-44", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-45", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-46", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 689.833313, 196.0, 44.0, 20.0 ], - "text" : "+ 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-33", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-35", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-36", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-37", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-38", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-39", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 539.0, 196.0, 38.0, 20.0 ], - "text" : "+ 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-32", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 131.0, 32.5, 20.0 ], - "text" : "/" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-31", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 96.0, 45.0, 20.0 ], - "text" : "* 1000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-30", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 71.0, 31.0, 20.0 ], - "text" : "!- 1." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-22", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 36.0, 204.0, 20.0 ], - "text" : "param ratio1 0.5 @min 0.5 @max 2." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-19", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-18", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 476.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-17", - "maxclass" : "newobj", - "numinlets" : 5, - "numoutlets" : 4, - "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 15.5, 351.0, 622.333313, 20.0 ], - "text" : "delay 96000 4" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-12", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-13", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-14", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-15", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-16", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 388.166656, 196.0, 44.0, 20.0 ], - "text" : "+ 0.25" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-10", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 246.0, 72.0, 20.0 ], - "text" : "mstosamps" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-9", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 11.0, 236.0, 20.0 ], - "text" : "param delay1 100. @min 0.1 @max 1000." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-7", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 426.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-6", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 401.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-5", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 376.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 221.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 237.333328, 196.0, 31.0, 20.0 ], - "text" : "+ 0." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 35.333328, 156.0, 47.0, 20.0 ], - "text" : "phasor" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 316.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-424", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-23", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 273.0, 175.833328, 273.0 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-28", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 273.0, 326.666656, 273.0 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-49", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 273.0, 628.333313, 273.0 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-53", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 273.0, 477.5, 273.0 ], - "source" : [ "obj-10", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-64", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-64", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-12", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-13", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-13", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-14", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-29", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-68", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-15", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-16", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-18", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 473.0, 175.833328, 473.0 ], - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-19", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 226.111099, 473.0, 326.666656, 473.0 ], - "source" : [ "obj-17", 1 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-33", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 427.222198, 473.0, 477.5, 473.0 ], - "source" : [ "obj-17", 2 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-40", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-17", 3 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 175.833328, 508.0, 175.0, 508.0, 175.0, 665.0, 675.833313, 665.0 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.666656, 664.0, 675.833313, 664.0 ], - "source" : [ "obj-19", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-16", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 44.833328, 185.5, 397.666656, 185.5 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 44.833328, 185.5, 246.833328, 185.5 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-39", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 44.833328, 185.5, 548.5, 185.5 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-46", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 44.833328, 185.5, 699.333313, 185.5 ], - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-30", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-22", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-73", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-23", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-24", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-27", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 196.833328, 275.0, 232.333328, 275.0, 232.333328, 121.0, 267.833313, 121.0 ], - "source" : [ "obj-24", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-27", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-25", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-34", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-26", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-27", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-68", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-28", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-28", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-34", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 347.666656, 275.0, 383.166656, 275.0, 383.166656, 121.0, 418.666656, 121.0 ], - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-31", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-30", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-32", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-31", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 477.5, 665.0, 675.833313, 665.0 ], - "source" : [ "obj-33", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-41", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-34", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-66", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-66", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-35", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-36", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-36", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-37", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-387", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-370", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-388", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-371", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-389", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-372", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-390", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-373", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-375", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-374", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-411", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-375", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-377", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-376", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-417", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-377", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-379", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-378", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-429", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-379", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-37", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-54", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-67", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-382", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-380", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-380", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 935.833313, 275.0, 971.333313, 275.0, 971.333313, 121.0, 1006.833313, 121.0 ], - "source" : [ "obj-381", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-401", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-381", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-436", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-382", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-424", 4 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-383", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-424", 3 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-384", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-424", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-385", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-424", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-386", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-391", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-387", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-394", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-388", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-397", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-389", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-38", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-39", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-400", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-390", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-374", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-391", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-383", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-392", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-374", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1388.333252, 275.0, 1423.833252, 275.0, 1423.833252, 121.0, 1459.333252, 121.0 ], - "source" : [ "obj-393", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-392", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-393", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-376", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-394", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-384", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-395", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-376", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1237.5, 275.0, 1273.0, 275.0, 1273.0, 121.0, 1308.5, 121.0 ], - "source" : [ "obj-396", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-395", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-396", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-378", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-397", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-385", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-398", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-378", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1086.666626, 275.0, 1122.166626, 275.0, 1122.166626, 121.0, 1157.666626, 121.0 ], - "source" : [ "obj-399", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-398", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-399", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-24", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-5", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-73", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 628.333313, 665.0, 675.833313, 665.0 ], - "source" : [ "obj-40", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-380", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-400", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-386", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-401", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-406", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-402", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-412", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-403", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-422", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-404", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-423", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-405", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1367.333252, 664.5, 675.833313, 664.5 ], - "source" : [ "obj-406", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-402", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-407", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-402", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-407", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-407", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-408", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-408", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-409", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-16", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-41", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-383", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-410", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-393", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-410", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-409", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-410", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-410", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-411", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1216.5, 664.5, 675.833313, 664.5 ], - "source" : [ "obj-412", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-403", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-413", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-403", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-413", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-413", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-414", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-414", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-415", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-384", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-416", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-396", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-416", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-415", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-416", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-416", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-417", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-437", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-418", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-418", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-419", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-65", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-65", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-419", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-420", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-420", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-421", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1065.666626, 507.0, 1066.0, 507.0, 1066.0, 663.0, 675.833313, 663.0 ], - "source" : [ "obj-422", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 914.833313, 508.0, 914.0, 508.0, 914.0, 664.0, 675.833313, 664.0 ], - "source" : [ "obj-423", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-406", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-424", 3 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-412", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1166.222168, 473.0, 1216.5, 473.0 ], - "source" : [ "obj-424", 2 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-422", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 965.111084, 473.0, 1065.666626, 473.0 ], - "source" : [ "obj-424", 1 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-423", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 764.0, 473.0, 914.833313, 473.0 ], - "source" : [ "obj-424", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-404", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-425", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-404", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-425", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-425", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-426", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-426", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-427", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-385", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-428", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-399", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-428", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-427", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-428", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-428", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-429", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-42", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-43", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-392", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 764.0, 273.0, 1367.333252, 273.0 ], - "source" : [ "obj-430", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-395", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 764.0, 273.0, 1216.5, 273.0 ], - "source" : [ "obj-430", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-398", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 764.0, 273.0, 1065.666626, 273.0 ], - "source" : [ "obj-430", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.501961, 1.0 ], - "destination" : [ "obj-401", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 764.0, 273.0, 914.833313, 273.0 ], - "source" : [ "obj-430", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-418", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-431", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-430", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-431", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-405", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-432", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-405", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-432", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-432", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-433", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-433", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-434", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-381", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-435", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-386", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-435", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-434", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-435", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-435", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-436", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-411", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 783.833313, 185.5, 1438.333252, 185.5 ], - "source" : [ "obj-437", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-417", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 783.833313, 185.5, 1287.5, 185.5 ], - "source" : [ "obj-437", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-429", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 783.833313, 185.5, 1136.666626, 185.5 ], - "source" : [ "obj-437", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-436", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 783.833313, 185.5, 985.833313, 185.5 ], - "source" : [ "obj-437", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-43", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-44", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-44", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-45", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-50", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-45", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-62", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-45", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-45", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-46", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-47", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-48", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-62", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-49", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-6", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-49", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-50", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 649.333313, 275.0, 684.833313, 275.0, 684.833313, 121.0, 720.333313, 121.0 ], - "source" : [ "obj-50", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-48", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-51", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-39", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-67", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-53", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-48", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 498.5, 275.0, 534.0, 275.0, 534.0, 121.0, 569.5, 121.0 ], - "source" : [ "obj-54", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-53", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-54", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-25", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 260.333313, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-26", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 411.166656, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-391", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 1451.833252, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-394", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 1301.0, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-397", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 1150.166626, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-400", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 999.333313, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-47", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 712.833313, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.4, 1.0, 1.0 ], - "destination" : [ "obj-51", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 518.333313, 63.0, 562.0, 63.0 ], - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-47", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-56", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-51", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-57", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-26", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-25", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-59", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-7", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-72", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 662.333313, 690.0, 604.333313, 690.0, 604.333313, 630.0, 662.333313, 630.0 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-84", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 662.333313, 695.0, 662.833313, 695.0 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-74", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-61", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-17", 4 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-62", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-18", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-63", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-19", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-64", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 1.0, 0.501961, 1.0 ], - "destination" : [ "obj-40", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-65", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-33", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-66", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 1.0, 1.0 ], - "destination" : [ "obj-17", 3 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-67", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.0, 0.501961, 1.0 ], - "destination" : [ "obj-17", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-68", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-63", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-63", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-91", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-71", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-72", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 1.0, 0.501961, 0.0, 1.0 ], - "destination" : [ "obj-17", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-73", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-46", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-74", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-8", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-83", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-84", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-84", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-85", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-56", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-87", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-57", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-88", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-58", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-89", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-10", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-9", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.0, 0.501961, 0.25098, 1.0 ], - "destination" : [ "obj-32", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-9", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-59", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-90", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-93", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-91", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-93", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-71", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-84", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-98", 0 ] - } - - } - ] - } -, - "patching_rect" : [ 16.0, 239.0, 523.0, 20.0 ], - "saved_object_attributes" : { - "exportfolder" : "Macintosh HD:/Users/Nino/Documents/Git/DPF-Max-Gen/plugins/pitchotto/" - } -, - "text" : "gen~ @exportfolder \"Macintosh HD:/Users/Nino/Documents/Git/DPF-Max-Gen/plugins/pitchotto\"" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-28", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-7", 0 ] - } - - } - ], - "parameters" : { - "obj-6" : [ "live.gain~", "live.gain~", 0 ], - "obj-7::obj-32" : [ "[8]", "[2]", 0 ], - "obj-7::obj-21::obj-6" : [ "live.tab[3]", "live.tab[1]", 0 ], - "obj-7::obj-35" : [ "[5]", "Level", 0 ] - } -, - "dependency_cache" : [ { - "name" : "demosound.maxpat", - "bootpath" : "/Applications/Max 6.1/Cycling '74/msp-help", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/Cycling '74/msp-help", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "sine.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "saw.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "square.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "random.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } - ] - } - -} diff --git a/plugins/shiroverb/DistrhoPluginInfo.h b/plugins/shiroverb/DistrhoPluginInfo.h deleted file mode 100644 index fdce3b5..0000000 --- a/plugins/shiroverb/DistrhoPluginInfo.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Copyright (C) 2015 Nino de Wit - * - * Permission to use, copy, modify, and/or distribute this software for any purpose with - * or without fee is hereby granted, provided that the above copyright notice and this - * permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD - * TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN - * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL - * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER - * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED -#define DISTRHO_PLUGIN_INFO_H_INCLUDED - -#define DISTRHO_PLUGIN_BRAND "SHIRO" -#define DISTRHO_PLUGIN_NAME "Shiroverb" -#define DISTRHO_PLUGIN_URI "https://github.com/ninodewit/SHIRO-Plugins" - -#define DISTRHO_PLUGIN_HAS_UI 0 -#define DISTRHO_PLUGIN_IS_RT_SAFE 0 -#define DISTRHO_PLUGIN_NUM_INPUTS 1 -#define DISTRHO_PLUGIN_NUM_OUTPUTS 2 -#define DISTRHO_PLUGIN_USES_MODGUI 1 - -#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin" - -#define DISTRHO_PLUGIN_DESCRIPTION "Shiroverb is a shimmer-reverb based on the \"Gigaverb\"-genpatch, ported from the implementation by Juhana Sadeharju, and the \"Pitch-Shift\"-genpatch, both in Max MSP." -#define DISTRHO_PLUGIN_VERSION d_cconst('D', 'M', 's', 'v') - -#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED diff --git a/plugins/shiroverb/DistrhoPluginMaxGen.cpp b/plugins/shiroverb/DistrhoPluginMaxGen.cpp deleted file mode 120000 index d985fe0..0000000 --- a/plugins/shiroverb/DistrhoPluginMaxGen.cpp +++ /dev/null @@ -1 +0,0 @@ -../common/DistrhoPluginMaxGen.cpp \ No newline at end of file diff --git a/plugins/shiroverb/Makefile b/plugins/shiroverb/Makefile deleted file mode 100644 index a55e5ce..0000000 --- a/plugins/shiroverb/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/make -f -# Makefile for DISTRHO Plugins # -# ---------------------------- # -# Created by falkTX -# - -# -------------------------------------------------------------- -# Project name, used for binaries - -NAME = Shiroverb - -# -------------------------------------------------------------- -# Files to build - -OBJS_DSP = \ - DistrhoPluginMaxGen.cpp.o \ - gen_exported.cpp.o - -# -------------------------------------------------------------- -# Do some magic - -include ../Makefile.mk - -# -------------------------------------------------------------- -# Enable all possible plugin types - -ifeq ($(HAVE_JACK),true) -TARGETS += jack -endif - -ifeq ($(LINUX),true) -TARGETS += ladspa -endif - -TARGETS += lv2_dsp -TARGETS += vst - -all: $(TARGETS) - -# -------------------------------------------------------------- diff --git a/plugins/shiroverb/gen_exported.cpp b/plugins/shiroverb/gen_exported.cpp deleted file mode 100644 index 3c3bea1..0000000 --- a/plugins/shiroverb/gen_exported.cpp +++ /dev/null @@ -1,656 +0,0 @@ -#include "gen_exported.h" - -namespace gen_exported { - - -/******************************************************************************************************************* -Copyright (c) 2012 Cycling '74 - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies -or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE -OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*******************************************************************************************************************/ - - -// global noise generator -Noise noise; -static const int GENLIB_LOOPCOUNT_BAIL = 100000; - - -// The State struct contains all the state and procedures for the gendsp kernel -typedef struct State { - CommonState __commonstate; - Delay m_delay_21; - Delay m_delay_13; - Delay m_delay_14; - Delay m_delay_12; - Delay m_delay_11; - Delay m_delay_23; - Delay m_delay_15; - Delay m_delay_17; - Delay m_delay_16; - Delay m_delay_19; - Delay m_delay_18; - Delay m_delay_20; - Delay m_delay_22; - Delta m_delta_39; - Delta m_delta_36; - Delta m_delta_42; - Delta m_delta_33; - Phasor m_phasor_32; - Sah m_sah_37; - Sah m_sah_35; - Sah m_sah_38; - Sah m_sah_41; - Sah m_sah_40; - Sah m_sah_34; - Sah m_sah_44; - Sah m_sah_43; - double m_history_5; - double m_history_6; - double m_history_7; - double m_history_10; - double m_history_4; - double m_y_2; - double m_history_3; - double samplerate; - double m_history_1; - double m_history_9; - double m_history_8; - double m_tone_31; - double samples_to_seconds; - double m_decay_25; - double m_shimmer_24; - double m_mix_27; - double m_damping_26; - double m_roomsize_29; - double m_bandwidth_30; - double m_ratio_28; - int vectorsize; - int __exception; - // re-initialize all member variables; - inline void reset(double __sr, int __vs) { - __exception = 0; - vectorsize = __vs; - samplerate = __sr; - m_history_1 = 0; - m_y_2 = 0; - m_history_3 = 0; - m_history_4 = 0; - m_history_5 = 0; - m_history_6 = 0; - m_history_7 = 0; - m_history_8 = 0; - m_history_9 = 0; - m_history_10 = 0; - m_delay_11.reset("m_delay_11", 5000); - m_delay_12.reset("m_delay_12", 7000); - m_delay_13.reset("m_delay_13", 6000); - m_delay_14.reset("m_delay_14", 48000); - m_delay_15.reset("m_delay_15", 15000); - m_delay_16.reset("m_delay_16", 16000); - m_delay_17.reset("m_delay_17", 96000); - m_delay_18.reset("m_delay_18", 10000); - m_delay_19.reset("m_delay_19", 12000); - m_delay_20.reset("m_delay_20", 48000); - m_delay_21.reset("m_delay_21", 48000); - m_delay_22.reset("m_delay_22", 48000); - m_delay_23.reset("m_delay_23", 48000); - m_shimmer_24 = 50; - m_decay_25 = 50; - m_damping_26 = 50; - m_mix_27 = 50; - m_ratio_28 = 2; - m_roomsize_29 = 150; - m_bandwidth_30 = 75; - m_tone_31 = 1500; - samples_to_seconds = (1 / samplerate); - m_phasor_32.reset(0); - m_delta_33.reset(0); - m_sah_34.reset(0); - m_sah_35.reset(0); - m_delta_36.reset(0); - m_sah_37.reset(0); - m_sah_38.reset(0); - m_delta_39.reset(0); - m_sah_40.reset(0); - m_sah_41.reset(0); - m_delta_42.reset(0); - m_sah_43.reset(0); - m_sah_44.reset(0); - genlib_reset_complete(this); - - }; - // the signal processing routine; - inline int perform(t_sample ** __ins, t_sample ** __outs, int __n) { - vectorsize = __n; - const t_sample * __in1 = __ins[0]; - t_sample * __out1 = __outs[0]; - t_sample * __out2 = __outs[1]; - if (__exception) { - return __exception; - - } else if (( (__in1 == 0) || (__out1 == 0) || (__out2 == 0) )) { - __exception = GENLIB_ERR_NULL_BUFFER; - return __exception; - - }; - double mul_10 = (m_damping_26 * 0.01); - double mul_11 = (m_mix_27 * 0.01); - double mul_9 = (m_bandwidth_30 * 0.01); - double rsub_8 = (1 - mul_9); - double expr_228 = safediv(((m_tone_31 * 2) * 3.1415926535898), 48000); - double sin_16 = sin(expr_228); - double clamp_17 = ((sin_16 <= 1e-05) ? 1e-05 : ((sin_16 >= 0.99999) ? 0.99999 : sin_16)); - double mul_12 = (m_shimmer_24 * 0.01); - double expr_238 = safediv((m_roomsize_29 * 48000), 340); - double mul_215 = (expr_238 * 0.63245); - double mul_216 = (expr_238 * 0.7071); - double mul_218 = (expr_238 * 1); - double mul_217 = (expr_238 * 0.81649); - double expr_227 = safepow(1.0418, m_decay_25); - double expr_237 = safepow(0.001, safediv(1, (expr_227 * 48000))); - double expr_229 = (-safepow(expr_237, mul_215)); - double expr_230 = (-safepow(expr_237, mul_216)); - double expr_236 = (-safepow(expr_237, mul_218)); - double expr_231 = (-safepow(expr_237, mul_217)); - double mul_212 = (expr_238 * 0.000527); - int int_211 = int(mul_212); - double mul_168 = (int_211 * 419.5); - double mul_189 = (int_211 * 400.600006); - double rsub_67 = (1 - m_ratio_28); - double mul_66 = (rsub_67 * 10); - samples_to_seconds = (1 / samplerate); - double add_155 = (expr_238 + 5); - double expr_232 = safepow(expr_237, add_155); - double mul_175 = (int_211 * 566.700012); - double mul_196 = (int_211 * 568.299988); - double mul_161 = (expr_238 * 0.41); - double add_158 = (mul_161 + 5); - double expr_235 = safepow(expr_237, add_158); - double mul_160 = (expr_238 * 0.3); - double add_157 = (mul_160 + 5); - double expr_234 = safepow(expr_237, add_157); - double mul_159 = (expr_238 * 0.155); - double add_156 = (mul_159 + 5); - double expr_233 = safepow(expr_237, add_156); - double mul_210 = (expr_238 * 0.110732); - double mul_182 = (int_211 * 144.800003); - double mul_203 = (int_211 * 162.100006); - double mul_6 = (m_decay_25 * 2); - double clamp_1 = ((mul_6 <= 0) ? 0 : ((mul_6 >= 100) ? 100 : mul_6)); - double mul_5 = (clamp_1 * 0.01); - double atodb_4 = atodb(mul_5); - double sub_3 = (atodb_4 - 9); - double dbtoa_2 = dbtoa(sub_3); - // the main sample loop; - while ((__n--)) { - const double in1 = (*(__in1++)); - double noise_20 = noise(); - double abs_37 = fabs(noise_20); - double mul_45 = (abs_37 * 0.25); - double noise_19 = noise(); - double abs_36 = fabs(noise_19); - double mul_42 = (abs_36 * 0.25); - double noise_21 = noise(); - double abs_38 = fabs(noise_21); - double mul_48 = (abs_38 * 0.25); - double noise_18 = noise(); - double abs_35 = fabs(noise_18); - double mul_39 = (abs_35 * 0.25); - double tap_129 = m_delay_23.read_linear(mul_215); - double tap_135 = m_delay_22.read_linear(mul_216); - double tap_223 = m_delay_21.read_linear(mul_218); - double tap_141 = m_delay_20.read_linear(mul_217); - double mul_125 = (tap_129 * expr_229); - double mix_249 = (mul_125 + (mul_10 * (m_history_10 - mul_125))); - double mix_127 = mix_249; - double mul_131 = (tap_135 * expr_230); - double mix_250 = (mul_131 + (mul_10 * (m_history_9 - mul_131))); - double mix_133 = mix_250; - double mul_214 = (tap_223 * expr_236); - double mix_251 = (mul_214 + (mul_10 * (m_history_8 - mul_214))); - double mix_221 = mix_251; - double mul_137 = (tap_141 * expr_231); - double mix_252 = (mul_137 + (mul_10 * (m_history_7 - mul_137))); - double mix_139 = mix_252; - double tap_167 = m_delay_19.read_linear(mul_168); - double mul_165 = (tap_167 * 0.625); - double tap_188 = m_delay_18.read_linear(mul_189); - double mul_186 = (tap_188 * 0.625); - double phasor_85 = m_phasor_32(mul_66, samples_to_seconds); - double add_79 = ((m_history_6 + phasor_85) + 0.25); - double mod_78 = safemod(add_79, 1); - double delta_47 = m_delta_33(mod_78); - double sah_26 = m_sah_34(mul_45, delta_47, 0); - int sah_46 = m_sah_35(4800, delta_47, 0); - double mul_33 = (sah_46 * mod_78); - double sub_77 = (mod_78 - 0.5); - double mul_76 = (sub_77 * 3.1415926535898); - double cos_75 = cos(mul_76); - double mul_52 = (cos_75 * cos_75); - double add_65 = ((m_history_5 + phasor_85) + 0.5); - double mod_64 = safemod(add_65, 1); - double delta_44 = m_delta_36(mod_64); - double sah_24 = m_sah_37(mul_42, delta_44, 0); - int sah_43 = m_sah_38(4800, delta_44, 0); - double mul_32 = (sah_43 * mod_64); - double sub_63 = (mod_64 - 0.5); - double mul_62 = (sub_63 * 3.1415926535898); - double cos_61 = cos(mul_62); - double mul_51 = (cos_61 * cos_61); - double add_84 = ((m_history_4 + phasor_85) + 0); - double mod_83 = safemod(add_84, 1); - double delta_29 = m_delta_39(mod_83); - double sah_28 = m_sah_40(mul_48, delta_29, 0); - int sah_49 = m_sah_41(4800, delta_29, 0); - double mul_34 = (sah_49 * mod_83); - double sub_82 = (mod_83 - 0.5); - double mul_81 = (sub_82 * 3.1415926535898); - double cos_80 = cos(mul_81); - double mul_53 = (cos_80 * cos_80); - double add_59 = ((m_history_3 + phasor_85) + 0.75); - double mod_58 = safemod(add_59, 1); - double delta_41 = m_delta_42(mod_58); - double sah_22 = m_sah_43(mul_39, delta_41, 0); - int sah_40 = m_sah_44(4800, delta_41, 0); - double mul_31 = (sah_40 * mod_58); - double tap_71 = m_delay_17.read_linear(mul_34); - double tap_72 = m_delay_17.read_linear(mul_33); - double tap_73 = m_delay_17.read_linear(mul_32); - double tap_74 = m_delay_17.read_linear(mul_31); - double mul_60 = (tap_73 * mul_51); - double mul_68 = (tap_72 * mul_52); - double mul_69 = (tap_71 * mul_53); - double sub_57 = (mod_58 - 0.5); - double mul_56 = (sub_57 * 3.1415926535898); - double cos_55 = cos(mul_56); - double mul_50 = (cos_55 * cos_55); - double mul_54 = (tap_74 * mul_50); - double add_254 = (((mul_69 + mul_68) + mul_60) + mul_54); - double mix_253 = (m_y_2 + (clamp_17 * (add_254 - m_y_2))); - double mix_14 = mix_253; - double mix_255 = (in1 + (mul_12 * (mix_14 - in1))); - double mix_86 = mix_255; - double mul_89 = (mix_86 * 0.707); - double mix_256 = (mul_89 + (rsub_8 * (m_history_1 - mul_89))); - double mix_225 = mix_256; - double add_119 = (mix_221 + mix_139); - double add_117 = (mix_133 + mix_127); - double add_112 = (add_119 + add_117); - double mul_95 = (add_112 * 0.5); - double sub_116 = (add_119 - add_117); - double mul_98 = (sub_116 * 0.5); - double tap_174 = m_delay_16.read_linear(mul_175); - double tap_195 = m_delay_15.read_linear(mul_196); - double sub_118 = (mix_221 - mix_139); - double sub_115 = (mix_133 - mix_127); - double sub_114 = (sub_118 - sub_115); - double mul_97 = (sub_114 * 0.5); - double add_113 = (sub_118 + sub_115); - double rsub_111 = (0 - add_113); - double mul_96 = (rsub_111 * 0.5); - double tap_143 = m_delay_14.read_linear(add_158); - double tap_144 = m_delay_14.read_linear(add_157); - double tap_145 = m_delay_14.read_linear(add_156); - double tap_146 = m_delay_14.read_linear(add_155); - double mul_147 = (tap_146 * expr_232); - double add_120 = (mul_95 + mul_147); - double mul_153 = (tap_143 * expr_235); - double add_123 = (mul_98 + mul_153); - double mul_151 = (tap_144 * expr_234); - double add_122 = (mul_97 + mul_151); - double mul_149 = (tap_145 * expr_233); - double add_121 = (mul_96 + mul_149); - double mul_172 = (tap_174 * 0.625); - double mul_193 = (tap_195 * 0.625); - double tap_209 = m_delay_13.read_cubic(mul_210); - double mul_207 = (tap_209 * 0.75); - double sub_206 = (mix_225 - mul_207); - double mul_205 = (sub_206 * 0.75); - double add_204 = (mul_205 + tap_209); - double tap_181 = m_delay_12.read_linear(mul_182); - double tap_202 = m_delay_11.read_linear(mul_203); - double mul_179 = (tap_181 * 0.75); - double mul_200 = (tap_202 * 0.75); - double mul_106 = (mul_153 * mul_5); - double mul_104 = (mul_149 * mul_5); - double add_92 = (mul_106 + mul_104); - double mul_105 = (mul_151 * mul_5); - double mul_103 = (mul_147 * mul_5); - double add_91 = (mul_105 + mul_103); - double sub_101 = (add_92 - add_91); - double mul_110 = (mul_98 * dbtoa_2); - double mul_108 = (mul_96 * dbtoa_2); - double add_94 = (mul_110 + mul_108); - double mul_109 = (mul_97 * dbtoa_2); - double mul_107 = (mul_95 * dbtoa_2); - double add_93 = (mul_109 + mul_107); - double sub_102 = (add_94 - add_93); - double add_88 = (sub_102 + sub_101); - double add_90 = (add_88 + mix_86); - double sub_178 = (add_90 - mul_179); - double mul_177 = (sub_178 * 0.75); - double add_176 = (mul_177 + tap_181); - double sub_171 = (add_176 - mul_172); - double mul_170 = (sub_171 * 0.625); - double add_169 = (mul_170 + tap_174); - double sub_164 = (add_169 - mul_165); - double mul_163 = (sub_164 * 0.625); - double add_162 = (mul_163 + tap_167); - double mul_87 = (add_162 * mul_11); - double out2 = (in1 + mul_87); - double add_100 = (add_88 + mix_86); - double sub_199 = (add_100 - mul_200); - double mul_198 = (sub_199 * 0.75); - double add_197 = (mul_198 + tap_202); - double sub_192 = (add_197 - mul_193); - double mul_191 = (sub_192 * 0.625); - double add_190 = (mul_191 + tap_195); - double sub_185 = (add_190 - mul_186); - double mul_184 = (sub_185 * 0.625); - double add_183 = (mul_184 + tap_188); - double mul_99 = (add_183 * mul_11); - double out1 = (in1 + mul_99); - double history_126_next_239 = mix_127; - double history_132_next_240 = mix_133; - double history_220_next_241 = mix_221; - double history_138_next_242 = mix_139; - double history_27_next_243 = sah_26; - double history_25_next_244 = sah_24; - double history_30_next_245 = sah_28; - double history_23_next_246 = sah_22; - double y0_next_247 = mix_14; - double history_224_next_248 = mix_225; - m_delay_23.write(add_120); - m_delay_22.write(add_121); - m_delay_21.write(add_123); - m_delay_20.write(add_122); - m_delay_19.write(sub_164); - m_delay_18.write(sub_185); - m_delay_17.write(in1); - m_delay_16.write(sub_171); - m_delay_15.write(sub_192); - m_delay_14.write(add_204); - m_delay_13.write(sub_206); - m_delay_12.write(sub_178); - m_delay_11.write(sub_199); - m_history_10 = history_126_next_239; - m_history_9 = history_132_next_240; - m_history_8 = history_220_next_241; - m_history_7 = history_138_next_242; - m_history_6 = history_27_next_243; - m_history_5 = history_25_next_244; - m_history_4 = history_30_next_245; - m_history_3 = history_23_next_246; - m_y_2 = y0_next_247; - m_history_1 = history_224_next_248; - m_delay_11.step(); - m_delay_12.step(); - m_delay_13.step(); - m_delay_14.step(); - m_delay_15.step(); - m_delay_16.step(); - m_delay_17.step(); - m_delay_18.step(); - m_delay_19.step(); - m_delay_20.step(); - m_delay_21.step(); - m_delay_22.step(); - m_delay_23.step(); - // assign results to output buffer; - (*(__out1++)) = out1; - (*(__out2++)) = out2; - - }; - return __exception; - - }; - inline void set_shimmer(double _value) { - m_shimmer_24 = (_value < 0 ? 0 : (_value > 100 ? 100 : _value)); - }; - inline void set_decay(double _value) { - m_decay_25 = (_value < 1 ? 1 : (_value > 100 ? 100 : _value)); - }; - inline void set_damping(double _value) { - m_damping_26 = (_value < 0 ? 0 : (_value > 100 ? 100 : _value)); - }; - inline void set_mix(double _value) { - m_mix_27 = (_value < 0 ? 0 : (_value > 100 ? 100 : _value)); - }; - inline void set_ratio(double _value) { - m_ratio_28 = (_value < 0.5 ? 0.5 : (_value > 2 ? 2 : _value)); - }; - inline void set_roomsize(double _value) { - m_roomsize_29 = (_value < 1 ? 1 : (_value > 300 ? 300 : _value)); - }; - inline void set_bandwidth(double _value) { - m_bandwidth_30 = (_value < 0 ? 0 : (_value > 100 ? 100 : _value)); - }; - inline void set_tone(double _value) { - m_tone_31 = (_value < 500 ? 500 : (_value > 6000 ? 6000 : _value)); - }; - -} State; - - -/// -/// Configuration for the genlib API -/// - -/// Number of signal inputs and outputs - -int gen_kernel_numins = 1; -int gen_kernel_numouts = 2; - -int num_inputs() { return gen_kernel_numins; } -int num_outputs() { return gen_kernel_numouts; } -int num_params() { return 8; } - -/// Assistive lables for the signal inputs and outputs - -const char * gen_kernel_innames[] = { "in1" }; -const char * gen_kernel_outnames[] = { "out1", "out2" }; - -/// Invoke the signal process of a State object - -int perform(CommonState *cself, t_sample **ins, long numins, t_sample **outs, long numouts, long n) { - State * self = (State *)cself; - return self->perform(ins, outs, n); -} - -/// Reset all parameters and stateful operators of a State object - -void reset(CommonState *cself) { - State * self = (State *)cself; - self->reset(cself->sr, cself->vs); -} - -/// Set a parameter of a State object - -void setparameter(CommonState *cself, long index, double value, void *ref) { - State * self = (State *)cself; - switch (index) { - case 0: self->set_shimmer(value); break; - case 1: self->set_decay(value); break; - case 2: self->set_damping(value); break; - case 3: self->set_mix(value); break; - case 4: self->set_ratio(value); break; - case 5: self->set_roomsize(value); break; - case 6: self->set_bandwidth(value); break; - case 7: self->set_tone(value); break; - - default: break; - } -} - -/// Get the value of a parameter of a State object - -void getparameter(CommonState *cself, long index, double *value) { - State *self = (State *)cself; - switch (index) { - case 0: *value = self->m_shimmer_24; break; - case 1: *value = self->m_decay_25; break; - case 2: *value = self->m_damping_26; break; - case 3: *value = self->m_mix_27; break; - case 4: *value = self->m_ratio_28; break; - case 5: *value = self->m_roomsize_29; break; - case 6: *value = self->m_bandwidth_30; break; - case 7: *value = self->m_tone_31; break; - - default: break; - } -} - -/// Allocate and configure a new State object and it's internal CommonState: - -void * create(double sr, long vs) { - State *self = new State; - self->reset(sr, vs); - ParamInfo *pi; - self->__commonstate.inputnames = gen_kernel_innames; - self->__commonstate.outputnames = gen_kernel_outnames; - self->__commonstate.numins = gen_kernel_numins; - self->__commonstate.numouts = gen_kernel_numouts; - self->__commonstate.sr = sr; - self->__commonstate.vs = vs; - self->__commonstate.params = (ParamInfo *)genlib_sysmem_newptr(8 * sizeof(ParamInfo)); - self->__commonstate.numparams = 8; - // initialize parameter 0 ("m_shimmer_24") - pi = self->__commonstate.params + 0; - pi->name = "shimmer"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_shimmer_24; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0; - pi->outputmax = 100; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 1 ("m_decay_25") - pi = self->__commonstate.params + 1; - pi->name = "decay"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_decay_25; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 1; - pi->outputmax = 100; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 2 ("m_damping_26") - pi = self->__commonstate.params + 2; - pi->name = "damping"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_damping_26; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0; - pi->outputmax = 100; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 3 ("m_mix_27") - pi = self->__commonstate.params + 3; - pi->name = "mix"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_mix_27; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0; - pi->outputmax = 100; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 4 ("m_ratio_28") - pi = self->__commonstate.params + 4; - pi->name = "ratio"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_ratio_28; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0.5; - pi->outputmax = 2; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 5 ("m_roomsize_29") - pi = self->__commonstate.params + 5; - pi->name = "roomsize"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_roomsize_29; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 1; - pi->outputmax = 300; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 6 ("m_bandwidth_30") - pi = self->__commonstate.params + 6; - pi->name = "bandwidth"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_bandwidth_30; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 0; - pi->outputmax = 100; - pi->exp = 0; - pi->units = ""; // no units defined - // initialize parameter 7 ("m_tone_31") - pi = self->__commonstate.params + 7; - pi->name = "tone"; - pi->paramtype = GENLIB_PARAMTYPE_FLOAT; - pi->defaultvalue = self->m_tone_31; - pi->defaultref = 0; - pi->hasinputminmax = false; - pi->inputmin = 0; - pi->inputmax = 1; - pi->hasminmax = true; - pi->outputmin = 500; - pi->outputmax = 6000; - pi->exp = 0; - pi->units = ""; // no units defined - - return self; -} - -/// Release all resources and memory used by a State object: - -void destroy(CommonState *cself) { - State * self = (State *)cself; - genlib_sysmem_freeptr(cself->params); - - delete self; -} - - -} // gen_exported:: diff --git a/plugins/shiroverb/gen_exported.h b/plugins/shiroverb/gen_exported.h deleted file mode 100644 index ab06792..0000000 --- a/plugins/shiroverb/gen_exported.h +++ /dev/null @@ -1,37 +0,0 @@ -/******************************************************************************************************************* -Copyright (c) 2012 Cycling '74 - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies -or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE -OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*******************************************************************************************************************/ - - -#include "genlib.h" -#include "genlib_exportfunctions.h" -#include "genlib_ops.h" - -namespace gen_exported { - -int num_inputs(); -int num_outputs(); -int num_params(); -int perform(CommonState *cself, t_sample **ins, long numins, t_sample **outs, long numouts, long n); -void reset(CommonState *cself); -void setparameter(CommonState *cself, long index, double value, void *ref); -void getparameter(CommonState *cself, long index, double *value); -void * create(double sr, long vs); -void destroy(CommonState *cself); - -} // gen_exported:: diff --git a/plugins/shiroverb/shiroverb.gendsp b/plugins/shiroverb/shiroverb.gendsp deleted file mode 100644 index 78b2569..0000000 --- a/plugins/shiroverb/shiroverb.gendsp +++ /dev/null @@ -1,6407 +0,0 @@ -{ - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 0.0, 45.0, 960.0, 810.0 ], - "bgcolor" : [ 0.9, 0.9, 0.9, 1.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-6", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 712.0, 581.0, 75.0, 20.0 ], - "text" : "history smth" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-7", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 649.0, 581.0, 63.0, 20.0 ], - "text" : "mix 0.999" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-124", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 747.0, 963.0, 62.0, 20.0 ], - "text" : "clip 0 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-123", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 704.0, 1068.0, 41.0, 20.0 ], - "text" : "dbtoa" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-109", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 704.0, 1043.0, 25.0, 20.0 ], - "text" : "- 9" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-108", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 704.0, 1018.0, 41.0, 20.0 ], - "text" : "atodb" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-95", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 747.0, 988.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-55", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 747.0, 938.0, 25.0, 20.0 ], - "text" : "* 2" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-14", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 914.0, 726.0, 123.0, 20.0 ], - "text" : "expr pow(1.0418\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-125", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 882.0, 551.0, 28.0, 20.0 ], - "text" : "!- 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-88", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 882.0, 521.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-82", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 882.0, 496.0, 226.0, 20.0 ], - "text" : "param bandwidth 75 @min 0 @max 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-127", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 494.0, 927.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-189", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 863.000061, 1501.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-187", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 838.416626, 496.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-171", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 201.0, 53.0, 20.0 ], - "text" : "int 4800" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-33", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 152.833328, 577.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-163", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 472.0, 144.0, 20.0 ], - "text" : "expr out=in1*2*PI/48000\\;" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-164", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 152.833328, 547.0, 72.0, 20.0 ], - "text" : "history y0 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-165", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 497.0, 26.0, 20.0 ], - "text" : "sin" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-166", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 522.0, 125.0, 20.0 ], - "text" : "clip 0.00001 0.99999" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-167", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 446.0, 228.0, 20.0 ], - "text" : "param tone 1500 @min 500 @max 6000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-87", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 16.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 16.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-89", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 16.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-90", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 16.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-61", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 96.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 121.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-48", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 96.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-8", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 121.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-34", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 96.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-9", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 121.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-12", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 96.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-24", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 187.333328, 201.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-13", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 121.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-15", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 261.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-16", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 261.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-68", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 261.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-73", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 261.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-56", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 41.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-18", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 41.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-19", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 41.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-20", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 41.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-47", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 66.0, 42.0, 20.0 ], - "text" : "* 0.25" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-49", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 231.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-50", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 639.833313, 201.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-21", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 66.0, 42.0, 20.0 ], - "text" : "* 0.25" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-53", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 231.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-54", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 489.0, 201.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-26", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 66.0, 42.0, 20.0 ], - "text" : "* 0.25" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-28", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 231.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-29", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 338.166656, 201.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-25", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 66.0, 42.0, 20.0 ], - "text" : "* 0.25" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-23", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 231.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-65", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 391.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-66", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 391.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-22", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 391.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-36", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 391.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-37", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 416.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-38", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 361.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-39", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 336.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-46", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 311.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-60", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 176.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-69", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 151.0, 44.0, 20.0 ], - "text" : "+ 0.75" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-70", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 416.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-71", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 361.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-75", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 336.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-76", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 311.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-78", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 176.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-80", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 151.0, 38.0, 20.0 ], - "text" : "+ 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-83", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 66.0, 32.0, 20.0 ], - "text" : "* 10" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-91", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 41.0, 31.0, 20.0 ], - "text" : "!- 1." - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-92", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 16.0, 184.0, 20.0 ], - "text" : "param ratio 2 @min 0.5 @max 2" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-93", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 416.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-94", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 416.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-96", - "maxclass" : "newobj", - "numinlets" : 5, - "numoutlets" : 4, - "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 15.5, 286.0, 622.333313, 20.0 ], - "text" : "delay 96000 4" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-97", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 361.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-99", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 336.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-101", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 311.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-103", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 176.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-104", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 151.0, 44.0, 20.0 ], - "text" : "+ 0.25" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-110", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 361.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-111", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 336.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-113", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 311.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-115", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 176.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-117", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 151.0, 31.0, 20.0 ], - "text" : "+ 0." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-118", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 121.0, 47.0, 20.0 ], - "text" : "phasor" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-122", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 261.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-57", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 676.0, 496.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-58", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 811.416626, 521.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-59", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 838.416626, 471.0, 217.0, 20.0 ], - "text" : "param shimmer 50 @min 0 @max 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-305", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 849.500061, 1531.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-306", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 863.000061, 1476.0, 190.0, 20.0 ], - "text" : "param mix 50 @min 0 @max 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-302", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1241.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-298", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 551.0, 50.0, 20.0 ], - "text" : "* 0.707" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-296", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 616.0, 1281.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-294", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1107.333374, 1182.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-295", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 958.5, 1182.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-293", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 1182.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-292", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 1182.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-289", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 1068.0, 36.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-288", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 1068.0, 36.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-287", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 1068.0, 36.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-286", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.000004, 1068.0, 36.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-283", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 475.0, 1531.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-278", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1281.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-277", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1034.5, 1212.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-276", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1211.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-271", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1256.0, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-272", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1107.333374, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-273", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 958.5, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-274", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 810.0, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-269", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-270", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-267", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-266", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.000004, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-264", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 1043.0, 28.0, 20.0 ], - "text" : "!- 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-263", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 1018.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-262", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 1018.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-261", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 1018.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-260", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 988.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-259", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.000004, 1018.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-258", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 988.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-257", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 988.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-256", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.000004, 988.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-245", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 497.0, 1097.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-246", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 347.0, 1097.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-247", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 197.0, 1097.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-248", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 47.0, 1097.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-231", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.0, 853.0, 113.0, 20.0 ], - "text" : "expr -pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-232", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 878.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-233", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 513.0, 958.0, 47.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-234", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 958.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-236", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 823.0, 76.0, 20.0 ], - "text" : "delay 48000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-238", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 331.0, 853.0, 113.0, 20.0 ], - "text" : "expr -pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-239", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 878.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-240", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 363.0, 958.0, 47.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-241", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 958.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-243", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 823.0, 76.0, 20.0 ], - "text" : "delay 48000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-224", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 181.0, 853.0, 113.0, 20.0 ], - "text" : "expr -pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-225", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 878.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-226", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 213.0, 958.0, 47.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-227", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 958.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-229", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 823.0, 76.0, 20.0 ], - "text" : "delay 48000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-214", - "maxclass" : "newobj", - "numinlets" : 5, - "numoutlets" : 4, - "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 809.5, 853.0, 465.5, 20.0 ], - "text" : "delay 48000 4" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-211", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 849.500061, 1561.0, 38.0, 20.0 ], - "text" : "out 2" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-210", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 475.0, 1561.0, 38.0, 20.0 ], - "text" : "out 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-204", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1256.0, 1068.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-205", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1269.0, 878.0, 109.0, 20.0 ], - "text" : "expr pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-202", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1107.333374, 1068.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-203", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1120.333374, 878.0, 109.0, 20.0 ], - "text" : "expr pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-200", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 959.0, 1068.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-201", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 972.5, 878.0, 109.0, 20.0 ], - "text" : "expr pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-199", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 810.0, 1068.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-198", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 823.5, 878.0, 109.0, 20.0 ], - "text" : "expr pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-197", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1268.5, 823.0, 28.0, 20.0 ], - "text" : "+ 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-196", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1119.5, 823.0, 28.0, 20.0 ], - "text" : "+ 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-195", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 972.5, 823.0, 28.0, 20.0 ], - "text" : "+ 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-194", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 823.5, 823.0, 28.0, 20.0 ], - "text" : "+ 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-191", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1119.5, 798.0, 50.0, 20.0 ], - "text" : "* 0.155" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-192", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 972.5, 798.0, 36.0, 20.0 ], - "text" : "* 0.3" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-193", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 823.5, 798.0, 43.0, 20.0 ], - "text" : "* 0.41" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-134", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 849.500061, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-136", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 849.500061, 1421.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-137", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 849.500061, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-140", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 863.000061, 1366.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-141", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 863.000061, 1336.0, 78.0, 20.0 ], - "text" : "delay 12000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-142", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 922.000061, 1311.0, 49.0, 20.0 ], - "text" : "* 419.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-144", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 733.5, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-146", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 733.5, 1421.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-147", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 733.5, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-150", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 747.0, 1366.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-151", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 747.0, 1336.0, 78.0, 20.0 ], - "text" : "delay 16000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-152", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 806.0, 1311.0, 49.0, 20.0 ], - "text" : "* 566.7" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-154", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 615.5, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-156", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 615.5, 1421.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-157", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 615.5, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-160", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 629.0, 1366.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-161", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 629.0, 1336.0, 71.0, 20.0 ], - "text" : "delay 7000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-162", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 681.0, 1311.0, 49.0, 20.0 ], - "text" : "* 144.8" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-112", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 474.500061, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-114", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 474.500061, 1421.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-116", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 474.500061, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-119", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 488.000061, 1366.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-120", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 488.000061, 1336.0, 78.0, 20.0 ], - "text" : "delay 10000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-121", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 547.000061, 1311.0, 49.0, 20.0 ], - "text" : "* 400.6" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-98", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 359.5, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-100", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 359.5, 1421.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-102", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 359.5, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-105", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 373.0, 1366.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-106", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 373.0, 1336.0, 78.0, 20.0 ], - "text" : "delay 15000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-107", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 432.0, 1311.0, 49.0, 20.0 ], - "text" : "* 568.3" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-77", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 240.999969, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-79", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 240.999969, 1421.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-81", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 241.499969, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-84", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 254.999969, 1366.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-85", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 254.999969, 1336.0, 71.0, 20.0 ], - "text" : "delay 5000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-86", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 306.999969, 1311.0, 49.0, 20.0 ], - "text" : "* 162.1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-74", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 751.0, 64.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-72", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 726.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-67", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 810.5, 696.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-64", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 824.0, 666.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-63", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 636.0, 146.0, 20.0 ], - "text" : "delay 6000 @interp cubic" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-62", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 983.0, 611.0, 70.0, 20.0 ], - "text" : "* 0.110732" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-52", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 649.0, 1241.0, 24.0, 20.0 ], - "text" : "int" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-51", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 649.0, 1211.0, 70.0, 20.0 ], - "text" : "* 0.000527" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-45", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 30.999996, 853.0, 113.0, 20.0 ], - "text" : "expr -pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-44", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.0, 878.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-42", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.0, 793.0, 63.0, 20.0 ], - "text" : "* 0.63245" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-43", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 331.0, 793.0, 57.0, 20.0 ], - "text" : "* 0.7071" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-41", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 181.0, 793.0, 63.0, 20.0 ], - "text" : "* 0.81649" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-40", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 30.999996, 793.0, 26.0, 20.0 ], - "text" : "* 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-35", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 914.0, 751.0, 227.0, 20.0 ], - "text" : "expr pow(pow(10\\,-60/20)\\,1./(in1*48000))" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-31", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 63.0, 958.0, 47.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-32", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.0, 958.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-30", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.0, 823.0, 76.0, 20.0 ], - "text" : "delay 48000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-27", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 581.0, 47.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-17", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 581.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-11", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 649.0, 551.0, 115.0, 20.0 ], - "text" : "expr in1*48000/340" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-5", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 494.0, 903.0, 217.0, 20.0 ], - "text" : "param damping 50 @min 0 @max 100" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 914.0, 666.0, 203.0, 20.0 ], - "text" : "param decay 50 @min 1 @max 100" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 649.0, 446.0, 226.0, 20.0 ], - "text" : "param roomsize 150 @min 1 @max 300" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-18", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-98", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-100", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-99", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-101", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-100", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-102", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-106", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 369.0, 1412.0, 356.0, 1412.0, 356.0, 1331.0, 382.5, 1331.0 ], - "source" : [ "obj-102", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-101", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 417.666656, 281.0, 340.166656, 281.0 ], - "source" : [ "obj-103", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-29", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 417.666656, 198.0, 347.666656, 198.0 ], - "source" : [ "obj-103", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-68", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 417.666656, 255.0, 340.166656, 255.0 ], - "source" : [ "obj-103", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-103", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-104", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-102", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-105", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-105", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-106", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-98", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 382.5, 1358.0, 344.0, 1358.0, 344.0, 1448.0, 395.0, 1448.0 ], - "source" : [ "obj-106", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-106", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-107", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-109", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-123", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-109", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-7", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-36", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 189.333328, 385.5, 202.833328, 385.5 ], - "source" : [ "obj-110", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-36", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-110", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-110", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-111", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-283", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-112", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-111", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-113", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-112", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-114", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-113", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 266.833313, 282.5, 189.333328, 282.5 ], - "source" : [ "obj-115", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-24", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 266.833313, 198.0, 196.833328, 198.0 ], - "source" : [ "obj-115", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-73", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 266.833313, 255.0, 189.333328, 255.0 ], - "source" : [ "obj-115", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-114", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-116", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-120", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 484.000061, 1412.0, 471.0, 1412.0, 471.0, 1331.0, 497.500061, 1331.0 ], - "source" : [ "obj-116", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-115", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-117", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-104", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 146.5, 417.666656, 146.5 ], - "source" : [ "obj-118", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-117", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 146.5, 266.833313, 146.5 ], - "source" : [ "obj-118", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-69", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 146.5, 719.333313, 146.5 ], - "source" : [ "obj-118", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-80", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 146.5, 568.5, 146.5 ], - "source" : [ "obj-118", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-116", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-119", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-13", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-112", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 497.500061, 1358.0, 459.0, 1358.0, 459.0, 1448.0, 510.000061, 1448.0 ], - "source" : [ "obj-120", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-119", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-120", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-120", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-121", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-96", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-122", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-266", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 713.5, 1146.5, 40.000004, 1146.5 ], - "source" : [ "obj-123", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-267", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 713.5, 1146.5, 190.0, 1146.5 ], - "source" : [ "obj-123", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-269", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 713.5, 1146.5, 490.0, 1146.5 ], - "source" : [ "obj-123", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-270", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 713.5, 1146.5, 340.0, 1146.5 ], - "source" : [ "obj-123", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-95", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-124", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 2 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 891.5, 575.5, 847.5, 575.5 ], - "source" : [ "obj-125", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-227", 2 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 503.5, 952.5, 203.5, 952.5 ], - "source" : [ "obj-127", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-234", 2 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 503.5, 952.5, 503.5, 952.5 ], - "source" : [ "obj-127", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-241", 2 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 503.5, 952.5, 353.5, 952.5 ], - "source" : [ "obj-127", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-32", 2 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 503.5, 952.5, 53.5, 952.5 ], - "source" : [ "obj-127", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-117", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-13", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-305", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-134", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-134", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-136", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-136", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-137", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-141", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 859.000061, 1412.0, 846.0, 1412.0, 846.0, 1331.0, 872.500061, 1331.0 ], - "source" : [ "obj-137", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-35", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-137", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-140", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-134", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 872.500061, 1358.0, 834.0, 1358.0, 834.0, 1448.0, 885.000061, 1448.0 ], - "source" : [ "obj-141", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-140", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-141", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-141", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-142", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-137", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 743.0, 1480.0, 817.5, 1480.0, 817.5, 1381.0, 859.000061, 1381.0 ], - "source" : [ "obj-144", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-144", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-146", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-146", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-147", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-151", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 743.0, 1412.0, 720.0, 1412.0, 720.0, 1331.0, 756.5, 1331.0 ], - "source" : [ "obj-147", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-96", 4 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-147", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-150", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-144", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1358.0, 720.0, 1358.0, 720.0, 1448.0, 769.0, 1448.0 ], - "source" : [ "obj-151", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-150", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-151", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-151", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-152", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-147", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 625.0, 1480.0, 697.0, 1480.0, 697.0, 1381.0, 743.0, 1381.0 ], - "source" : [ "obj-154", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-154", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-156", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-156", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 625.0, 1412.0, 625.0, 1412.0 ], - "source" : [ "obj-157", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-161", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 625.0, 1412.0, 602.0, 1412.0, 602.0, 1331.0, 638.5, 1331.0 ], - "source" : [ "obj-157", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-96", 3 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-16", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-157", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-160", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-154", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 638.5, 1358.0, 674.0, 1358.0, 674.0, 1448.0, 651.0, 1448.0 ], - "source" : [ "obj-161", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-160", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-161", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-161", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-162", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-165", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-163", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-164", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-166", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-165", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-166", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-163", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-167", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-27", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-67", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-23", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 225.5, 175.833328, 225.5 ], - "source" : [ "obj-171", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-28", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 225.5, 326.666656, 225.5 ], - "source" : [ "obj-171", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-49", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 225.5, 628.333313, 225.5 ], - "source" : [ "obj-171", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-53", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 225.5, 477.5, 225.5 ], - "source" : [ "obj-171", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-58", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-187", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-283", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 872.500061, 1525.5, 498.0, 1525.5 ], - "source" : [ "obj-189", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-305", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 872.500061, 1525.5, 872.500061, 1525.5 ], - "source" : [ "obj-189", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-26", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-19", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-196", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-191", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-195", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-192", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-194", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-193", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-198", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-194", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-214", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-194", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-201", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-195", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-214", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-195", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-203", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-196", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-214", 3 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-196", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-205", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-197", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-214", 4 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-197", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-199", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-198", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-248", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 819.5, 1092.0, 70.0, 1092.0 ], - "source" : [ "obj-199", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-274", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 819.5, 1095.0, 819.5, 1095.0 ], - "source" : [ "obj-199", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-69", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-25", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-20", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-247", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 968.5, 1092.0, 220.0, 1092.0 ], - "source" : [ "obj-200", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-273", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 968.5, 1095.0, 968.0, 1095.0 ], - "source" : [ "obj-200", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-200", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-201", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-246", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1116.833374, 1092.0, 370.0, 1092.0 ], - "source" : [ "obj-202", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-272", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-202", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-202", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-203", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-245", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1265.5, 1092.0, 520.0, 1092.0 ], - "source" : [ "obj-204", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-271", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-204", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-204", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-205", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-48", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-21", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-199", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-214", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-200", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-214", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-202", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-214", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-204", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-214", 3 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-93", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-22", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-225", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-224", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-227", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-225", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-227", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-226", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-226", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-227", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-256", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 176.5, 982.5, 40.000004, 982.5 ], - "source" : [ "obj-227", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-257", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 176.5, 982.5, 190.0, 982.5 ], - "source" : [ "obj-227", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-225", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-229", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-73", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-232", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-231", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-234", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-232", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-234", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-233", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-233", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-234", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-258", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 476.5, 982.5, 340.0, 982.5 ], - "source" : [ "obj-234", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-260", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 476.5, 982.5, 490.0, 982.5 ], - "source" : [ "obj-234", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-232", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-236", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-239", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-238", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-241", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-239", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-12", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 196.833328, 225.0, 242.333313, 225.0, 242.333313, 90.0, 287.833313, 90.0 ], - "source" : [ "obj-24", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-23", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-24", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-241", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-240", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-240", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-241", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-258", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 982.5, 326.5, 982.5 ], - "source" : [ "obj-241", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-260", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 982.5, 476.5, 982.5 ], - "source" : [ "obj-241", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-239", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-243", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-236", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 506.5, 1117.0, 453.0, 1117.0, 453.0, 820.0, 476.5, 820.0 ], - "source" : [ "obj-245", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-243", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 356.5, 1117.0, 303.0, 1117.0, 303.0, 820.0, 326.5, 820.0 ], - "source" : [ "obj-246", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-229", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 206.5, 1117.0, 153.0, 1117.0, 153.0, 820.0, 176.5, 820.0 ], - "source" : [ "obj-247", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-30", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 56.5, 1117.0, 3.0, 1117.0, 3.0, 820.0, 26.5, 820.0 ], - "source" : [ "obj-248", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-12", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-25", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-259", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-256", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-263", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 26.500004, 1012.5, 476.5, 1012.5 ], - "source" : [ "obj-256", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-261", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-257", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-262", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 176.5, 1012.5, 326.5, 1012.5 ], - "source" : [ "obj-257", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-259", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 1012.5, 40.000004, 1012.5 ], - "source" : [ "obj-258", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-263", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 1012.5, 490.0, 1012.5 ], - "source" : [ "obj-258", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-286", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-259", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-34", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-26", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-261", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 476.5, 1012.5, 190.0, 1012.5 ], - "source" : [ "obj-260", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-262", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 476.5, 1012.5, 340.0, 1012.5 ], - "source" : [ "obj-260", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-287", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-261", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-264", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-262", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-289", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-263", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-288", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-264", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-292", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 26.500004, 1176.5, 176.5, 1176.5 ], - "source" : [ "obj-266", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-293", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 176.5, 1176.5, 326.5, 1176.5 ], - "source" : [ "obj-267", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-293", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 476.5, 1176.5, 340.0, 1176.5 ], - "source" : [ "obj-269", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-27", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-292", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 1176.5, 190.0, 1176.5 ], - "source" : [ "obj-270", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-294", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1265.5, 1176.5, 1130.333374, 1176.5 ], - "source" : [ "obj-271", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-295", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1116.833374, 1176.5, 981.5, 1176.5 ], - "source" : [ "obj-272", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-294", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 968.0, 1176.5, 1116.833374, 1176.5 ], - "source" : [ "obj-273", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-295", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 819.5, 1176.5, 968.0, 1176.5 ], - "source" : [ "obj-274", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-302", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.5, 1235.5, 250.5, 1235.5 ], - "source" : [ "obj-276", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-302", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1044.0, 1236.0, 264.0, 1236.0 ], - "source" : [ "obj-277", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.5, 1390.5, 250.999969, 1390.5 ], - "source" : [ "obj-278", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-68", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-28", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-210", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-283", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-248", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-286", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-266", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-286", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-247", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-287", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-267", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-287", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-246", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-288", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-270", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-288", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-245", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-289", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-269", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-289", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-28", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-34", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 347.666656, 225.0, 393.166656, 225.0, 393.166656, 90.0, 438.666656, 90.0 ], - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-276", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 176.5, 1206.0, 250.5, 1206.0 ], - "source" : [ "obj-292", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-276", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 1206.0, 264.0, 1206.0 ], - "source" : [ "obj-293", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-277", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1116.833374, 1206.5, 1057.5, 1206.5 ], - "source" : [ "obj-294", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-277", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 968.0, 1206.5, 1044.0, 1206.5 ], - "source" : [ "obj-295", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-157", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 625.5, 1390.5, 625.0, 1390.5 ], - "source" : [ "obj-296", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-298", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-11", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-44", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-30", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-278", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.5, 1270.5, 250.5, 1270.5 ], - "source" : [ "obj-302", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-296", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.5, 1268.253906, 625.5, 1268.253906 ], - "source" : [ "obj-302", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-211", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-305", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-189", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-306", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-32", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-31", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-256", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 26.5, 992.5, 26.500004, 992.5 ], - "source" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-257", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 26.5, 982.5, 176.5, 982.5 ], - "source" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-31", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-164", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 162.333328, 599.0, 133.333328, 599.0, 133.333328, 539.0, 162.333328, 539.0 ], - "source" : [ "obj-33", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-58", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 162.333328, 599.0, 624.0, 599.0, 624.0, 481.0, 834.0, 481.0, 834.0, 516.0, 834.416626, 516.0 ], - "source" : [ "obj-33", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-9", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-34", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-198", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 847.869385, 923.0, 847.869385 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-201", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.869385, 1072.0, 846.869385 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-203", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.333496, 1219.833374, 846.333496 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-205", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.405273, 1368.5, 846.405273 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-224", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.0, 284.5, 846.0 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-231", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.0, 584.5, 846.0 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-238", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.0, 434.5, 846.0 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-45", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.0, 134.5, 846.0 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-94", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-36", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 628.333313, 440.0, 175.833328, 440.0 ], - "source" : [ "obj-37", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-65", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 641.833313, 385.5, 655.333313, 385.5 ], - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-65", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-38", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-39", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-14", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-55", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 690.5, 756.5, 690.5 ], - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-30", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.499996, 817.5, 83.5, 817.5 ], - "source" : [ "obj-40", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-45", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.499996, 832.5, 40.499996, 832.5 ], - "source" : [ "obj-40", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-224", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 190.5, 832.5, 190.5, 832.5 ], - "source" : [ "obj-41", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-229", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 190.5, 817.5, 233.5, 817.5 ], - "source" : [ "obj-41", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-231", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 490.5, 832.5, 490.5, 832.5 ], - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-236", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 490.5, 817.5, 533.5, 817.5 ], - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-238", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 340.5, 832.5, 340.5, 832.5 ], - "source" : [ "obj-43", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-243", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 340.5, 817.5, 383.5, 817.5 ], - "source" : [ "obj-43", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-32", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-44", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-44", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-45", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-39", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-46", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-47", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-48", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-15", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-49", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-127", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-49", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-50", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-61", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 649.333313, 226.0, 694.833313, 226.0, 694.833313, 90.0, 740.333313, 90.0 ], - "source" : [ "obj-50", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-51", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-107", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 441.5, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-121", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 556.500061, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-142", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 931.500061, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-152", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 815.5, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-162", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 690.5, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-86", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 316.499969, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-16", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-53", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-48", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 498.5, 225.0, 544.0, 225.0, 544.0, 90.0, 589.5, 90.0 ], - "source" : [ "obj-54", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-53", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-54", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-124", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-47", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-56", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-210", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 685.5, 1556.5, 484.5, 1556.5 ], - "source" : [ "obj-57", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-211", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 685.5, 1555.5, 859.000061, 1555.5 ], - "source" : [ "obj-57", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-58", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 685.5, 515.0, 820.916626, 515.0 ], - "source" : [ "obj-57", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-278", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 820.916626, 547.0, 639.0, 547.0, 639.0, 1275.0, 264.0, 1275.0 ], - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-296", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 820.916626, 547.0, 639.0, 547.0 ], - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-298", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-187", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-59", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-7", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-15", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 719.333313, 255.0, 641.833313, 255.0 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-46", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 719.333313, 281.0, 641.833313, 281.0 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-50", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 719.333313, 198.0, 649.333313, 198.0 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-61", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-63", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-62", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-64", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 865.5, 660.5, 833.5, 660.5 ], - "source" : [ "obj-63", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-74", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-63", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-67", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-64", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-37", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-65", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-70", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-66", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-63", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 820.0, 749.0, 798.0, 749.0, 798.0, 631.0, 865.5, 631.0 ], - "source" : [ "obj-67", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-72", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-67", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-96", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-68", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-69", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-191", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 783.0, 1129.0, 783.0 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-192", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 783.0, 982.0, 783.0 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-193", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 783.0, 833.0, 783.0 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-197", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 783.0, 1278.0, 783.0 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-40", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 780.0, 40.499996, 780.0 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-41", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 780.0, 190.5, 780.0 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-42", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 780.0, 490.5, 780.0 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-43", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 780.0, 340.5, 780.0 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-51", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 888.0, 658.0, 888.0, 658.0, 1005.0, 658.5, 1005.0 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-62", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 605.5, 992.5, 605.5 ], - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 477.5, 440.0, 175.833328, 440.0 ], - "source" : [ "obj-70", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-66", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 491.0, 385.5, 504.5, 385.5 ], - "source" : [ "obj-71", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-66", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-71", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-74", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-72", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-96", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-73", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-214", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-74", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-71", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-75", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-75", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-76", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-102", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.499969, 1480.0, 321.25, 1480.0, 321.25, 1381.0, 369.0, 1381.0 ], - "source" : [ "obj-77", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-16", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 568.5, 255.0, 491.0, 255.0 ], - "source" : [ "obj-78", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-54", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 568.5, 198.0, 498.5, 198.0 ], - "source" : [ "obj-78", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-76", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 568.5, 280.0, 491.0, 280.0 ], - "source" : [ "obj-78", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-77", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-79", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-80", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-8", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-78", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-80", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-79", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-81", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-85", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.999969, 1412.0, 238.0, 1412.0, 238.0, 1331.0, 264.499969, 1331.0 ], - "source" : [ "obj-81", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-88", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-82", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-118", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-83", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-84", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-77", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 264.499969, 1358.0, 226.0, 1358.0, 226.0, 1448.0, 276.499969, 1448.0 ], - "source" : [ "obj-85", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-84", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-85", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-85", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-86", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-56", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-87", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-125", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-88", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-19", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-89", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-104", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-9", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-20", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-90", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-83", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-91", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-91", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-92", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.666656, 440.0, 175.833328, 440.0 ], - "source" : [ "obj-93", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 175.833328, 501.0, 175.833328, 501.0 ], - "source" : [ "obj-94", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-108", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1012.5, 713.5, 1012.5 ], - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-271", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1146.5, 1279.0, 1146.5 ], - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-272", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1146.5, 1130.333374, 1146.5 ], - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-273", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1146.5, 981.5, 1146.5 ], - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-274", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1146.5, 833.0, 1146.5 ], - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-37", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-96", 3 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-70", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 427.222198, 408.0, 477.5, 408.0 ], - "source" : [ "obj-96", 2 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-93", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 226.111099, 408.0, 326.666656, 408.0 ], - "source" : [ "obj-96", 1 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-94", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 408.0, 175.833328, 408.0 ], - "source" : [ "obj-96", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-22", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 340.166656, 385.5, 353.666656, 385.5 ], - "source" : [ "obj-97", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-22", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-97", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-116", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 369.0, 1480.0, 444.000031, 1480.0, 444.000031, 1381.0, 484.000061, 1381.0 ], - "source" : [ "obj-98", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-97", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-99", 0 ] - } - - } - ] - } - -} diff --git a/plugins/shiroverb/shiroverb.maxpat b/plugins/shiroverb/shiroverb.maxpat deleted file mode 100644 index cf0ac81..0000000 --- a/plugins/shiroverb/shiroverb.maxpat +++ /dev/null @@ -1,7167 +0,0 @@ -{ - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 258.0, 207.0, 914.0, 510.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-31", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 1.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 42.0, 131.5, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "[2]", - "parameter_shortname" : "[2]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 50 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[12]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-14", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 276.0, 188.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[7]", - "parameter_shortname" : "flonum[4]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 75 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[7]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-17", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 276.0, 218.0, 82.0, 18.0 ], - "text" : "bandwidth $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "frgb" : 0.0, - "id" : "obj-102", - "linecount" : 5, - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 700.0, 74.0, 200.0, 74.0 ], - "text" : "http://sourceforge.net/p/clef/sources/ci/975c0992bfa7fbf31bb8476145bcc5803abfd765/tree/patchers/Modules/Audio/_Reverbs/gigaverb/gigaverb~.core.maxpat" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "frgb" : 0.0, - "id" : "obj-55", - "linecount" : 4, - "maxclass" : "comment", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 750.0, 15.0, 150.0, 60.0 ], - "text" : "0.5 = -6\n0.316 = -10\n0.178 = -15\n0.1 = -20" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-51", - "maxclass" : "flonum", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 700.0, 55.0, 50.0, 20.0 ] - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-47", - "maxclass" : "flonum", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 0, - "patching_rect" : [ 700.0, 15.0, 50.0, 20.0 ] - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-11", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 700.0, 35.0, 41.0, 20.0 ], - "text" : "atodb" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-60", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 194.0, 218.0, 73.0, 18.0 ], - "text" : "shimmer $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-58", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 194.0, 188.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[2]", - "parameter_shortname" : "flonum[2]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 50 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[2]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-46", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 121.0, 218.0, 51.0, 18.0 ], - "text" : "tone $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-44", - "maxclass" : "flonum", - "maximum" : 6000.0, - "minimum" : 500.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 121.0, 188.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum", - "parameter_shortname" : "flonum", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 1500 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-38", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 57.0, 218.0, 51.0, 18.0 ], - "text" : "ratio $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-36", - "maxclass" : "flonum", - "maximum" : 2.0, - "minimum" : 0.5, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 57.0, 188.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[1]", - "parameter_shortname" : "flonum[1]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 2 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[1]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-33", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 35.0, 271.0, 70.0, 18.0 ], - "text" : "exportcode" - } - - } -, { - "box" : { - "fontsize" : 13.0, - "id" : "obj-6", - "maxclass" : "live.gain~", - "numinlets" : 2, - "numoutlets" : 5, - "orientation" : 1, - "outlettype" : [ "signal", "signal", "", "float", "list" ], - "parameter_enable" : 1, - "patching_rect" : [ 15.0, 333.0, 136.0, 42.0 ], - "presentation_rect" : [ 60.0, 60.0, 50.0, 28.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "live.gain~", - "parameter_shortname" : "live.gain~", - "parameter_type" : 0, - "parameter_mmin" : -70.0, - "parameter_mmax" : 6.0, - "parameter_initial_enable" : 1, - "parameter_initial" : [ -70 ], - "parameter_unitstyle" : 4 - } - - } -, - "showname" : 0, - "varname" : "live.gain~" - } - - } -, { - "box" : { - "bgcolor" : [ 1.0, 1.0, 1.0, 1.0 ], - "border" : 1.75, - "bordercolor" : [ 0.501961, 0.501961, 0.501961, 1.0 ], - "id" : "obj-8", - "local" : 1, - "maxclass" : "ezdac~", - "numinlets" : 2, - "numoutlets" : 0, - "patching_rect" : [ 15.0, 384.0, 44.0, 44.0 ], - "prototypename" : "helpfile" - } - - } -, { - "box" : { - "args" : [ "@loop", 1, "@file", 5 ], - "id" : "obj-7", - "maxclass" : "bpatcher", - "name" : "demosound.maxpat", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "signal" ], - "patching_rect" : [ 15.0, 15.0, 225.0, 105.0 ] - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-19", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 179.5, 130.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[4]", - "parameter_shortname" : "flonum[4]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 50 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[4]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-20", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.5, 160.0, 46.0, 18.0 ], - "text" : "mix $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-15", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 42.0, 160.0, 59.0, 18.0 ], - "text" : "decay $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-16", - "maxclass" : "flonum", - "maximum" : 300.0, - "minimum" : 1.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 262.0, 130.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[3]", - "parameter_shortname" : "flonum[3]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 150 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[3]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-18", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 262.0, 158.5, 76.0, 18.0 ], - "text" : "roomsize $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-12", - "maxclass" : "flonum", - "maximum" : 100.0, - "minimum" : 0.0, - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "float", "bang" ], - "parameter_enable" : 1, - "patching_rect" : [ 102.5, 130.0, 50.0, 20.0 ], - "saved_attribute_attributes" : { - "valueof" : { - "parameter_longname" : "flonum[6]", - "parameter_shortname" : "flonum[6]", - "parameter_type" : 3, - "parameter_initial_enable" : 1, - "parameter_initial" : [ 50 ], - "parameter_invisible" : 1 - } - - } -, - "varname" : "flonum[6]" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-13", - "maxclass" : "message", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 102.5, 160.0, 75.0, 18.0 ], - "text" : "damping $1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "signal", "signal" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 0.0, 45.0, 960.0, 810.0 ], - "bgcolor" : [ 0.9, 0.9, 0.9, 1.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-124", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 747.0, 963.0, 62.0, 20.0 ], - "text" : "clip 0 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-123", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 704.0, 1068.0, 41.0, 20.0 ], - "text" : "dbtoa" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-109", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 704.0, 1043.0, 25.0, 20.0 ], - "text" : "- 9" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-108", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 704.0, 1018.0, 41.0, 20.0 ], - "text" : "atodb" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-95", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 747.0, 988.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-55", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 747.0, 938.0, 25.0, 20.0 ], - "text" : "* 2" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-14", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 914.0, 726.0, 123.0, 20.0 ], - "text" : "expr pow(1.0418\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-125", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 882.0, 551.0, 28.0, 20.0 ], - "text" : "!- 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-88", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 882.0, 521.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-82", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 882.0, 496.0, 226.0, 20.0 ], - "text" : "param bandwidth 75 @min 0 @max 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-127", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 494.0, 927.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-189", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 863.000061, 1501.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-187", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 838.416626, 496.0, 42.0, 20.0 ], - "text" : "* 0.01" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-171", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 201.0, 53.0, 20.0 ], - "text" : "int 4800" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-33", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 152.833328, 577.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-163", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 472.0, 144.0, 20.0 ], - "text" : "expr out=in1*2*PI/48000\\;" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-164", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 152.833328, 547.0, 72.0, 20.0 ], - "text" : "history y0 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-165", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 497.0, 26.0, 20.0 ], - "text" : "sin" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-166", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 522.0, 125.0, 20.0 ], - "text" : "clip 0.00001 0.99999" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-167", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 446.0, 228.0, 20.0 ], - "text" : "param tone 1500 @min 500 @max 6000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-87", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 16.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 16.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-89", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 16.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-90", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 16.0, 39.0, 20.0 ], - "text" : "noise" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-61", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 96.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 121.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-48", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 96.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-8", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 121.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-34", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 96.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-9", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 121.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-12", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 96.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-24", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 187.333328, 201.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-13", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 121.0, 46.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-15", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 261.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-16", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 261.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-68", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 261.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-73", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 261.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-56", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 41.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-18", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 41.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-19", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 41.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-20", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 41.0, 30.0, 20.0 ], - "text" : "abs" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-47", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 66.0, 42.0, 20.0 ], - "text" : "* 0.25" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-49", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 231.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-50", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 639.833313, 201.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-21", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 66.0, 42.0, 20.0 ], - "text" : "* 0.25" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-53", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 231.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-54", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 489.0, 201.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-26", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 66.0, 42.0, 20.0 ], - "text" : "* 0.25" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-28", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 231.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-29", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 338.166656, 201.0, 37.0, 20.0 ], - "text" : "delta" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-25", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 66.0, 42.0, 20.0 ], - "text" : "* 0.25" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-23", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 231.0, 40.0, 20.0 ], - "text" : "sah 0" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-65", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 391.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-66", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 391.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-22", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 391.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-36", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 391.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-37", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 618.833313, 416.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-38", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 361.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-39", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 336.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-46", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 632.333313, 311.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-60", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 176.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-69", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 709.833313, 151.0, 44.0, 20.0 ], - "text" : "+ 0.75" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-70", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 468.0, 416.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-71", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 361.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-75", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 336.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-76", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.5, 311.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-78", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 176.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-80", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 559.0, 151.0, 38.0, 20.0 ], - "text" : "+ 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-83", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 66.0, 32.0, 20.0 ], - "text" : "* 10" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-91", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 41.0, 31.0, 20.0 ], - "text" : "!- 1." - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-92", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 16.0, 184.0, 20.0 ], - "text" : "param ratio 2 @min 0.5 @max 2" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-93", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.166656, 416.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-94", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 166.333328, 416.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-96", - "maxclass" : "newobj", - "numinlets" : 5, - "numoutlets" : 4, - "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 15.5, 286.0, 622.333313, 20.0 ], - "text" : "delay 96000 4" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-97", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 361.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-99", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 336.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-101", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 330.666656, 311.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-103", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 176.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-104", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 408.166656, 151.0, 44.0, 20.0 ], - "text" : "+ 0.25" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-110", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 361.0, 29.0, 20.0 ], - "text" : "cos" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-111", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 336.0, 28.0, 20.0 ], - "text" : "* pi" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-113", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 179.833328, 311.0, 35.0, 20.0 ], - "text" : "- 0.5" - } - - } -, { - "box" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-115", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 176.0, 31.0, 20.0 ], - "text" : "% 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-117", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 257.333313, 151.0, 31.0, 20.0 ], - "text" : "+ 0." - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-118", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 121.0, 47.0, 20.0 ], - "text" : "phasor" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-122", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 15.5, 261.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-57", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 676.0, 496.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-58", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 811.416626, 521.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-59", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 838.416626, 471.0, 217.0, 20.0 ], - "text" : "param shimmer 50 @min 0 @max 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-305", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 849.500061, 1531.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-306", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 863.000061, 1476.0, 190.0, 20.0 ], - "text" : "param mix 50 @min 0 @max 100" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-302", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1241.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-298", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 551.0, 50.0, 20.0 ], - "text" : "* 0.707" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-296", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 616.0, 1281.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-294", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1107.333374, 1182.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-295", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 958.5, 1182.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-293", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 1182.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-292", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 1182.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-289", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 1068.0, 36.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-288", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 1068.0, 36.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-287", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 1068.0, 36.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-286", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.000004, 1068.0, 36.0, 20.0 ], - "text" : "* 0.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-283", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 475.0, 1531.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-278", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1281.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-277", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1034.5, 1212.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-276", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 241.0, 1211.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-271", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1256.0, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-272", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1107.333374, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-273", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 958.5, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-274", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 810.0, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-269", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-270", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-267", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-266", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.000004, 1152.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-264", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 1043.0, 28.0, 20.0 ], - "text" : "!- 0" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-263", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 1018.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-262", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 1018.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-261", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 1018.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-260", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 988.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-259", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.000004, 1018.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-258", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 988.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-257", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 988.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-256", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.000004, 988.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-245", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 497.0, 1097.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-246", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 347.0, 1097.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-247", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 197.0, 1097.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-248", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 47.0, 1097.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-231", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.0, 853.0, 113.0, 20.0 ], - "text" : "expr -pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-232", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 878.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-233", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 513.0, 958.0, 47.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-234", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 958.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-236", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 467.0, 823.0, 76.0, 20.0 ], - "text" : "delay 48000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-238", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 331.0, 853.0, 113.0, 20.0 ], - "text" : "expr -pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-239", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 878.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-240", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 363.0, 958.0, 47.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-241", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 958.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-243", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 317.0, 823.0, 76.0, 20.0 ], - "text" : "delay 48000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-224", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 181.0, 853.0, 113.0, 20.0 ], - "text" : "expr -pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-225", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 878.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-226", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 213.0, 958.0, 47.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-227", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 958.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-229", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 167.0, 823.0, 76.0, 20.0 ], - "text" : "delay 48000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-214", - "maxclass" : "newobj", - "numinlets" : 5, - "numoutlets" : 4, - "outlettype" : [ "", "", "", "" ], - "patching_rect" : [ 809.5, 853.0, 465.5, 20.0 ], - "text" : "delay 48000 4" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-211", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 849.500061, 1561.0, 38.0, 20.0 ], - "text" : "out 2" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-210", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 475.0, 1561.0, 38.0, 20.0 ], - "text" : "out 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-204", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1256.0, 1068.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-205", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1269.0, 878.0, 109.0, 20.0 ], - "text" : "expr pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-202", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1107.333374, 1068.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-203", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1120.333374, 878.0, 109.0, 20.0 ], - "text" : "expr pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-200", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 959.0, 1068.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-201", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 972.5, 878.0, 109.0, 20.0 ], - "text" : "expr pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-199", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 810.0, 1068.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-198", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 823.5, 878.0, 109.0, 20.0 ], - "text" : "expr pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-197", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1268.5, 823.0, 28.0, 20.0 ], - "text" : "+ 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-196", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1119.5, 823.0, 28.0, 20.0 ], - "text" : "+ 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-195", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 972.5, 823.0, 28.0, 20.0 ], - "text" : "+ 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-194", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 823.5, 823.0, 28.0, 20.0 ], - "text" : "+ 5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-191", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 1119.5, 798.0, 50.0, 20.0 ], - "text" : "* 0.155" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-192", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 972.5, 798.0, 36.0, 20.0 ], - "text" : "* 0.3" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-193", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 823.5, 798.0, 43.0, 20.0 ], - "text" : "* 0.41" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-134", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 849.500061, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-136", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 849.500061, 1421.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-137", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 849.500061, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-140", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 863.000061, 1366.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-141", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 863.000061, 1336.0, 78.0, 20.0 ], - "text" : "delay 12000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-142", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 922.000061, 1311.0, 49.0, 20.0 ], - "text" : "* 419.5" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-144", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 733.5, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-146", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 733.5, 1421.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-147", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 733.5, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-150", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 747.0, 1366.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-151", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 747.0, 1336.0, 78.0, 20.0 ], - "text" : "delay 16000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-152", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 806.0, 1311.0, 49.0, 20.0 ], - "text" : "* 566.7" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-154", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 615.5, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-156", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 615.5, 1421.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-157", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 615.5, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-160", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 629.0, 1366.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-161", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 629.0, 1336.0, 71.0, 20.0 ], - "text" : "delay 7000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-162", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 681.0, 1311.0, 49.0, 20.0 ], - "text" : "* 144.8" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-112", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 474.500061, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-114", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 474.500061, 1421.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-116", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 474.500061, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-119", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 488.000061, 1366.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-120", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 488.000061, 1336.0, 78.0, 20.0 ], - "text" : "delay 10000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-121", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 547.000061, 1311.0, 49.0, 20.0 ], - "text" : "* 400.6" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-98", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 359.5, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-100", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 359.5, 1421.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-102", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 359.5, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-105", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 373.0, 1366.0, 50.0, 20.0 ], - "text" : "* 0.625" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-106", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 373.0, 1336.0, 78.0, 20.0 ], - "text" : "delay 15000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-107", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 432.0, 1311.0, 49.0, 20.0 ], - "text" : "* 568.3" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-77", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 240.999969, 1451.0, 45.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-79", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 240.999969, 1421.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-81", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 241.499969, 1391.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-84", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 254.999969, 1366.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-85", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 254.999969, 1336.0, 71.0, 20.0 ], - "text" : "delay 5000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-86", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 306.999969, 1311.0, 49.0, 20.0 ], - "text" : "* 162.1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-74", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 751.0, 64.0, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-72", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 726.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-67", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 810.5, 696.0, 32.5, 20.0 ], - "text" : "-" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-64", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 824.0, 666.0, 43.0, 20.0 ], - "text" : "* 0.75" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-63", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 636.0, 146.0, 20.0 ], - "text" : "delay 6000 @interp cubic" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-62", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 983.0, 611.0, 70.0, 20.0 ], - "text" : "* 0.110732" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-52", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 649.0, 1241.0, 24.0, 20.0 ], - "text" : "int" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-51", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 649.0, 1211.0, 70.0, 20.0 ], - "text" : "* 0.000527" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-45", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 30.999996, 853.0, 113.0, 20.0 ], - "text" : "expr -pow(in2\\,in1)" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-44", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.0, 878.0, 32.5, 20.0 ], - "text" : "*" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-42", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 481.0, 793.0, 63.0, 20.0 ], - "text" : "* 0.63245" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-43", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 331.0, 793.0, 57.0, 20.0 ], - "text" : "* 0.7071" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-41", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 181.0, 793.0, 63.0, 20.0 ], - "text" : "* 0.81649" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-40", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 30.999996, 793.0, 26.0, 20.0 ], - "text" : "* 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-35", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 914.0, 751.0, 227.0, 20.0 ], - "text" : "expr pow(pow(10\\,-60/20)\\,1./(in1*48000))" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-31", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 63.0, 958.0, 47.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-32", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.0, 958.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-30", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 17.0, 823.0, 76.0, 20.0 ], - "text" : "delay 48000" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-27", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 856.0, 581.0, 47.0, 20.0 ], - "text" : "history" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-17", - "maxclass" : "newobj", - "numinlets" : 3, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 811.0, 581.0, 46.0, 20.0 ], - "text" : "mix" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-11", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 649.0, 551.0, 115.0, 20.0 ], - "text" : "expr in1*48000/340" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-5", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 494.0, 903.0, 217.0, 20.0 ], - "text" : "param damping 50 @min 0 @max 100" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 914.0, 666.0, 203.0, 20.0 ], - "text" : "param decay 50 @min 1 @max 100" - } - - } -, { - "box" : { - "color" : [ 0.0, 0.244356, 0.84, 1.0 ], - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 649.0, 446.0, 226.0, 20.0 ], - "text" : "param roomsize 150 @min 1 @max 300" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-18", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-98", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-100", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-99", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-101", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-100", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-102", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-106", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 369.0, 1412.0, 356.0, 1412.0, 356.0, 1331.0, 382.5, 1331.0 ], - "source" : [ "obj-102", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-101", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 417.666656, 281.0, 340.166656, 281.0 ], - "source" : [ "obj-103", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-29", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 417.666656, 198.0, 347.666656, 198.0 ], - "source" : [ "obj-103", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-68", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 417.666656, 255.0, 340.166656, 255.0 ], - "source" : [ "obj-103", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-103", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-104", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-102", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-105", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-105", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-106", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-98", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 382.5, 1358.0, 344.0, 1358.0, 344.0, 1448.0, 395.0, 1448.0 ], - "source" : [ "obj-106", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-106", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-107", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-109", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-108", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-123", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-109", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-191", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 783.0, 1129.0, 783.0 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-192", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 783.0, 982.0, 783.0 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-193", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 783.0, 833.0, 783.0 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-197", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 783.0, 1278.0, 783.0 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-40", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 780.0, 40.499996, 780.0 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-41", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 780.0, 190.5, 780.0 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-42", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 780.0, 490.5, 780.0 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-43", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 780.0, 340.5, 780.0 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-51", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 888.0, 658.0, 888.0, 658.0, 1005.0, 658.5, 1005.0 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-62", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 605.5, 992.5, 605.5 ], - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-36", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 189.333328, 385.5, 202.833328, 385.5 ], - "source" : [ "obj-110", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-36", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-110", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-110", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-111", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-283", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-112", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-111", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-113", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-112", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-114", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-113", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 266.833313, 282.5, 189.333328, 282.5 ], - "source" : [ "obj-115", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-24", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 266.833313, 198.0, 196.833328, 198.0 ], - "source" : [ "obj-115", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-73", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 266.833313, 255.0, 189.333328, 255.0 ], - "source" : [ "obj-115", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-114", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-116", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-120", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 484.000061, 1412.0, 471.0, 1412.0, 471.0, 1331.0, 497.500061, 1331.0 ], - "source" : [ "obj-116", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-115", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-117", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-104", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 146.5, 417.666656, 146.5 ], - "source" : [ "obj-118", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-117", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 146.5, 266.833313, 146.5 ], - "source" : [ "obj-118", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-69", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 146.5, 719.333313, 146.5 ], - "source" : [ "obj-118", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-80", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 146.5, 568.5, 146.5 ], - "source" : [ "obj-118", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-116", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-119", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-13", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-112", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 497.500061, 1358.0, 459.0, 1358.0, 459.0, 1448.0, 510.000061, 1448.0 ], - "source" : [ "obj-120", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-119", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-120", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-120", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-121", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-96", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-122", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-266", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 713.5, 1146.5, 40.000004, 1146.5 ], - "source" : [ "obj-123", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-267", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 713.5, 1146.5, 190.0, 1146.5 ], - "source" : [ "obj-123", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-269", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 713.5, 1146.5, 490.0, 1146.5 ], - "source" : [ "obj-123", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-270", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 713.5, 1146.5, 340.0, 1146.5 ], - "source" : [ "obj-123", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-95", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-124", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 2 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 891.5, 575.5, 847.5, 575.5 ], - "source" : [ "obj-125", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-227", 2 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 503.5, 952.5, 203.5, 952.5 ], - "source" : [ "obj-127", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-234", 2 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 503.5, 952.5, 503.5, 952.5 ], - "source" : [ "obj-127", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-241", 2 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 503.5, 952.5, 353.5, 952.5 ], - "source" : [ "obj-127", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-32", 2 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 503.5, 952.5, 53.5, 952.5 ], - "source" : [ "obj-127", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-117", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-13", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-305", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-134", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-134", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-136", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-136", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-137", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-141", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 859.000061, 1412.0, 846.0, 1412.0, 846.0, 1331.0, 872.500061, 1331.0 ], - "source" : [ "obj-137", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-35", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-137", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-140", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-134", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 872.500061, 1358.0, 834.0, 1358.0, 834.0, 1448.0, 885.000061, 1448.0 ], - "source" : [ "obj-141", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-140", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-141", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-141", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-142", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-137", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 743.0, 1480.0, 817.5, 1480.0, 817.5, 1381.0, 859.000061, 1381.0 ], - "source" : [ "obj-144", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-144", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-146", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-146", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-147", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-151", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 743.0, 1412.0, 720.0, 1412.0, 720.0, 1331.0, 756.5, 1331.0 ], - "source" : [ "obj-147", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-96", 4 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-147", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-150", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-144", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1358.0, 720.0, 1358.0, 720.0, 1448.0, 769.0, 1448.0 ], - "source" : [ "obj-151", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-150", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-151", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-151", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-152", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-147", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 625.0, 1480.0, 697.0, 1480.0, 697.0, 1381.0, 743.0, 1381.0 ], - "source" : [ "obj-154", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-154", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-156", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-156", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 625.0, 1412.0, 625.0, 1412.0 ], - "source" : [ "obj-157", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-161", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 625.0, 1412.0, 602.0, 1412.0, 602.0, 1331.0, 638.5, 1331.0 ], - "source" : [ "obj-157", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-96", 3 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-16", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-157", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-160", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-154", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 638.5, 1358.0, 674.0, 1358.0, 674.0, 1448.0, 651.0, 1448.0 ], - "source" : [ "obj-161", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-160", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-161", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-161", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-162", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-165", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-163", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-164", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-166", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-165", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-166", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-163", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-167", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-27", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-67", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-23", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 225.5, 175.833328, 225.5 ], - "source" : [ "obj-171", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-28", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 225.5, 326.666656, 225.5 ], - "source" : [ "obj-171", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-49", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 225.5, 628.333313, 225.5 ], - "source" : [ "obj-171", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-53", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 225.5, 477.5, 225.5 ], - "source" : [ "obj-171", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-21", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-58", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-187", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-283", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 872.500061, 1525.5, 498.0, 1525.5 ], - "source" : [ "obj-189", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-305", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 872.500061, 1525.5, 872.500061, 1525.5 ], - "source" : [ "obj-189", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-26", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-19", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-196", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-191", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-195", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-192", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-194", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-193", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-198", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-194", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-214", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-194", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-201", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-195", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-214", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-195", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-203", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-196", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-214", 3 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-196", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-205", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-197", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-214", 4 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-197", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-199", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-198", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-248", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 819.5, 1092.0, 70.0, 1092.0 ], - "source" : [ "obj-199", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-274", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 819.5, 1095.0, 819.5, 1095.0 ], - "source" : [ "obj-199", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-69", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-25", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-20", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-247", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 968.5, 1092.0, 220.0, 1092.0 ], - "source" : [ "obj-200", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-273", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 968.5, 1095.0, 968.0, 1095.0 ], - "source" : [ "obj-200", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-200", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-201", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-246", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1116.833374, 1092.0, 370.0, 1092.0 ], - "source" : [ "obj-202", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-272", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-202", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-202", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-203", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-245", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1265.5, 1092.0, 520.0, 1092.0 ], - "source" : [ "obj-204", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-271", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-204", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-204", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-205", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-48", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-21", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-199", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-214", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-200", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-214", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-202", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-214", 2 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-204", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-214", 3 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-93", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-22", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-225", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-224", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-227", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-225", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-227", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-226", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-226", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-227", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-256", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 176.5, 982.5, 40.000004, 982.5 ], - "source" : [ "obj-227", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-257", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 176.5, 982.5, 190.0, 982.5 ], - "source" : [ "obj-227", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-225", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-229", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-73", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-23", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-232", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-231", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-234", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-232", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-234", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-233", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-233", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-234", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-258", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 476.5, 982.5, 340.0, 982.5 ], - "source" : [ "obj-234", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-260", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 476.5, 982.5, 490.0, 982.5 ], - "source" : [ "obj-234", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-232", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-236", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-239", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-238", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-241", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-239", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-12", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 196.833328, 225.0, 242.333313, 225.0, 242.333313, 90.0, 287.833313, 90.0 ], - "source" : [ "obj-24", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-23", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-24", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-241", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-240", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-240", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-241", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-258", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 982.5, 326.5, 982.5 ], - "source" : [ "obj-241", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-260", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 982.5, 476.5, 982.5 ], - "source" : [ "obj-241", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-239", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-243", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-236", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 506.5, 1117.0, 453.0, 1117.0, 453.0, 820.0, 476.5, 820.0 ], - "source" : [ "obj-245", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-243", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 356.5, 1117.0, 303.0, 1117.0, 303.0, 820.0, 326.5, 820.0 ], - "source" : [ "obj-246", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-229", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 206.5, 1117.0, 153.0, 1117.0, 153.0, 820.0, 176.5, 820.0 ], - "source" : [ "obj-247", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-30", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 56.5, 1117.0, 3.0, 1117.0, 3.0, 820.0, 26.5, 820.0 ], - "source" : [ "obj-248", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-12", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-25", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-259", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-256", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-263", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 26.500004, 1012.5, 476.5, 1012.5 ], - "source" : [ "obj-256", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-261", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-257", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-262", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 176.5, 1012.5, 326.5, 1012.5 ], - "source" : [ "obj-257", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-259", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 1012.5, 40.000004, 1012.5 ], - "source" : [ "obj-258", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-263", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 1012.5, 490.0, 1012.5 ], - "source" : [ "obj-258", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-286", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-259", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-34", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-26", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-261", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 476.5, 1012.5, 190.0, 1012.5 ], - "source" : [ "obj-260", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-262", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 476.5, 1012.5, 340.0, 1012.5 ], - "source" : [ "obj-260", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-287", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-261", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-264", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-262", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-289", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-263", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-288", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-264", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-292", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 26.500004, 1176.5, 176.5, 1176.5 ], - "source" : [ "obj-266", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-293", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 176.5, 1176.5, 326.5, 1176.5 ], - "source" : [ "obj-267", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-293", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 476.5, 1176.5, 340.0, 1176.5 ], - "source" : [ "obj-269", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-27", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-292", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 1176.5, 190.0, 1176.5 ], - "source" : [ "obj-270", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-294", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1265.5, 1176.5, 1130.333374, 1176.5 ], - "source" : [ "obj-271", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-295", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1116.833374, 1176.5, 981.5, 1176.5 ], - "source" : [ "obj-272", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-294", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 968.0, 1176.5, 1116.833374, 1176.5 ], - "source" : [ "obj-273", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-295", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 819.5, 1176.5, 968.0, 1176.5 ], - "source" : [ "obj-274", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-302", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.5, 1235.5, 250.5, 1235.5 ], - "source" : [ "obj-276", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-302", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1044.0, 1236.0, 264.0, 1236.0 ], - "source" : [ "obj-277", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.5, 1390.5, 250.999969, 1390.5 ], - "source" : [ "obj-278", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-68", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-28", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-210", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-283", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-248", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-286", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-266", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-286", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-247", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-287", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-267", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-287", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-246", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-288", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-270", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-288", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-245", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-289", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-269", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-289", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-28", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-34", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 347.666656, 225.0, 393.166656, 225.0, 393.166656, 90.0, 438.666656, 90.0 ], - "source" : [ "obj-29", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-276", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 176.5, 1206.0, 250.5, 1206.0 ], - "source" : [ "obj-292", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-276", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.5, 1206.0, 264.0, 1206.0 ], - "source" : [ "obj-293", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-277", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 1116.833374, 1206.5, 1057.5, 1206.5 ], - "source" : [ "obj-294", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-277", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 968.0, 1206.5, 1044.0, 1206.5 ], - "source" : [ "obj-295", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-157", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 625.5, 1390.5, 625.0, 1390.5 ], - "source" : [ "obj-296", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-298", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-11", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-44", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-30", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-278", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.5, 1270.5, 250.5, 1270.5 ], - "source" : [ "obj-302", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-296", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.5, 1268.253906, 625.5, 1268.253906 ], - "source" : [ "obj-302", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-211", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-305", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-189", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-306", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-32", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-31", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-256", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 26.5, 992.5, 26.500004, 992.5 ], - "source" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-257", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 26.5, 982.5, 176.5, 982.5 ], - "source" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-31", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-32", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-164", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 162.333328, 599.0, 133.333328, 599.0, 133.333328, 539.0, 162.333328, 539.0 ], - "source" : [ "obj-33", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-58", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 162.333328, 599.0, 624.0, 599.0, 624.0, 481.0, 834.0, 481.0, 834.0, 516.0, 834.416626, 516.0 ], - "source" : [ "obj-33", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-9", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-34", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-198", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 847.869385, 923.0, 847.869385 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-201", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.869385, 1072.0, 846.869385 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-203", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.333496, 1219.833374, 846.333496 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-205", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.405273, 1368.5, 846.405273 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-224", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.0, 284.5, 846.0 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-231", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.0, 584.5, 846.0 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-238", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.0, 434.5, 846.0 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-45", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 846.0, 134.5, 846.0 ], - "source" : [ "obj-35", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-94", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-36", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 628.333313, 440.0, 175.833328, 440.0 ], - "source" : [ "obj-37", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-65", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 641.833313, 385.5, 655.333313, 385.5 ], - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-65", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-38", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-39", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-14", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-55", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 923.5, 690.5, 756.5, 690.5 ], - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-30", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.499996, 817.5, 83.5, 817.5 ], - "source" : [ "obj-40", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-45", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 40.499996, 832.5, 40.499996, 832.5 ], - "source" : [ "obj-40", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-224", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 190.5, 832.5, 190.5, 832.5 ], - "source" : [ "obj-41", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-229", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 190.5, 817.5, 233.5, 817.5 ], - "source" : [ "obj-41", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-231", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 490.5, 832.5, 490.5, 832.5 ], - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-236", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 490.5, 817.5, 533.5, 817.5 ], - "source" : [ "obj-42", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-238", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 340.5, 832.5, 340.5, 832.5 ], - "source" : [ "obj-43", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-243", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 340.5, 817.5, 383.5, 817.5 ], - "source" : [ "obj-43", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-32", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-44", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-44", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-45", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-39", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-46", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-61", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-47", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-48", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-15", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-49", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-127", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-49", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-50", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-61", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 649.333313, 226.0, 694.833313, 226.0, 694.833313, 90.0, 740.333313, 90.0 ], - "source" : [ "obj-50", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-52", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-51", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-107", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 441.5, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-121", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 556.500061, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-142", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 931.500061, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-152", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 815.5, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-162", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 690.5, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-86", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 658.5, 1305.5, 316.499969, 1305.5 ], - "source" : [ "obj-52", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-16", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-53", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-48", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 498.5, 225.0, 544.0, 225.0, 544.0, 90.0, 589.5, 90.0 ], - "source" : [ "obj-54", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-53", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-54", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-124", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-55", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-47", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-56", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-210", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 685.5, 1556.5, 484.5, 1556.5 ], - "source" : [ "obj-57", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-211", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 685.5, 1555.5, 859.000061, 1555.5 ], - "source" : [ "obj-57", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-58", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 685.5, 515.0, 820.916626, 515.0 ], - "source" : [ "obj-57", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-278", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 820.916626, 547.0, 639.0, 547.0, 639.0, 1275.0, 264.0, 1275.0 ], - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-296", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 820.916626, 547.0, 639.0, 547.0 ], - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-298", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-187", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-59", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-15", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 719.333313, 255.0, 641.833313, 255.0 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-46", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 719.333313, 281.0, 641.833313, 281.0 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-50", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 719.333313, 198.0, 649.333313, 198.0 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-2", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-61", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-63", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-62", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-64", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 865.5, 660.5, 833.5, 660.5 ], - "source" : [ "obj-63", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-74", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-63", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-67", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-64", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-37", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-65", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-70", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-66", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-63", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 820.0, 749.0, 798.0, 749.0, 798.0, 631.0, 865.5, 631.0 ], - "source" : [ "obj-67", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-72", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-67", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-96", 2 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-68", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-69", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 477.5, 440.0, 175.833328, 440.0 ], - "source" : [ "obj-70", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-66", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 491.0, 385.5, 504.5, 385.5 ], - "source" : [ "obj-71", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-66", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-71", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-74", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-72", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-96", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-73", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-214", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-74", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-71", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-75", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-75", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-76", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-102", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.499969, 1480.0, 321.25, 1480.0, 321.25, 1381.0, 369.0, 1381.0 ], - "source" : [ "obj-77", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-16", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 568.5, 255.0, 491.0, 255.0 ], - "source" : [ "obj-78", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-54", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 568.5, 198.0, 498.5, 198.0 ], - "source" : [ "obj-78", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-76", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 568.5, 280.0, 491.0, 280.0 ], - "source" : [ "obj-78", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-77", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-79", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-80", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-8", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-78", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-80", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-79", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-81", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-85", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 250.999969, 1412.0, 238.0, 1412.0, 238.0, 1331.0, 264.499969, 1331.0 ], - "source" : [ "obj-81", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-88", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-82", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-118", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-83", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-81", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-84", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-77", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 264.499969, 1358.0, 226.0, 1358.0, 226.0, 1448.0, 276.499969, 1448.0 ], - "source" : [ "obj-85", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-84", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-85", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-85", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-86", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-56", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-87", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-125", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-88", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-19", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-89", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-104", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-9", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-20", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-90", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-83", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-91", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-91", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-92", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 326.666656, 440.0, 175.833328, 440.0 ], - "source" : [ "obj-93", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-33", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 175.833328, 501.0, 175.833328, 501.0 ], - "source" : [ "obj-94", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-108", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1012.5, 713.5, 1012.5 ], - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-271", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1146.5, 1279.0, 1146.5 ], - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-272", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1146.5, 1130.333374, 1146.5 ], - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-273", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1146.5, 981.5, 1146.5 ], - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-274", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 756.5, 1146.5, 833.0, 1146.5 ], - "source" : [ "obj-95", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-37", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-96", 3 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-70", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 427.222198, 408.0, 477.5, 408.0 ], - "source" : [ "obj-96", 2 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-93", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 226.111099, 408.0, 326.666656, 408.0 ], - "source" : [ "obj-96", 1 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-94", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 25.0, 408.0, 175.833328, 408.0 ], - "source" : [ "obj-96", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-22", 1 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 340.166656, 385.5, 353.666656, 385.5 ], - "source" : [ "obj-97", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-22", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-97", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-116", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 369.0, 1480.0, 444.000031, 1480.0, 444.000031, 1381.0, 484.000061, 1381.0 ], - "source" : [ "obj-98", 0 ] - } - - } -, { - "patchline" : { - "color" : [ 0.8, 0.8, 0.8, 1.0 ], - "destination" : [ "obj-97", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-99", 0 ] - } - - } - ] - } -, - "patching_rect" : [ 15.0, 299.0, 527.0, 20.0 ], - "saved_object_attributes" : { - "exportfolder" : "Macintosh HD:/Users/Nino/Documents/Git/DPF-Max-Gen/plugins/shiroverb/" - } -, - "text" : "gen~ @exportfolder \"Macintosh HD:/Users/Nino/Documents/Git/DPF-Max-Gen/plugins/shiroverb\"" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-51", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-11", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-13", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-12", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 112.0, 248.5, 24.5, 248.5 ], - "source" : [ "obj-13", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-17", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-14", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 51.5, 248.5, 24.5, 248.5 ], - "source" : [ "obj-15", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-18", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-16", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 285.5, 248.0, 24.5, 248.0 ], - "source" : [ "obj-17", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 271.5, 248.5, 24.5, 248.5 ], - "source" : [ "obj-18", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-20", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-19", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 189.0, 248.5, 24.5, 248.5 ], - "source" : [ "obj-20", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-15", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-31", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-33", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-38", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-36", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 66.5, 248.5, 24.5, 248.5 ], - "source" : [ "obj-38", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-4", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-46", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-44", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 130.5, 248.5, 24.5, 248.5 ], - "source" : [ "obj-46", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-11", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-47", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-60", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-58", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 1 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 203.5, 248.5, 24.5, 248.5 ], - "source" : [ "obj-60", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "midpoints" : [ 24.5, 206.5, 24.5, 206.5 ], - "source" : [ "obj-7", 0 ] - } - - } - ], - "parameters" : { - "obj-31" : [ "[2]", "[2]", 0 ], - "obj-16" : [ "flonum[3]", "flonum[3]", 0 ], - "obj-6" : [ "live.gain~", "live.gain~", 0 ], - "obj-12" : [ "flonum[6]", "flonum[6]", 0 ], - "obj-14" : [ "flonum[7]", "flonum[4]", 0 ], - "obj-7::obj-35" : [ "[5]", "Level", 0 ], - "obj-7::obj-32" : [ "[8]", "[2]", 0 ], - "obj-58" : [ "flonum[2]", "flonum[2]", 0 ], - "obj-7::obj-21::obj-6" : [ "live.tab[3]", "live.tab[1]", 0 ], - "obj-44" : [ "flonum", "flonum", 0 ], - "obj-36" : [ "flonum[1]", "flonum[1]", 0 ], - "obj-19" : [ "flonum[4]", "flonum[4]", 0 ] - } -, - "dependency_cache" : [ { - "name" : "demosound.maxpat", - "bootpath" : "/Applications/Max 6.1/Cycling '74/msp-help", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/Cycling '74/msp-help", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "sine.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "saw.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "square.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } -, { - "name" : "random.svg", - "bootpath" : "/Applications/Max 6.1/patches/picts/m4l-picts", - "patcherrelativepath" : "../../../../../../../Applications/Max 6.1/patches/picts/m4l-picts", - "type" : "svg ", - "implicit" : 1 - } - ] - } - -} diff --git a/plugins/subgenaddressing.maxpat b/plugins/subgenaddressing.maxpat deleted file mode 100644 index 362f20a..0000000 --- a/plugins/subgenaddressing.maxpat +++ /dev/null @@ -1,509 +0,0 @@ -{ - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 25.0, 70.0, 640.0, 480.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "signal" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 50.0, 94.0, 600.0, 450.0 ], - "bgcolor" : [ 0.9, 0.9, 0.9, 1.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-9", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 322.0, 56.0, 88.0, 20.0 ], - "text" : "param amp2 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-8", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 322.0, 94.0, 87.0, 20.0 ], - "text" : "setparam amp" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-7", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 191.0, 56.0, 88.0, 20.0 ], - "text" : "param amp1 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-6", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 190.0, 94.0, 87.0, 20.0 ], - "text" : "setparam amp" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-5", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 75.0, 119.0, 600.0, 450.0 ], - "bgcolor" : [ 0.9, 0.9, 0.9, 1.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 14.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 305.0, 14.0, 81.0, 20.0 ], - "text" : "param amp 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 176.0, 149.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 176.0, 418.0, 37.0, 20.0 ], - "text" : "out 1" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-3", 0 ] - } - - } - ] - } -, - "patching_rect" : [ 262.0, 149.0, 32.5, 20.0 ], - "text" : "gen" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 14.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 305.0, 14.0, 30.0, 20.0 ], - "text" : "in 2" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 6, - "minor" : 1, - "revision" : 9, - "architecture" : "x86" - } -, - "rect" : [ 75.0, 119.0, 600.0, 450.0 ], - "bgcolor" : [ 0.9, 0.9, 0.9, 1.0 ], - "bglocked" : 0, - "openinpresentation" : 0, - "default_fontsize" : 12.0, - "default_fontface" : 0, - "default_fontname" : "Arial", - "gridonopen" : 0, - "gridsize" : [ 15.0, 15.0 ], - "gridsnaponopen" : 0, - "statusbarvisible" : 2, - "toolbarvisible" : 1, - "boxanimatetime" : 200, - "imprint" : 0, - "enablehscroll" : 1, - "enablevscroll" : 1, - "devicewidth" : 0.0, - "description" : "", - "digest" : "", - "tags" : "", - "boxes" : [ { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 14.0, 30.0, 20.0 ], - "text" : "in 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-2", - "maxclass" : "newobj", - "numinlets" : 0, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 305.0, 14.0, 81.0, 20.0 ], - "text" : "param amp 1" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-3", - "maxclass" : "newobj", - "numinlets" : 2, - "numoutlets" : 1, - "outlettype" : [ "" ], - "patching_rect" : [ 176.0, 149.0, 32.5, 20.0 ], - "text" : "+" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 176.0, 418.0, 37.0, 20.0 ], - "text" : "out 1" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 1 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-3", 0 ] - } - - } - ] - } -, - "patching_rect" : [ 176.0, 149.0, 32.5, 20.0 ], - "text" : "gen" - } - - } -, { - "box" : { - "fontname" : "Arial", - "fontsize" : 12.0, - "id" : "obj-4", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 0, - "patching_rect" : [ 176.0, 418.0, 37.0, 20.0 ], - "text" : "out 1" - } - - } - ], - "lines" : [ { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-1", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-5", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-2", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-3", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-4", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-5", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-3", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-6", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-6", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-7", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-5", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-8", 0 ] - } - - } -, { - "patchline" : { - "destination" : [ "obj-8", 0 ], - "disabled" : 0, - "hidden" : 0, - "source" : [ "obj-9", 0 ] - } - - } - ] - } -, - "patching_rect" : [ 219.0, 149.0, 38.0, 20.0 ], - "text" : "gen~" - } - - } - ], - "lines" : [ ], - "dependency_cache" : [ ] - } - -}