├── .gitignore ├── README.md ├── pd-extended ├── Gem │ ├── COPYING.txt │ ├── ChangeLog │ ├── GEMglBegin-help.pd │ ├── GLdefine-help.pd │ ├── Gem.pd_linux │ ├── GemPrimer.pdf │ ├── GnuGPL.LICENSE.txt │ ├── README.txt │ ├── accumrotate-help.pd │ ├── alpha-help.pd │ ├── ambient-help.pd │ ├── ambientRGB-help.pd │ ├── cMatrix.html │ ├── camera-help.pd │ ├── circle-help.pd │ ├── color-help.pd │ ├── colorRGB-help.pd │ ├── colorSquare-help.pd │ ├── cone-help.pd │ ├── cube-help.pd │ ├── cuboid-help.pd │ ├── curve-help.pd │ ├── curve3d-help.pd │ ├── cylinder-help.pd │ ├── depth-help.pd │ ├── diffuse-help.pd │ ├── diffuseRGB-help.pd │ ├── disk-help.pd │ ├── emission-help.pd │ ├── emissionRGB-help.pd │ ├── examples │ │ ├── 01.basic │ │ │ ├── 01.redSquare.pd │ │ │ ├── 02.blueRectangle.pd │ │ │ ├── 03.disk.pd │ │ │ ├── 04.PrimTri.pd │ │ │ ├── 05.cube.pd │ │ │ ├── 06.sphere.pd │ │ │ ├── 07.cylinder.pd │ │ │ ├── 08.model.pd │ │ │ └── 09.yelloTeapot.pd │ │ ├── 02.advanced │ │ │ ├── 00.gemwin-subpatch.pd │ │ │ ├── 01.Separator.pd │ │ │ ├── 02.Ortho.pd │ │ │ ├── 03.View.pd │ │ │ ├── 03.View_OSD.pd │ │ │ ├── 04.Fog.pd │ │ │ ├── 05.Stereo.pd │ │ │ ├── 06.StereoParticle.pd │ │ │ ├── 07.Snapshot1.pd │ │ │ ├── 08.Snapshot2.pd │ │ │ ├── 09.SnapshotSave.pd │ │ │ ├── 10.LinearPath.pd │ │ │ ├── 11.SplinePath.pd │ │ │ ├── 12.Hsv.pd │ │ │ ├── 13.ModelRescale.pd │ │ │ ├── 14.RenderOrder.pd │ │ │ ├── 15.GemWin.pd │ │ │ ├── 16.vertex_program.pd │ │ │ ├── 17.fragment_program.pd │ │ │ ├── 18.gl_shading_language.pd │ │ │ ├── 19.pointer.pd │ │ │ ├── 20.double-gemhead_vs_repeat.pd │ │ │ ├── 21.basic_LSystem.pd │ │ │ └── 22.double-iterative.pd │ │ ├── 03.lighting │ │ │ ├── 01.world_light.pd │ │ │ ├── 02.light.pd │ │ │ ├── 03.controlLights.pd │ │ │ ├── 04.moveSpheres.pd │ │ │ └── 05.materials.pd │ │ ├── 04.pix │ │ │ ├── 01.image.pd │ │ │ ├── 02.multiimage.pd │ │ │ ├── 04.ImageInPlace.pd │ │ │ ├── 05.film.pd │ │ │ ├── 05.movie.pd │ │ │ ├── 06.PixRect.pd │ │ │ ├── 07.PixSet.pd │ │ │ ├── 08.PixDump.pd │ │ │ ├── 09.Histogram.pd │ │ │ ├── 10.PixDataSimple.pd │ │ │ ├── 11.PixDataComplex.pd │ │ │ ├── 12.add.pd │ │ │ ├── 12.blending.pd │ │ │ ├── 12.composite.pd │ │ │ ├── 12.pix_multiply.pd │ │ │ ├── 13.maskDancer.pd │ │ │ ├── 14.takeAlpha.pd │ │ │ ├── 15.pix_alpha.pd │ │ │ ├── 16.alphaGrey.pd │ │ │ ├── 16.pix_2grey.pd │ │ │ ├── 17.pix_gain.pd │ │ │ ├── 18.Curves.pd │ │ │ ├── 19.colorMatrix.pd │ │ │ ├── 20.convolve.pd │ │ │ ├── 22.biquad.pd │ │ │ ├── 23.gravity.pd │ │ │ ├── 24.time-filtering.pd │ │ │ ├── 25.buffer.pd │ │ │ └── 26.framebuffer_readback.pd │ │ ├── 04.video │ │ │ ├── 00.SimpleVideo.pd │ │ │ ├── 01.VideoPaint.pd │ │ │ ├── 02.VideoSphere.pd │ │ │ ├── 03.movement_detection.pd │ │ │ ├── 04.videoRTX.pd │ │ │ ├── 05.buffer_rtx.pd │ │ │ ├── 06.frame_diff_tracking.pd │ │ │ └── 07.bg_subtract_tracking.pd │ │ ├── 05.text │ │ │ ├── 01.Text.pd │ │ │ ├── 01.TextNoLoadBang.pd │ │ │ ├── 03.ChangeText.pd │ │ │ ├── 03.ChangeTextNoLoadBang.pd │ │ │ └── vera.ttf │ │ ├── 06.particle │ │ │ ├── 01.simple.pd │ │ │ ├── 02.fountain.pd │ │ │ ├── 03.orbit.pd │ │ │ ├── 04.combo.pd │ │ │ ├── 05.twoSrc.pd │ │ │ ├── 06.target.pd │ │ │ ├── 07.render.pd │ │ │ ├── 08.info.pd │ │ │ └── 09.sink.pd │ │ ├── 07.texture │ │ │ ├── 01.texture.pd │ │ │ ├── 02.TexCoord.pd │ │ │ ├── 04.moveImages.pd │ │ │ ├── 05.newWave.pd │ │ │ ├── 06.ripple.pd │ │ │ ├── 07.feedback.pd │ │ │ ├── 08.MotionBlur.pd │ │ │ ├── 09.sharedTextures.pd │ │ │ ├── 10.framebuffer.pd │ │ │ └── 11.multiples_gemhead_in_a_framebuffer.pd │ │ ├── 08.io │ │ │ ├── 01.Mouse.pd │ │ │ ├── 02.Tablet.pd │ │ │ ├── 03.Orb.pd │ │ │ └── 04.UseOrb.pd │ │ ├── 09.openGL │ │ │ ├── 01.primQuad.pd │ │ │ ├── 02.displayList.pd │ │ │ ├── 03.stencilBuffer.pd │ │ │ ├── 04.clearZ.pd │ │ │ └── 05.load_identity_matrix.pd │ │ ├── 10.glsl │ │ │ ├── 01.simple_texture.pd │ │ │ ├── 02.primitive_distortion.pd │ │ │ ├── 03.texture_distortion.pd │ │ │ ├── 04.game_of_life.pd │ │ │ ├── 05.multitexture.pd │ │ │ ├── 06.rectangle_multitexture.pd │ │ │ ├── 07.framebuffer_and_shader.pd │ │ │ ├── 08.multi_pass_rendering.pd │ │ │ ├── 09.vertex_texture_fetching.pd │ │ │ ├── 10.GPGPU_Physical_model.pd │ │ │ ├── 11.geometry.pd │ │ │ ├── 12.tri2fan.pd │ │ │ ├── 13.panoramique.pd │ │ │ ├── GLSL_mix.frag │ │ │ ├── GLSL_mix.vert │ │ │ ├── P_distord.frag │ │ │ ├── P_distord.vert │ │ │ ├── T_distord.frag │ │ │ ├── T_distord.vert │ │ │ ├── cam1.jpg │ │ │ ├── cam2.jpg │ │ │ ├── cam3.jpg │ │ │ ├── cam4.jpg │ │ │ ├── fetching.frag │ │ │ ├── fetching.vert │ │ │ ├── fetching2.frag │ │ │ ├── fetching2.vert │ │ │ ├── game.frag │ │ │ ├── game.vert │ │ │ ├── geo.frag │ │ │ ├── geo.geom │ │ │ ├── geo.vert │ │ │ ├── img1.jpg │ │ │ ├── img2.jpg │ │ │ ├── img3.jpg │ │ │ ├── interpol.frag │ │ │ ├── link.frag │ │ │ ├── link.vert │ │ │ ├── mass.frag │ │ │ ├── mass.vert │ │ │ ├── multitexture.frag │ │ │ ├── multitexture.vert │ │ │ ├── multitexture_rect.frag │ │ │ ├── multitexture_rect.vert │ │ │ ├── normal.frag │ │ │ ├── normal.vert │ │ │ ├── panoramique.frag │ │ │ ├── panoramique.vert │ │ │ ├── texture.frag │ │ │ ├── texture.vert │ │ │ ├── texture_rect.frag │ │ │ ├── tri2fan.frag │ │ │ ├── tri2fan.geom │ │ │ ├── tri2fan.vert │ │ │ ├── vague.frag │ │ │ └── wave.frag │ │ ├── 11.obj-exporter │ │ │ ├── obj_cube.pd │ │ │ ├── obj_exporter-help.pd │ │ │ ├── obj_exporter.pd │ │ │ ├── obj_primTri.pd │ │ │ ├── obj_rectangle.pd │ │ │ └── obj_square.pd │ │ ├── 12.multi_screen_projection │ │ │ ├── 01.flat_projection-help.pd │ │ │ ├── 02.nfp-help.pd │ │ │ ├── config.txt │ │ │ ├── flat_projection.pd │ │ │ ├── grid.jpg │ │ │ ├── load_save.pd │ │ │ ├── nfp_22.frag │ │ │ ├── nfp_22.vert │ │ │ ├── nfp_33.frag │ │ │ ├── nfp_33.vert │ │ │ ├── nfp_curved_wall.pd │ │ │ ├── nfp_flat_wall.pd │ │ │ ├── save_system-help.pd │ │ │ ├── saved.pd │ │ │ └── soft_edge.frag │ │ ├── 13.recursion │ │ │ ├── 01.repetition_is_futile.pd │ │ │ ├── 02.iteration_is_insufficient.pd │ │ │ ├── 03.recursive_spiral.pd │ │ │ ├── 04.binary_tree.pd │ │ │ ├── 05.n-ary_tree.pd │ │ │ ├── 06.breaking_symmetry.pd │ │ │ ├── README │ │ │ ├── nnrepeat-help.pd │ │ │ ├── nnrepeat-test.pd │ │ │ ├── nnrepeat.pd │ │ │ ├── nrepeat-help.pd │ │ │ ├── nrepeat-test.pd │ │ │ ├── nrepeat.pd │ │ │ ├── stack-help.pd │ │ │ ├── stack.pd │ │ │ └── xform-gui.pd │ │ ├── 99.games │ │ │ └── puzzle.pd │ │ └── data │ │ │ ├── 64shade.tif │ │ │ ├── COPYING.txt │ │ │ ├── Toon.frag │ │ │ ├── Toon.vert │ │ │ ├── alea.mpg │ │ │ ├── anim-1.mov │ │ │ ├── blob0.tif │ │ │ ├── blob1.tif │ │ │ ├── blob2.tif │ │ │ ├── dancer.JPG │ │ │ ├── ducks.png │ │ │ ├── fractal.JPG │ │ │ ├── fractalAlpha.TIF │ │ │ ├── homer.avi │ │ │ ├── random.fp │ │ │ ├── temp0.JPG │ │ │ ├── temp1.JPG │ │ │ ├── temp2.JPG │ │ │ ├── toon.vp │ │ │ ├── valcolor.tab │ │ │ ├── valmotion.tab │ │ │ ├── venus.mtl │ │ │ ├── venus.obj │ │ │ └── vera.ttf │ ├── fragment_program-help.pd │ ├── gem.known_bugs.txt │ ├── gem.release_notes.txt │ ├── gem.todo.txt │ ├── gem_filmQT4L.so │ ├── gem_imageJPEG.so │ ├── gem_imageMAGICK.so │ ├── gem_imageSGI.so │ ├── gem_imageTIFF.so │ ├── gem_recordQT4L.so │ ├── gem_recordV4L.so │ ├── gem_recordV4L2.so │ ├── gem_videoDC1394.so │ ├── gem_videoDV4L.so │ ├── gem_videoV4L.so │ ├── gem_videoV4L2.so │ ├── gemdefaultwindow.pd │ ├── gemframebuffer-help.pd │ ├── gemhead-help.pd │ ├── gemhead.pd │ ├── gemkeyboard-help.pd │ ├── gemkeyname-help.pd │ ├── gemlist-help.pd │ ├── gemlist_info-help.pd │ ├── gemlist_matrix-help.pd │ ├── gemmouse-help.pd │ ├── gemmouse.pd │ ├── gemorb-help.pd │ ├── gemorb.pd │ ├── gemreceive-help.pd │ ├── gemtablet-help.pd │ ├── gemtablet.pd │ ├── gemwin-help.pd │ ├── gemwin.pd │ ├── glsl_fragment-help.pd │ ├── glsl_geometry-help.pd │ ├── glsl_program-help.pd │ ├── glsl_vertex-help.pd │ ├── hsv2rgb-help.pd │ ├── hsv2rgb.pd │ ├── imageVert-help.pd │ ├── light-help.pd │ ├── linear_path-help.pd │ ├── manual │ │ ├── Advanced.html │ │ ├── BasicObj.html │ │ ├── GemFaq.html │ │ ├── GemWPd.html │ │ ├── Gloss.html │ │ ├── Images.html │ │ ├── Input.html │ │ ├── Intro.html │ │ ├── Lighting.html │ │ ├── ListObjects.html │ │ ├── Particles.html │ │ ├── Pixes.html │ │ ├── Texture.html │ │ ├── Utility.html │ │ ├── WriteCode.html │ │ ├── add.jpg │ │ ├── addResult.jpg │ │ ├── basicCube.jpg │ │ ├── counter.jpg │ │ ├── gemwin.jpg │ │ ├── index.html │ │ ├── invert.jpg │ │ ├── invertFrac.jpg │ │ ├── light.jpg │ │ ├── mask.jpg │ │ ├── maskResult.jpg │ │ ├── normalFrac.jpg │ │ ├── pixImage.jpg │ │ ├── redSquare.jpg │ │ ├── sphere15.jpg │ │ ├── sphere5.jpg │ │ ├── texture.jpg │ │ ├── transXYZ.jpg │ │ ├── tribar.gif │ │ ├── tripleLine.jpg │ │ ├── tripleRand.jpg │ │ └── world_light.jpg │ ├── mesh_line-help.pd │ ├── mesh_square-help.pd │ ├── model-help.pd │ ├── multimodel-help.pd │ ├── newWave-help.pd │ ├── ortho-help.pd │ ├── part_color-help.pd │ ├── part_damp-help.pd │ ├── part_draw-help.pd │ ├── part_follow-help.pd │ ├── part_gravity-help.pd │ ├── part_head-help.pd │ ├── part_info-help.pd │ ├── part_killold-help.pd │ ├── part_killslow-help.pd │ ├── part_orbitpoint-help.pd │ ├── part_render-help.pd │ ├── part_sink-help.pd │ ├── part_size-help.pd │ ├── part_source-help.pd │ ├── part_targetcolor-help.pd │ ├── part_targetsize-help.pd │ ├── part_velcone-help.pd │ ├── part_velocity-help.pd │ ├── part_velsphere-help.pd │ ├── part_vertex-help.pd │ ├── pix_2grey-help.pd │ ├── pix_a_2grey-help.pd │ ├── pix_add-help.pd │ ├── pix_aging-help.pd │ ├── pix_alpha-help.pd │ ├── pix_background-help.pd │ ├── pix_backlight-help.pd │ ├── pix_biquad-help.pd │ ├── pix_bitmask-help.pd │ ├── pix_blob-help.pd │ ├── pix_blobtracker-help.pd │ ├── pix_blobtracker.pd │ ├── pix_blur-help.pd │ ├── pix_buf-help.pd │ ├── pix_buffer-help.pd │ ├── pix_buffer_filmopen-help.pd │ ├── pix_buffer_filmopen.pd │ ├── pix_buffer_read-help.pd │ ├── pix_buffer_write-help.pd │ ├── pix_chroma_key-help.pd │ ├── pix_clearblock-help.pd │ ├── pix_color-help.pd │ ├── pix_coloralpha-help.pd │ ├── pix_colormatrix-help.pd │ ├── pix_colorreduce-help.pd │ ├── pix_compare-help.pd │ ├── pix_composite-help.pd │ ├── pix_contrast-help.pd │ ├── pix_convert-help.pd │ ├── pix_convolve-help.pd │ ├── pix_coordinate-help.pd │ ├── pix_crop-help.pd │ ├── pix_curve-help.pd │ ├── pix_data-help.pd │ ├── pix_deinterlace-help.pd │ ├── pix_delay-help.pd │ ├── pix_diff-help.pd │ ├── pix_dot-help.pd │ ├── pix_draw-help.pd │ ├── pix_dump-help.pd │ ├── pix_duotone-help.pd │ ├── pix_film-help.pd │ ├── pix_flip-help.pd │ ├── pix_freeframe-help.pd │ ├── pix_frei0r-help.pd │ ├── pix_gain-help.pd │ ├── pix_grey-help.pd │ ├── pix_halftone-help.pd │ ├── pix_histo-help.pd │ ├── pix_hsv2rgb-help.pd │ ├── pix_image-help.pd │ ├── pix_imageInPlace-help.pd │ ├── pix_indycam-help.pd │ ├── pix_info-help.pd │ ├── pix_invert-help.pd │ ├── pix_kaleidoscope-help.pd │ ├── pix_levels-help.pd │ ├── pix_lumaoffset-help.pd │ ├── pix_mask-help.pd │ ├── pix_mean_color-help.pd │ ├── pix_metaimage-help.pd │ ├── pix_mix-help.pd │ ├── pix_motionblur-help.pd │ ├── pix_movement-help.pd │ ├── pix_movement2-help.pd │ ├── pix_movie-help.pd │ ├── pix_multiblob-help.pd │ ├── pix_multiimage-help.pd │ ├── pix_multiply-help.pd │ ├── pix_normalize-help.pd │ ├── pix_offset-help.pd │ ├── pix_pix2sig~-help.pd │ ├── pix_posterize-help.pd │ ├── pix_puzzle-help.pd │ ├── pix_rds-help.pd │ ├── pix_record-help.pd │ ├── pix_rectangle-help.pd │ ├── pix_refraction-help.pd │ ├── pix_resize-help.pd │ ├── pix_rgb2hsv-help.pd │ ├── pix_rgba-help.pd │ ├── pix_roll-help.pd │ ├── pix_rtx-help.pd │ ├── pix_scanline-help.pd │ ├── pix_set-help.pd │ ├── pix_share_read-help.pd │ ├── pix_share_write-help.pd │ ├── pix_sig2pix~-help.pd │ ├── pix_snap-help.pd │ ├── pix_snap2tex-help.pd │ ├── pix_subtract-help.pd │ ├── pix_tIIR-help.pd │ ├── pix_takealpha-help.pd │ ├── pix_texture-help.pd │ ├── pix_threshold-help.pd │ ├── pix_threshold_bernsen-help.pd │ ├── pix_video-help.pd │ ├── pix_videoDS-help.pd │ ├── pix_write-help.pd │ ├── pix_write.pd │ ├── pix_yuv-help.pd │ ├── pix_zoom-help.pd │ ├── polygon-help.pd │ ├── polygon_smooth-help.pd │ ├── pqtorusknots-help.pd │ ├── primTri-help.pd │ ├── rectangle-help.pd │ ├── render_trigger-help.pd │ ├── rgb2hsv-help.pd │ ├── rgb2hsv.pd │ ├── rgb2yuv-help.pd │ ├── rgb2yuv.pd │ ├── ripple-help.pd │ ├── rotate-help.pd │ ├── rotateXYZ-help.pd │ ├── rubber-help.pd │ ├── scale-help.pd │ ├── scaleXYZ-help.pd │ ├── scopeXYZ~-help.pd │ ├── separator-help.pd │ ├── shearXY-help.pd │ ├── shearXZ-help.pd │ ├── shearYX-help.pd │ ├── shearYZ-help.pd │ ├── shearZX-help.pd │ ├── shearZY-help.pd │ ├── shininess-help.pd │ ├── slideSquares-help.pd │ ├── specular-help.pd │ ├── specularRGB-help.pd │ ├── sphere-help.pd │ ├── sphere3d-help.pd │ ├── spline_path-help.pd │ ├── spot_light-help.pd │ ├── square-help.pd │ ├── surface3d-help.pd │ ├── teapot-help.pd │ ├── text2d-help.pd │ ├── text3d-help.pd │ ├── textextruded-help.pd │ ├── textoutline-help.pd │ ├── torus-help.pd │ ├── translate-help.pd │ ├── translateXYZ-help.pd │ ├── triangle-help.pd │ ├── tube-help.pd │ ├── vertex_program-help.pd │ ├── world_light-help.pd │ ├── yuv2rgb-help.pd │ └── yuv2rgb.pd ├── adaptive │ ├── LICENSE.txt │ ├── README.txt │ ├── adaptive-meta.pd │ ├── examples │ │ ├── 01.system_identification.pd │ │ ├── 02.persistent_excitation.pd │ │ ├── 03.undermodeling.pd │ │ ├── 04.misadjustment.pd │ │ ├── 05.tracking.pd │ │ ├── 06.interference_cancelation.pd │ │ ├── 07.adaptive_equalization.pd │ │ ├── 08.decision-directed_equalization.pd │ │ ├── coef.dat │ │ └── spectrum~.pd │ ├── lms2~-help.pd │ ├── lms2~.pd_linux │ ├── lms~-help.pd │ ├── lms~.pd_linux │ ├── nlms2~-help.pd │ ├── nlms2~.pd_linux │ ├── nlms3~.pd_linux │ ├── nlms~-help.pd │ └── nlms~.pd_linux ├── arraysize │ ├── LICENSE.txt │ ├── README.txt │ ├── arraysize-help.pd │ ├── arraysize-meta.pd │ └── arraysize.pd_linux ├── bassemu~ │ ├── LICENSE.txt │ ├── README.txt │ ├── bassemu~-help.pd │ ├── bassemu~-meta.pd │ ├── bassemu~.pd_linux │ └── examples │ │ ├── miniseq.pd │ │ └── simple-sequencer.pd ├── boids │ ├── LICENSE.txt │ ├── README.txt │ ├── boids-meta.pd │ ├── boids2d-help.pd │ ├── boids2d.pd_linux │ ├── boids3d-help.pd │ └── boids3d.pd_linux ├── bsaylor │ ├── LICENSE.txt │ ├── README.txt │ ├── aenv~-help.pd │ ├── aenv~.pd_linux │ ├── bsaylor-meta.pd │ ├── examples │ │ └── noiseburst.wav │ ├── mtosr-help.pd │ ├── mtosr.pd │ ├── partconv~-help.pd │ ├── partconv~.pd_linux │ ├── pvoc~-help.pd │ ├── pvoc~.pd_linux │ ├── susloop~-help.pd │ ├── susloop~.pd_linux │ ├── svf~-help.pd │ ├── svf~.pd_linux │ ├── zhzxh~-help.pd │ └── zhzxh~.pd_linux ├── chaos │ ├── LICENSE.txt │ ├── README.txt │ ├── attract1-help.pd │ ├── attract1.pd_linux │ ├── base-help.pd │ ├── base.pd_linux │ ├── base3-help.pd │ ├── base3.pd_linux │ ├── chaos-meta.pd │ ├── dejong-help.pd │ ├── dejong.pd_linux │ ├── examples │ │ ├── loop.pd │ │ ├── martin-test-help.pd │ │ ├── popcorn-test-help.pd │ │ ├── quaruptwo-test-help.pd │ │ ├── readme-frac-format.pd │ │ ├── readme-fractals.pd │ │ ├── readme-gen-fractal.pd │ │ ├── readme-lyapunov.pd │ │ ├── readme-operation.pd │ │ ├── readme-parameter-ranges.pd │ │ └── readme-searching.pd │ ├── fractal-tools-help.pd │ ├── fractal-tools.pd │ ├── gingerbreadman-help.pd │ ├── gingerbreadman.pd_linux │ ├── henon-help.pd │ ├── henon.pd_linux │ ├── hopalong-help.pd │ ├── hopalong.pd_linux │ ├── ikeda-help.pd │ ├── ikeda.pd_linux │ ├── latoocarfian-help.pd │ ├── latoocarfian.pd_linux │ ├── latoomutalpha-help.pd │ ├── latoomutalpha.pd_linux │ ├── latoomutbeta-help.pd │ ├── latoomutbeta.pd_linux │ ├── latoomutgamma-help.pd │ ├── latoomutgamma.pd_linux │ ├── libchaos.so │ ├── logistic-help.pd │ ├── logistic.pd_linux │ ├── lorenz-help.pd │ ├── lorenz.pd_linux │ ├── lotkavolterra-help.pd │ ├── lotkavolterra.pd_linux │ ├── martin-help.pd │ ├── martin.pd_linux │ ├── mlogistic-help.pd │ ├── mlogistic.pd_linux │ ├── pickover-help.pd │ ├── pickover.pd_linux │ ├── popcorn-help.pd │ ├── popcorn.pd_linux │ ├── quadruptwo-help.pd │ ├── quadruptwo.pd_linux │ ├── rossler-help.pd │ ├── rossler.pd_linux │ ├── search-tools-help.pd │ ├── search-tools.pd │ ├── standardmap-help.pd │ ├── standardmap.pd_linux │ ├── strange1-help.pd │ ├── strange1.pd_linux │ ├── tent-help.pd │ ├── tent.pd_linux │ ├── three_d-help.pd │ ├── three_d.pd_linux │ ├── threeply-help.pd │ ├── threeply.pd_linux │ ├── tinkerbell-help.pd │ ├── tinkerbell.pd_linux │ ├── unity-help.pd │ └── unity.pd_linux ├── comport │ ├── LICENSE.txt │ ├── README.txt │ ├── comport-help.pd │ ├── comport-meta.pd │ └── comport.pd_linux ├── creb │ ├── 64k-help.pd │ ├── 64k.pd │ ├── abs~.pd_linux │ ├── bdft-help.pd │ ├── bdft.pd │ ├── bdfts-help.pd │ ├── bdfts.pd │ ├── bdiag~-help.pd │ ├── bdiag~.pd_linux │ ├── bfft~-help.pd │ ├── bfft~.pd_linux │ ├── bhip~-help.pd │ ├── bhip~.pd │ ├── biquadseries~-help.pd │ ├── biquadseries~.pd_linux │ ├── bitsplit~-help.pd │ ├── bitsplit~.pd_linux │ ├── blocknorm~-help.pd │ ├── blocknorm~.pd_linux │ ├── blop~-help.pd │ ├── blop~.pd │ ├── blosc~-help.pd │ ├── blosc~.pd_linux │ ├── bmatrix~-help.pd │ ├── bmatrix~.pd_linux │ ├── bpm-help.pd │ ├── bpm.pd │ ├── bwin~-help.pd │ ├── bwin~.pd_linux │ ├── cadd~-help.pd │ ├── cadd~.pd │ ├── ccmap~-help.pd │ ├── ccmap~.pd │ ├── cconj~-help.pd │ ├── cconj~.pd │ ├── cep~-help.pd │ ├── cep~.pd │ ├── cexp~-help.pd │ ├── cexp~.pd_linux │ ├── cheby~-help.pd │ ├── cheby~.pd_linux │ ├── cinv~-help.pd │ ├── cinv~.pd │ ├── clog~-help.pd │ ├── clog~.pd_linux │ ├── cmath~.pd_linux │ ├── cmul~-help.pd │ ├── cmul~.pd │ ├── cosc~-help.pd │ ├── cosc~.pd │ ├── count-help.pd │ ├── count.pd │ ├── creb-meta.pd │ ├── cstate+~.pd │ ├── cstate~.pd │ ├── csub~-help.pd │ ├── csub~.pd │ ├── diag~-help.pd │ ├── diag~.pd_linux │ ├── dist~-help.pd │ ├── dist~.pd_linux │ ├── dsfosc~-help.pd │ ├── dsfosc~.pd │ ├── dwt~-help.pd │ ├── dwt~.pd_linux │ ├── dynwav~-help.pd │ ├── dynwav~.pd_linux │ ├── eadh~-help.pd │ ├── eadh~.pd │ ├── eadsrh~-help.pd │ ├── eadsrh~.pd │ ├── eadsr~-help.pd │ ├── eadsr~.pd_linux │ ├── ead~-help.pd │ ├── ead~.pd_linux │ ├── ear~-help.pd │ ├── ear~.pd_linux │ ├── eblosc~.pd_linux │ ├── examples │ │ ├── formantdynwav.pd │ │ └── xfmdelay.pd │ ├── expmap~-help.pd │ ├── expmap~.pd │ ├── fblock-help.pd │ ├── fblock.pd │ ├── fblock~.pd │ ├── fdn~-help.pd │ ├── fdn~.pd_linux │ ├── ffpoly-help.pd │ ├── ffpoly.pd_linux │ ├── filterortho~-help.pd │ ├── filterortho~.pd_linux │ ├── fmod-help.pd │ ├── fmod.pd │ ├── fmop~-help.pd │ ├── fmop~.pd │ ├── frequor~-help.pd │ ├── frequor~.pd │ ├── fwarp-help.pd │ ├── fwarp.pd_linux │ ├── icep~-help.pd │ ├── icep~.pd │ ├── idsfosc~-help.pd │ ├── idsfosc~.pd │ ├── inv-help.pd │ ├── inv.pd │ ├── junction~-help.pd │ ├── junction~.pd_linux │ ├── lattice3-help.pd │ ├── lattice3.pd │ ├── lattice~-help.pd │ ├── lattice~.pd_linux │ ├── lpifft~-help.pd │ ├── lpifft~.pd │ ├── manual │ │ └── reference.txt │ ├── pdynwav~-help.pd │ ├── pdynwav~.pd │ ├── permut~-help.pd │ ├── permut~.pd_linux │ ├── pulsor~.pd │ ├── qmult~-help.pd │ ├── qmult~.pd_linux │ ├── qnorm~-help.pd │ ├── qnorm~.pd_linux │ ├── ramp~-help.pd │ ├── ramp~.pd_linux │ ├── ratio-help.pd │ ├── ratio.pd_linux │ ├── reference.txt │ ├── resofilt~-help.pd │ ├── resofilt~.pd_linux │ ├── rms~.pd │ ├── sbosc~-help.pd │ ├── sbosc~.pd_linux │ ├── scale7-help.pd │ ├── scale7.pd │ ├── scrollgrid1D~-help.pd │ ├── scrollgrid1D~.pd_linux │ ├── sin~.pd │ ├── statwav~-help.pd │ ├── statwav~.pd_linux │ ├── step_16.pd │ ├── step_16r.pd │ ├── step_4.pd │ ├── step_4r.pd │ ├── tabreadmix~-help.pd │ ├── tabreadmix~.pd_linux │ ├── tblock-help.pd │ ├── tblock.pd │ ├── ti_hihat-help.pd │ ├── ti_hihat.pd │ ├── ti_snare-help.pd │ ├── ti_snare.pd │ ├── ucmod~-help.pd │ ├── ucmod~.pd │ ├── ucnorm~-help.pd │ ├── ucnorm~.pd │ ├── vols~-help.pd │ ├── vols~.pd │ ├── vol~-help.pd │ ├── vol~.pd │ ├── xfm~-help.pd │ └── xfm~.pd_linux ├── cxc │ ├── ENV-help.pd │ ├── ENV.pd_linux │ ├── LICENSE.txt │ ├── README.txt │ ├── ascseq-help.pd │ ├── ascseq.pd_linux │ ├── ascwave-help.pd │ ├── ascwave.pd_linux │ ├── bfilt-help.pd │ ├── bfilt.pd_linux │ ├── bfilt2-help.pd │ ├── bfilt2.pd_linux │ ├── cxavgdev-help.pd │ ├── cxavgdev.pd_linux │ ├── cxc-meta.pd │ ├── cxc_counter-help.pd │ ├── cxc_counter.pd_linux │ ├── cxc_prepend-help.pd │ ├── cxc_prepend.pd_linux │ ├── cxc_split-help.pd │ ├── cxc_split.pd_linux │ ├── cxmean-help.pd │ ├── cxmean.pd_linux │ ├── cxstddev-help.pd │ ├── cxstddev.pd_linux │ ├── delta~-help.pd │ ├── delta~.pd_linux │ ├── dist_normal-help.pd │ ├── dist_normal.pd_linux │ ├── fader-help.pd │ ├── fader.pd │ ├── hex2dec-help.pd │ ├── hex2dec.pd_linux │ ├── ixprint-help.pd │ ├── ixprint.pd_linux │ ├── mean~-help.pd │ ├── mean~.pd_linux │ ├── proc-help.pd │ ├── proc.pd_linux │ ├── random1-help.pd │ ├── random1.pd_linux │ ├── random1~-help.pd │ ├── random1~.pd_linux │ ├── random_fl-help.pd │ ├── random_fl.pd_linux │ ├── random_fl~-help.pd │ ├── random_fl~.pd_linux │ ├── random_icg-help.pd │ ├── random_icg.pd_linux │ ├── random_icg~-help.pd │ ├── random_icg~.pd_linux │ ├── random_tw-help.pd │ ├── random_tw.pd_linux │ ├── reson~-help.pd │ ├── reson~.pd_linux │ ├── utime-help.pd │ └── utime.pd_linux ├── cyclone │ ├── Append-help.pd │ ├── Append.pd_linux │ ├── Borax-help.pd │ ├── Borax.pd_linux │ ├── Bucket-help.pd │ ├── Bucket.pd_linux │ ├── Clip-help.pd │ ├── Clip.pd_linux │ ├── Clip~-help.pd │ ├── Clip~.pd_linux │ ├── Decode-help.pd │ ├── Decode.pd_linux │ ├── Histo-help.pd │ ├── Histo.pd_linux │ ├── LICENSE.txt │ ├── Line~-help.pd │ ├── Line~.pd_linux │ ├── MouseState-help.pd │ ├── MouseState.pd_linux │ ├── Peak-help.pd │ ├── Peak.pd_linux │ ├── README.txt │ ├── Scope~-help.pd │ ├── Scope~.pd_linux │ ├── Snapshot~-help.pd │ ├── Snapshot~.pd_linux │ ├── Table-help.pd │ ├── Table.pd_linux │ ├── TogEdge-help.pd │ ├── TogEdge.pd_linux │ ├── Trough-help.pd │ ├── Trough.pd_linux │ ├── Uzi-help.pd │ ├── Uzi.pd_linux │ ├── abs~-help.pd │ ├── abs~.pd_linux │ ├── accum-help.pd │ ├── accum.pd_linux │ ├── acos-help.pd │ ├── acos.pd_linux │ ├── acosh~-help.pd │ ├── acosh~.pd_linux │ ├── acos~-help.pd │ ├── acos~.pd_linux │ ├── active-help.pd │ ├── active.pd_linux │ ├── all_about_cyclone.pd │ ├── allpass~-help.pd │ ├── allpass~.pd_linux │ ├── anal-help.pd │ ├── anal.pd_linux │ ├── asin-help.pd │ ├── asin.pd_linux │ ├── asinh-help.pd │ ├── asinh~.pd_linux │ ├── asin~-help.pd │ ├── asin~.pd_linux │ ├── atan2~-help.pd │ ├── atan2~.pd_linux │ ├── atanh~-help.pd │ ├── atanh~.pd_linux │ ├── atan~-help.pd │ ├── atan~.pd_linux │ ├── average~-help.pd │ ├── average~.pd_linux │ ├── avg~-help.pd │ ├── avg~.pd_linux │ ├── bangbang-help.pd │ ├── bangbang.pd_linux │ ├── bitand~-help.pd │ ├── bitand~.pd_linux │ ├── bitnot~-help.pd │ ├── bitnot~.pd_linux │ ├── bitor~-help.pd │ ├── bitor~.pd_linux │ ├── bitshift~-help.pd │ ├── bitshift~.pd_linux │ ├── bitxor~-help.pd │ ├── bitxor~.pd_linux │ ├── bondo-help.pd │ ├── bondo.pd_linux │ ├── buddy-help.pd │ ├── buddy.pd_linux │ ├── buffir~-help.pd │ ├── buffir~.pd_linux │ ├── capture-help.pd │ ├── capture.pd_linux │ ├── capture~-help.pd │ ├── capture~.pd_linux │ ├── cartopol-help.pd │ ├── cartopol.pd_linux │ ├── cartopol~-help.pd │ ├── cartopol~.pd_linux │ ├── change~-help.pd │ ├── change~.pd_linux │ ├── click~-help.pd │ ├── click~.pd_linux │ ├── coll-help.pd │ ├── coll.pd_linux │ ├── coll.txt │ ├── comb~-help.pd │ ├── comb~.pd_linux │ ├── comment-help.pd │ ├── comment.pd_linux │ ├── cosh-help.pd │ ├── cosh.pd_linux │ ├── cosh~-help.pd │ ├── cosh~.pd_linux │ ├── cosx~-help.pd │ ├── cosx~.pd_linux │ ├── counter-help.pd │ ├── counter.pd_linux │ ├── count~-help.pd │ ├── count~.pd_linux │ ├── curve~-help.pd │ ├── curve~.pd_linux │ ├── cycle-help.pd │ ├── cycle.pd_linux │ ├── cycle~-help.pd │ ├── cycle~.pd_linux │ ├── cyclone-meta.pd │ ├── decide-help.pd │ ├── decide.pd_linux │ ├── delay~-help.pd │ ├── delay~.pd_linux │ ├── deltaclip~-help.pd │ ├── deltaclip~.pd_linux │ ├── delta~-help.pd │ ├── delta~.pd_linux │ ├── drunk-help.pd │ ├── drunk.pd_linux │ ├── edge~-help.pd │ ├── edge~.pd_linux │ ├── examples │ │ ├── Borax-test.pd │ │ ├── Bucket-test.pd │ │ ├── Decode-test.pd │ │ ├── Histo-test.pd │ │ ├── MouseState-test.pd │ │ ├── Table-test.pd │ │ ├── TogEdge-test.pd │ │ ├── Uzi-test.pd │ │ ├── a-mix2.pd │ │ ├── active-test.pd │ │ ├── anal-test.pd │ │ ├── append-test.pd │ │ ├── bad.coll │ │ ├── bondo-test.pd │ │ ├── buddy-test.pd │ │ ├── buffir-test.pd │ │ ├── capture-test.pd │ │ ├── click-test.pd │ │ ├── clip-test.pd │ │ ├── coll-print.pd │ │ ├── coll-test.pd │ │ ├── comb-test.pd │ │ ├── comment-dotest.pd │ │ ├── comment-ogonki.pd │ │ ├── comment-test.pd │ │ ├── count-test.pd │ │ ├── counter-test.pd │ │ ├── curve-test.pd │ │ ├── cycle-test.pd │ │ ├── cyclone-test.pd │ │ ├── decide-test.pd │ │ ├── drunk-test.pd │ │ ├── forward-test.pd │ │ ├── frameaccum-test.pd │ │ ├── fromsymbol-test.pd │ │ ├── funbuff-etest.pd │ │ ├── funbuff-test.pd │ │ ├── funnel-test.pd │ │ ├── gate-test.pd │ │ ├── good.coll │ │ ├── grab-test.pd │ │ ├── index-test.pd │ │ ├── kanon.mid │ │ ├── kink-test.pd │ │ ├── line-test.pd │ │ ├── linedrive-test.pd │ │ ├── lores-test.pd │ │ ├── match-reentrant.pd │ │ ├── match-test.pd │ │ ├── matrix-test.pd │ │ ├── maxmin-test.pd │ │ ├── maxmode-test.pd │ │ ├── mean-test.pd │ │ ├── midi-test.pd │ │ ├── midiparse-test.pd │ │ ├── mousefilter-test.pd │ │ ├── mstosamps-test.pd │ │ ├── mtr-test.pd │ │ ├── next-test.pd │ │ ├── offer-test.pd │ │ ├── onebang-test.pd │ │ ├── onepole-test.pd │ │ ├── past-test.pd │ │ ├── peakamp-test.pd │ │ ├── peek-test.pd │ │ ├── pink-test.pd │ │ ├── poke-test.pd │ │ ├── pong-test.pd │ │ ├── prepend-test.pd │ │ ├── prob-test.pd │ │ ├── pv-test.pd │ │ ├── rand-test.pd │ │ ├── record-sync-test.pd │ │ ├── record-test.pd │ │ ├── reson-test.pd │ │ ├── scope-gop.pd │ │ ├── scope-test.pd │ │ ├── scope-test1.pd │ │ ├── scope-test2.pd │ │ ├── seq-test.pd │ │ ├── sigbits-test.pd │ │ ├── sigcapture-test.pd │ │ ├── sigcycle-test.pd │ │ ├── sigmeters-test.pd │ │ ├── sigops-test.pd │ │ ├── sigsmoothers-test.pd │ │ ├── sigtrig-test.pd │ │ ├── sigwrappers-speed.pd │ │ ├── sigwrappers-speed20.pd │ │ ├── sigwrappers-test.pd │ │ ├── spectrum-pm.pd │ │ ├── speedlim-rescheduling.pd │ │ ├── speedlim-test.pd │ │ ├── spell-test.pd │ │ ├── spike-test.pd │ │ ├── split-test.pd │ │ ├── spray-test.pd │ │ ├── substitute-test.pd │ │ ├── svf-test.pd │ │ ├── switch-test.pd │ │ ├── test.capture │ │ ├── test.funbuff │ │ ├── test.mid │ │ ├── test.pool │ │ ├── test.seq │ │ ├── test1.seq │ │ ├── testmess-reentrant.pd │ │ ├── testmess-test.pd │ │ ├── thresh-test.pd │ │ ├── tosymbol-test.pd │ │ ├── train-test.pd │ │ ├── trig-test.pd │ │ ├── universal-test.pd │ │ ├── urn-test.pd │ │ ├── vectral-test.pd │ │ ├── xbend-test.pd │ │ ├── xnote-test.pd │ │ ├── zerox-test.pd │ │ └── zl-test.pd │ ├── flush-help.pd │ ├── flush.pd_linux │ ├── forward-help.pd │ ├── forward.pd_linux │ ├── frameaccum~-help.pd │ ├── frameaccum~.pd_linux │ ├── framedelta~-help.pd │ ├── framedelta~.pd_linux │ ├── fromsymbol-help.pd │ ├── fromsymbol.pd_linux │ ├── funbuff-help.pd │ ├── funbuff.pd_linux │ ├── funnel-help.pd │ ├── funnel.pd_linux │ ├── gate-help.pd │ ├── gate.pd_linux │ ├── grab-help.pd │ ├── grab.pd_linux │ ├── index~-help.pd │ ├── index~.pd_linux │ ├── iter-help.pd │ ├── iter.pd_linux │ ├── kink~-help.pd │ ├── kink~.pd_linux │ ├── linedrive-help.pd │ ├── linedrive.pd_linux │ ├── log~-help.pd │ ├── log~.pd_linux │ ├── lookup~-help.pd │ ├── lookup~.pd_linux │ ├── lores~-help.pd │ ├── lores~.pd_linux │ ├── manual │ │ ├── coll.txt │ │ └── pd-lib-notes.txt │ ├── match-help.pd │ ├── match.pd_linux │ ├── matrix~-help.pd │ ├── matrix~.pd_linux │ ├── maximum-help.pd │ ├── maximum.pd_linux │ ├── maximum~-help.pd │ ├── maximum~.pd_linux │ ├── maxmode-help.pd │ ├── maxmode │ │ ├── cyclone.pd_linux │ │ ├── hammer.pd_linux │ │ ├── maxmode.pd_linux │ │ └── sickle.pd_linux │ ├── mean-help.pd │ ├── mean.pd_linux │ ├── midiflush-help.pd │ ├── midiflush.pd_linux │ ├── midiformat-help.pd │ ├── midiformat.pd_linux │ ├── midiparse-help.pd │ ├── midiparse.pd_linux │ ├── minimum-help.pd │ ├── minimum.pd_linux │ ├── minimum~-help.pd │ ├── minimum~.pd_linux │ ├── minmax~-help.pd.pd │ ├── minmax~.pd_linux │ ├── mousefilter-help.pd │ ├── mousefilter.pd_linux │ ├── mstosamps~-help.pd │ ├── mstosamps~.pd_linux │ ├── mtr-help.pd │ ├── mtr.pd_linux │ ├── next-help.pd │ ├── next.pd_linux │ ├── offer-help.pd │ ├── offer.pd_linux │ ├── onebang-help.pd │ ├── onebang.pd_linux │ ├── onepole~-help.pd │ ├── onepole~.pd_linux │ ├── overdrive~-help.pd │ ├── overdrive~.pd_linux │ ├── past-help.pd │ ├── past.pd_linux │ ├── peakamp~-help.pd │ ├── peakamp~.pd_linux │ ├── peek~-help.pd │ ├── peek~.pd_linux │ ├── phasewrap~-help.pd │ ├── phasewrap~.pd_linux │ ├── pink~-help.pd │ ├── pink~.pd_linux │ ├── play~-help.pd │ ├── play~.pd_linux │ ├── poke~-help.pd │ ├── poke~.pd_linux │ ├── poltocar-help.pd │ ├── poltocar.pd_linux │ ├── poltocar~-help.pd │ ├── poltocar~.pd_linux │ ├── pong~-help.pd │ ├── pong~.pd_linux │ ├── pow~-help.pd │ ├── pow~.pd_linux │ ├── prepend-help.pd │ ├── prepend.pd_linux │ ├── prob-help.pd │ ├── prob.pd_linux │ ├── pv-help.pd │ ├── pv.pd_linux │ ├── rampsmooth~-help.pd │ ├── rampsmooth~.pd_linux │ ├── rand~-help.pd │ ├── rand~.pd_linux │ ├── record~-help.pd │ ├── record~.pd_linux │ ├── reson~-help.pd │ ├── reson~.pd_linux │ ├── sah~-help.pd │ ├── sah~.pd_linux │ ├── sampstoms~-help.pd │ ├── sampstoms~.pd_linux │ ├── seq-help.pd │ ├── seq.pd_linux │ ├── sinh-help.pd │ ├── sinh.pd_linux │ ├── sinh~-help.pd │ ├── sinh~.pd_linux │ ├── sinx~-help.pd │ ├── sinx~.pd_linux │ ├── slide~-help.pd │ ├── slide~.pd_linux │ ├── speedlim-help.pd │ ├── speedlim.pd_linux │ ├── spell-help.pd │ ├── spell.pd_linux │ ├── spike~-help.pd │ ├── spike~.pd_linux │ ├── split-help.pd │ ├── split.pd_linux │ ├── spray-help.pd │ ├── spray.pd_linux │ ├── sprintf-help.pd │ ├── sprintf.pd_linux │ ├── substitute-help.pd │ ├── substitute.pd_linux │ ├── sustain-help.pd │ ├── sustain.pd_linux │ ├── svf~-help.pd │ ├── svf~.pd_linux │ ├── switch-help.pd │ ├── switch.pd_linux │ ├── tanh-help.pd │ ├── tanh.pd_linux │ ├── tanh~-help.pd │ ├── tanh~.pd_linux │ ├── tanx~-help.pd │ ├── tanx~.pd_linux │ ├── test.mid │ ├── testmess-help.pd │ ├── testmess.pd_linux │ ├── thresh-help.pd │ ├── thresh.pd_linux │ ├── tosymbol-help.pd │ ├── tosymbol.pd_linux │ ├── train~-help.pd │ ├── train~.pd_linux │ ├── trapezoid~-help.pd │ ├── trapezoid~.pd_linux │ ├── triangle~-help.pd │ ├── triangle~.pd_linux │ ├── universal-help.pd │ ├── universal.pd_linux │ ├── urn-help.pd │ ├── urn.pd_linux │ ├── vectral~-help.pd │ ├── vectral~.pd_linux │ ├── wave~-help.pd │ ├── wave~.pd_linux │ ├── xbendin-help.pd │ ├── xbendin.pd_linux │ ├── xbendin2-help.pd │ ├── xbendin2.pd_linux │ ├── xbendout-help.pd │ ├── xbendout.pd_linux │ ├── xbendout2-help.pd │ ├── xbendout2.pd_linux │ ├── xnotein-help.pd │ ├── xnotein.pd_linux │ ├── xnoteout-help.pd │ ├── xnoteout.pd_linux │ ├── zerox~-help.pd │ ├── zerox~.pd_linux │ ├── zl-help.pd │ └── zl.pd_linux ├── earplug~ │ ├── LICENSE.txt │ ├── README.txt │ ├── earplug~-help.pd │ ├── earplug~-meta.pd │ └── earplug~.pd_linux ├── ekext │ ├── LICENSE.txt │ ├── README.txt │ ├── bmt~-help.pd │ ├── bmt~.pd_linux │ ├── count-help.pd │ ├── count.pd │ ├── cup-help.pd │ ├── cup.pd_linux │ ├── cupd-help.pd │ ├── cupd.pd_linux │ ├── doubledelta-help.pd │ ├── doubledelta.pd_linux │ ├── ekext-meta.pd │ ├── examples │ │ ├── beauty.wav │ │ ├── drummach.wav │ │ ├── lpc-cross-synthesis.pd │ │ ├── peakit-listmoses.pd │ │ └── stink.wav │ ├── framescore~-help.pd │ ├── framescore~.pd_linux │ ├── framespect~-help.pd │ ├── framespect~.pd_linux │ ├── hasc~-help.pd │ ├── hasc~.pd_linux │ ├── hssc~-help.pd │ ├── hssc~.pd_linux │ ├── ihisto-help.pd │ ├── ihisto.pd_linux │ ├── list_sum-help.pd │ ├── list_sum.pd_linux │ ├── listmoses-help.pd │ ├── listmoses.pd_linux │ ├── lpc~-help.pd │ ├── lpc~.pd_linux │ ├── lpreson~-help.pd │ ├── lpreson~.pd_linux │ ├── maskxor-help.pd │ ├── maskxor.pd_linux │ ├── peakit~-help.pd │ ├── peakit~.pd_linux │ ├── polymap-help.pd │ ├── polymap.pd_linux │ ├── polystat-help.pd │ ├── polystat.pd_linux │ ├── sieve-help.pd │ ├── sieve.pd_linux │ ├── simile-help.pd │ ├── simile.pd_linux │ ├── simile~-help.pd │ ├── simile~.pd_linux │ ├── steady-help.pd │ ├── steady.pd_linux │ ├── valve-help.pd │ ├── valve.pd_linux │ ├── voicing_detector~-help.pd │ ├── voicing_detector~.pd_linux │ ├── weightonset-help.pd │ ├── weightonset.pd_linux │ ├── zeroxpos~-help.pd │ └── zeroxpos~.pd_linux ├── ext13 │ ├── LICENSE.txt │ ├── README.txt │ ├── catch13~-help.pd │ ├── catch13~.pd_linux │ ├── cdplayer-help.pd │ ├── cdplayer.pd_linux │ ├── ext13-meta.pd │ ├── filesize-help.pd │ ├── filesize.pd_linux │ ├── ftos-help.pd │ ├── ftos.pd_linux │ ├── kalashnikov-help.pd │ ├── kalashnikov.pd_linux │ ├── mandelbrot-help.pd │ ├── mandelbrot.pd_linux │ ├── mandelbrot~-help.pd │ ├── mandelbrot~.pd_linux │ ├── messages-help.pd │ ├── messages.pd_linux │ ├── openpatch-help.pd │ ├── openpatch.pd_linux │ ├── ossmixer-help.pd │ ├── ossmixer.pd_linux │ ├── piperead~-help.pd │ ├── piperead~.pd_linux │ ├── pipewrite~-help.pd │ ├── pipewrite~.pd_linux │ ├── promiscous~-help.pd │ ├── promiscous~.pd_linux │ ├── receive13-help.pd │ ├── receive13.pd_linux │ ├── receive13~-help.pd │ ├── receive13~.pd_linux │ ├── scramble~-help.pd │ ├── scramble~.pd_linux │ ├── send13-help.pd │ ├── send13.pd_linux │ ├── send13~-help.pd │ ├── send13~.pd_linux │ ├── sfwrite13~-help.pd │ ├── sfwrite13~.pd_linux │ ├── streamin13~-help.pd │ ├── streamin13~.pd_linux │ ├── streamout13~-help.pd │ ├── streamout13~.pd_linux │ ├── strippath-help.pd │ ├── strippath.pd_linux │ ├── throw13~-help.pd │ ├── throw13~.pd_linux │ ├── wavinfo-help.pd │ └── wavinfo.pd_linux ├── extra │ ├── README.txt │ ├── bonk~-help.pd │ ├── bonk~.pd_linux │ ├── choice-help.pd │ ├── choice.pd_linux │ ├── complex-mod~-help.pd │ ├── complex-mod~.pd │ ├── expr-help.pd │ ├── expr.pd_linux │ ├── expr~.pd_linux │ ├── extra-meta.pd │ ├── fexpr~.pd_linux │ ├── fiddle~-help.pd │ ├── fiddle~.pd_linux │ ├── hilbert~-help.pd │ ├── hilbert~.pd │ ├── loop~-help.pd │ ├── loop~.pd_linux │ ├── lrshift~-help.pd │ ├── lrshift~.pd_linux │ ├── pdsched.pd_linux │ ├── pd~-help.pd │ ├── pd~-subprocess.pd │ ├── pd~.pd_linux │ ├── pique-help.pd │ ├── pique.pd_linux │ ├── rev1-final.pd │ ├── rev1-stage.pd │ ├── rev1~-help.pd │ ├── rev1~.pd │ ├── rev2~-help.pd │ ├── rev2~.pd │ ├── rev3~-help.pd │ ├── rev3~.pd │ ├── sigmund~-help.pd │ ├── sigmund~.pd_linux │ ├── stdout-help.pd │ ├── stdout.pd_linux │ └── z.pd ├── flatgui │ ├── LICENSE.txt │ ├── README.txt │ ├── entry-help.pd │ ├── entry.pd_linux │ ├── examples │ │ └── clock.pd │ ├── flatgui-meta.pd │ ├── knob-help.pd │ ├── knob.pd_linux │ ├── popup-help.pd │ └── popup.pd_linux ├── freeverb~ │ ├── LICENSE.txt │ ├── README.txt │ ├── freeverb~-help.pd │ ├── freeverb~-meta.pd │ └── freeverb~.pd_linux ├── gem2pdp-README.txt ├── gem2pdp-help.pd ├── gem2pdp.pd_linux ├── ggee │ ├── LICENSE.txt │ ├── README.txt │ ├── atan2~-help.pd │ ├── atan2~.pd_linux │ ├── bandpass-help.pd │ ├── bandpass.pd_linux │ ├── button-help.pd │ ├── button.pd_linux │ ├── constant-help.pd │ ├── constant.pd_linux │ ├── envgen-help.pd │ ├── envgen.pd_linux │ ├── equalizer-help.pd │ ├── equalizer.pd_linux │ ├── fofsynth~-help.pd │ ├── fofsynth~.pd_linux │ ├── gcanvas-help.pd │ ├── gcanvas.pd_linux │ ├── getdir-help.pd │ ├── getdir.pd_linux │ ├── ggee-meta.pd │ ├── highpass-help.pd │ ├── highpass.pd_linux │ ├── highshelf-help.pd │ ├── highshelf.pd_linux │ ├── hlshelf-help.pd │ ├── hlshelf.pd_linux │ ├── image-help.pd │ ├── image.pd_linux │ ├── inv-help.pd │ ├── inv.pd_linux │ ├── logo100.gif │ ├── lowpass-help.pd │ ├── lowpass.pd_linux │ ├── lowshelf-help.pd │ ├── lowshelf.pd_linux │ ├── mixer~-help.pd │ ├── mixer~.pd_linux │ ├── moog~-help.pd │ ├── moog~.pd_linux │ ├── notch-help.pd │ ├── notch.pd_linux │ ├── pvocfreq-help.pd │ ├── pvocfreq.pd_linux │ ├── qread-help.pd │ ├── qread.pd_linux │ ├── rl-help.pd │ ├── rl.pd_linux │ ├── rtout-help.pd │ ├── rtout.pd_linux │ ├── serial_bird-help.pd │ ├── serial_bird.pd_linux │ ├── serial_ms-help.pd │ ├── serial_ms.pd_linux │ ├── serial_mt-help.pd │ ├── serial_mt.pd_linux │ ├── serialize-help.pd │ ├── serialize.pd_linux │ ├── sfwrite~-help.pd │ ├── sfwrite~.pd_linux │ ├── shell-help.pd │ ├── shell.pd_linux │ ├── sinh-help.pd │ ├── sinh.pd_linux │ ├── sl-help.pd │ ├── sl.pd_linux │ ├── slider-help.pd │ ├── slider.pd_linux │ ├── sliderh-help.pd │ ├── sliderh.pd_linux │ ├── state-help.pd │ ├── state.pd_linux │ ├── streamin~-help.pd │ ├── streamin~.pd_linux │ ├── streamout~-help.pd │ ├── streamout~.pd_linux │ ├── stripdir-help.pd │ ├── stripdir.pd_linux │ ├── tabwrite4~-help.pd │ ├── tabwrite4~.pd_linux │ ├── ticker-help.pd │ ├── ticker.pd_linux │ ├── toddle-help.pd │ ├── toddle.pd_linux │ ├── unserialize-help.pd │ ├── unserialize.pd_linux │ ├── unwonk-help.pd │ └── unwonk.pd_linux ├── hcs │ ├── ISOdate-help.pd │ ├── ISOdate.pd │ ├── ISOtime-help.pd │ ├── ISOtime.pd │ ├── LICENSE.txt │ ├── README.txt │ ├── ascii2int-help.pd │ ├── ascii2int.pd │ ├── autoscale-help.pd │ ├── autoscale.pd │ ├── blocksize_in_ms-help.pd │ ├── blocksize_in_ms.pd │ ├── canvas_name-help.pd │ ├── canvas_name.pd_linux │ ├── ce_path-help.pd │ ├── ce_path.pd_linux │ ├── classpath-help.pd │ ├── classpath.pd_linux │ ├── colorpanel-help.pd │ ├── colorpanel.pd_linux │ ├── colorpanel.tcl │ ├── cursor-help.pd │ ├── cursor.pd_linux │ ├── cursor.tcl │ ├── debounce-help.pd │ ├── debounce.pd │ ├── debug-help.pd │ ├── debug.pd │ ├── embed-help.pd │ ├── embed.pd │ ├── examples │ │ ├── changing_the_colors.pd │ │ ├── cursor.gif │ │ └── move_pd_window.pd │ ├── file_type-help.pd │ ├── file_type.pd │ ├── float2ascii-help.pd │ ├── float2ascii.pd │ ├── folder_list-help.pd │ ├── folder_list.pd_linux │ ├── get-audio-dialog-help.pd │ ├── get-audio-dialog.pd │ ├── get-midi-dialog-help.pd │ ├── get-midi-dialog.pd │ ├── gid2group_name-help.pd │ ├── gid2group_name.pd │ ├── group-help.pd │ ├── group.pd_linux │ ├── group_name2gid-help.pd │ ├── group_name2gid.pd │ ├── hcs-meta.pd │ ├── helppath-help.pd │ ├── helppath.pd_linux │ ├── hostname-help.pd │ ├── hostname.pd │ ├── ifeel-help.pd │ ├── ifeel.pd_linux │ ├── make-audio-dialog-help.pd │ ├── make-audio-dialog.pd │ ├── mouse_region-help.pd │ ├── mouse_region.pd │ ├── noquit-help.pd │ ├── noquit.pd │ ├── passwd-help.pd │ ├── passwd.pd_linux │ ├── pi-help.pd │ ├── pi.pd │ ├── pointer_position-help.pd │ ├── pointer_position.pd │ ├── pwm-help.pd │ ├── pwm.pd │ ├── pwm~-help.pd │ ├── pwm~.pd │ ├── screensize-help.pd │ ├── screensize.pd_linux │ ├── setenv-help.pd │ ├── setenv.pd_linux │ ├── split_my_msgs-help.pd │ ├── split_my_msgs.pd │ ├── split_path-help.pd │ ├── split_path.pd_linux │ ├── sql_query-help.pd │ ├── sql_query.pd_linux │ ├── square~-help.pd │ ├── square~.pd │ ├── stat-help.pd │ ├── stat.pd_linux │ ├── sys_gui-help.pd │ ├── sys_gui.pd_linux │ ├── tcl_version-help.pd │ ├── tcl_version.pd │ ├── tkconsole-help.pd │ ├── tkconsole.pd │ ├── tremolo~-help.pd │ ├── tremolo~.pd │ ├── uid2username-help.pd │ ├── uid2username.pd │ ├── uname-help.pd │ ├── uname.pd_linux │ ├── unsetenv-help.pd │ ├── unsetenv.pd_linux │ ├── username2uid-help.pd │ ├── username2uid.pd │ ├── version-help.pd │ ├── version.pd_linux │ ├── window_name-help.pd │ └── window_name.pd_linux ├── hexloader │ ├── FAQ.txt │ ├── README.txt │ └── hexloader.pd_linux ├── hid │ ├── LICENSE.txt │ ├── README.txt │ ├── buttongate-help.pd │ ├── buttongate.pd │ ├── deg2hid-help.pd │ ├── deg2hid.pd │ ├── examples │ │ ├── polar-joystick.pd │ │ └── spiral-joystick.pd │ ├── hid-help.pd │ ├── hid-meta.pd │ ├── hid.pd_linux │ ├── hid2deg-help.pd │ ├── hid2deg.pd │ ├── hid2rad-help.pd │ ├── hid2rad.pd │ ├── hid_average-help.pd │ ├── hid_average.pd │ ├── hid_centered-help.pd │ ├── hid_centered.pd │ ├── hid_cube-help.pd │ ├── hid_cube.pd │ ├── hid_cuberoot-help.pd │ ├── hid_cuberoot.pd │ ├── hid_exp-help.pd │ ├── hid_exp.pd │ ├── hid_graph-help.pd │ ├── hid_graph.pd │ ├── hid_invert-help.pd │ ├── hid_invert.pd │ ├── hid_log-help.pd │ ├── hid_log.pd │ ├── hid_lowpass-help.pd │ ├── hid_lowpass.pd │ ├── hid_menu-help.pd │ ├── hid_menu.pd │ ├── hid_one2four-help.pd │ ├── hid_one2four.pd │ ├── hid_one2three-help.pd │ ├── hid_one2three.pd │ ├── hid_one2two-help.pd │ ├── hid_one2two.pd │ ├── hid_polar-help.pd │ ├── hid_polar.pd │ ├── hid_rel2abs-help.pd │ ├── hid_rel2abs.pd │ ├── hid_smooth-help.pd │ ├── hid_smooth.pd │ ├── hid_spiral-help.pd │ ├── hid_spiral.pd │ ├── hid_square-help.pd │ ├── hid_square.pd │ ├── hid_squareroot-help.pd │ ├── hid_squareroot.pd │ ├── joystick-help.pd │ ├── joystick.pd │ ├── keyboard-help.pd │ ├── keyboard.pd │ ├── keygate-help.pd │ ├── keygate.pd │ ├── mouse-help.pd │ ├── mouse.pd │ ├── notescale-help.pd │ ├── notescale.pd │ ├── rad2hid-help.pd │ └── rad2hid.pd ├── iem16 │ ├── del16read~-help.pd │ ├── del16read~.pd_linux │ ├── del16write~-help.pd │ ├── del16write~.pd_linux │ ├── iem16-meta.pd │ ├── tab16play~-help.pd │ ├── tab16play~.pd_linux │ ├── tab16read-help.pd │ ├── tab16read.pd_linux │ ├── tab16read4.pd_linux │ ├── tab16read4~-help.pd │ ├── tab16read4~.pd_linux │ ├── tab16read~.pd_linux │ ├── tab16receive~-help.pd │ ├── tab16receive~.pd_linux │ ├── tab16send~-help.pd │ ├── tab16send~.pd_linux │ ├── tab16write-help.pd │ ├── tab16write.pd_linux │ ├── tab16write~-help.pd │ ├── tab16write~.pd_linux │ ├── table16-help.pd │ ├── table16.pd_linux │ ├── vd16~-help.pd │ └── vd16~.pd_linux ├── iem_adaptfilt │ ├── NLMSCC~-help.pd │ ├── NLMSCC~.pd_linux │ ├── NLMSerr_in~-help.pd │ ├── NLMSerr_in~.pd_linux │ ├── NLMS~-help.pd │ ├── NLMS~.pd_linux │ ├── iem_adaptfilt-meta.pd │ ├── manual │ │ └── adapt_filt_lib.pdf │ ├── n_CLNLMS~-help.pd │ ├── n_CLNLMS~.pd_linux │ ├── n_CNLMS~-help.pd │ └── n_CNLMS~.pd_linux ├── iem_ambi │ ├── Ambisonic_2d_example.pd │ ├── LICENSE.txt │ ├── README.txt │ ├── ambi_decode.pd_linux │ ├── ambi_decode2.pd_linux │ ├── ambi_decode3-help.pd │ ├── ambi_decode3.pd_linux │ ├── ambi_decode_cube.pd_linux │ ├── ambi_encode-help.pd │ ├── ambi_encode.pd_linux │ ├── ambi_rot-help.pd │ ├── ambi_rot.pd_linux │ └── iem_ambi-meta.pd ├── iem_bin_ambi │ ├── README.txt │ ├── ambi_reduced_decode_fft2-help.pd │ ├── ambi_reduced_decode_fir2-help.pd │ ├── bin_ambi_calc_HRTF.pd_linux │ ├── bin_ambi_reduced_decode.pd_linux │ ├── bin_ambi_reduced_decode2.pd_linux │ ├── bin_ambi_reduced_decode_fft.pd_linux │ ├── bin_ambi_reduced_decode_fft2.pd_linux │ ├── bin_ambi_reduced_decode_fir.pd_linux │ ├── bin_ambi_reduced_decode_fir2.pd_linux │ └── iem_bin_ambi-meta.pd ├── iem_delay │ ├── README.txt │ ├── block_delay~-help.pd │ ├── block_delay~.pd_linux │ ├── iem_delay-meta.pd │ ├── n_delay1p_line~-help.pd │ ├── n_delay1p_line~.pd_linux │ ├── n_delay2p_line~-help.pd │ ├── n_delay2p_line~.pd_linux │ └── nz~.pd_linux ├── iem_roomsim │ ├── README.txt │ ├── cart2del_damp_2d-help.pd │ ├── cart2del_damp_2d.pd_linux │ ├── cart2del_damp_3d-help.pd │ ├── cart2del_damp_3d.pd_linux │ ├── early_reflections_2d.pd_linux │ ├── early_reflections_3d.pd_linux │ └── iem_roomsim-meta.pd ├── iem_spec2 │ ├── README.txt │ ├── iem_spec2-meta.pd │ ├── spec2_1p1z_freq~-help.pd │ ├── spec2_1p1z_freq~.pd_linux │ ├── spec2_1p1z_time~-help.pd │ ├── spec2_1p1z_time~.pd_linux │ ├── spec2_abs~-help.pd │ ├── spec2_abs~.pd_linux │ ├── spec2_add_scalar~-help.pd │ ├── spec2_add_scalar~.pd_linux │ ├── spec2_add~-help.pd │ ├── spec2_add~.pd_linux │ ├── spec2_block_delay~-help.pd │ ├── spec2_block_delay~.pd_linux │ ├── spec2_clip_max~-help.pd │ ├── spec2_clip_max~.pd_linux │ ├── spec2_clip_min~-help.pd │ ├── spec2_clip_min~.pd_linux │ ├── spec2_dbtopow~-help.pd │ ├── spec2_dbtopow~.pd_linux │ ├── spec2_dbtorms~-help.pd │ ├── spec2_dbtorms~.pd_linux │ ├── spec2_matrix_bundle_stat~-help.pd │ ├── spec2_matrix_bundle_stat~.pd_linux │ ├── spec2_mul_scalar~-help.pd │ ├── spec2_mul_scalar~.pd_linux │ ├── spec2_mul~-help.pd │ ├── spec2_mul~.pd_linux │ ├── spec2_powtodb~-help.pd │ ├── spec2_powtodb~.pd_linux │ ├── spec2_rmstodb~-help.pd │ ├── spec2_rmstodb~.pd_linux │ ├── spec2_shift~-help.pd │ ├── spec2_shift~.pd_linux │ ├── spec2_sqrt~-help.pd │ ├── spec2_sqrt~.pd_linux │ ├── spec2_stretch~-help.pd │ ├── spec2_stretch~.pd_linux │ ├── spec2_sub~-help.pd │ ├── spec2_sub~.pd_linux │ ├── spec2_sum~-help.pd │ ├── spec2_sum~.pd_linux │ ├── spec2_tab_conv~-help.pd │ ├── spec2_tab_conv~.pd_linux │ ├── spec2_tabreceive_enable~-help.pd │ ├── spec2_tabreceive_enable~.pd_linux │ ├── spec2_tabreceive~-help.pd │ └── spec2_tabreceive~.pd_linux ├── iem_tab │ ├── README.txt │ ├── iem_tab-meta.pd │ ├── tab_abs-help.pd │ ├── tab_abs.pd_linux │ ├── tab_add-help.pd │ ├── tab_add.pd_linux │ ├── tab_add_scalar-help.pd │ ├── tab_add_scalar.pd_linux │ ├── tab_carth2polar-help.pd │ ├── tab_carth2polar.pd_linux │ ├── tab_complex_inv-help.pd │ ├── tab_complex_inv.pd_linux │ ├── tab_complex_mul-help.pd │ ├── tab_complex_mul.pd_linux │ ├── tab_const-help.pd │ ├── tab_const.pd_linux │ ├── tab_conv-help.pd │ ├── tab_conv.pd_linux │ ├── tab_copy-help.pd │ ├── tab_copy.pd_linux │ ├── tab_counter-help.pd │ ├── tab_counter.pd_linux │ ├── tab_cross_corr-help.pd │ ├── tab_cross_corr.pd_linux │ ├── tab_dbtopow-help.pd │ ├── tab_dbtopow.pd_linux │ ├── tab_dbtorms-help.pd │ ├── tab_dbtorms.pd_linux │ ├── tab_div-help.pd │ ├── tab_div.pd_linux │ ├── tab_eq-help.pd │ ├── tab_eq.pd_linux │ ├── tab_eq_scalar-help.pd │ ├── tab_eq_scalar.pd_linux │ ├── tab_fft-help.pd │ ├── tab_fft.pd_linux │ ├── tab_find_exact_peaks-help.pd │ ├── tab_find_exact_peaks.pd_linux │ ├── tab_find_peaks-help.pd │ ├── tab_find_peaks.pd_linux │ ├── tab_ge-help.pd │ ├── tab_ge.pd_linux │ ├── tab_ge_scalar-help.pd │ ├── tab_ge_scalar.pd_linux │ ├── tab_get_size-help.pd │ ├── tab_get_size.pd_linux │ ├── tab_gt-help.pd │ ├── tab_gt.pd_linux │ ├── tab_gt_scalar-help.pd │ ├── tab_gt_scalar.pd_linux │ ├── tab_ifft-help.pd │ ├── tab_ifft.pd_linux │ ├── tab_le-help.pd │ ├── tab_le.pd_linux │ ├── tab_le_scalar-help.pd │ ├── tab_le_scalar.pd_linux │ ├── tab_lt-help.pd │ ├── tab_lt.pd_linux │ ├── tab_lt_scalar-help.pd │ ├── tab_lt_scalar.pd_linux │ ├── tab_max_index-help.pd │ ├── tab_max_index.pd_linux │ ├── tab_min_index-help.pd │ ├── tab_min_index.pd_linux │ ├── tab_min_max-help.pd │ ├── tab_min_max.pd_linux │ ├── tab_mls.pd_linux │ ├── tab_mul-help.pd │ ├── tab_mul.pd_linux │ ├── tab_mul_scalar-help.pd │ ├── tab_mul_scalar.pd_linux │ ├── tab_ne-help.pd │ ├── tab_ne.pd_linux │ ├── tab_ne_scalar-help.pd │ ├── tab_ne_scalar.pd_linux │ ├── tab_powtodb-help.pd │ ├── tab_powtodb.pd_linux │ ├── tab_reverse-help.pd │ ├── tab_reverse.pd_linux │ ├── tab_rfft-help.pd │ ├── tab_rfft.pd_linux │ ├── tab_rifft-help.pd │ ├── tab_rifft.pd_linux │ ├── tab_rmstodb-help.pd │ ├── tab_rmstodb.pd_linux │ ├── tab_sqrt-help.pd │ ├── tab_sqrt.pd_linux │ ├── tab_sub-help.pd │ ├── tab_sub.pd_linux │ ├── tab_sum-help.pd │ └── tab_sum.pd_linux ├── iemgui │ ├── README.txt │ ├── cube_sphere-help.pd │ ├── cube_sphere.pd_linux │ ├── hfadl_scale-help.pd │ ├── hfadl_scale.pd_linux │ ├── hfadr_scale-help.pd │ ├── hfadr_scale.pd_linux │ ├── iem_event-help.pd │ ├── iem_event.pd_linux │ ├── iem_image-help.pd │ ├── iem_image.pd_linux │ ├── iem_vu-help.pd │ ├── iem_vu.pd_linux │ ├── iemgui-meta.pd │ ├── nbxm-help.pd │ ├── numberbox_matrix-help.pd │ ├── numberbox_matrix.pd_linux │ ├── room_sim_2d-help.pd │ ├── room_sim_2d.pd_linux │ ├── room_sim_3d-help.pd │ ├── room_sim_3d.pd_linux │ ├── sym_dial.pd_linux │ ├── vfad_scale-help.pd │ └── vfad_scale.pd_linux ├── iemguts │ ├── LICENSE.txt │ ├── README.txt │ ├── autoabstraction-help.pd │ ├── autoabstraction.pd_linux │ ├── canvasargs-help.pd │ ├── canvasargs.pd_linux │ ├── canvasconnections-help.pd │ ├── canvasconnections.pd_linux │ ├── canvasdelete-help.pd │ ├── canvasdelete.pd_linux │ ├── canvasdollarzero-help.pd │ ├── canvasdollarzero.pd_linux │ ├── canvaserror-help.pd │ ├── canvaserror.pd_linux │ ├── canvasindex-help.pd │ ├── canvasindex.pd_linux │ ├── canvasname-abs.pd │ ├── canvasname-help.pd │ ├── canvasname.pd_linux │ ├── canvasobjectposition-help.pd │ ├── canvasobjectposition.pd_linux │ ├── canvasposition-help.pd │ ├── canvasposition.pd_linux │ ├── canvasselect-help.pd │ ├── canvasselect.pd_linux │ ├── classtest-help.pd │ ├── classtest.pd_linux │ ├── examples │ │ ├── 03.persistent_properties.pd │ │ ├── 04.moving_in_gem.pd │ │ ├── 05.flies.pd │ │ ├── 06.interacting_sound.pd │ │ ├── FM~.pd │ │ ├── disconnectme.pd │ │ ├── fly.pd │ │ ├── gemmover.pd │ │ ├── gopcanvas.pd │ │ ├── mover.pd │ │ ├── randomoffset.pd │ │ ├── randomwalk.pd │ │ ├── sink~.pd │ │ ├── valX~.pd │ │ ├── valY~.pd │ │ └── versioning.pd │ ├── iemguts-meta.pd │ ├── oreceive-help.pd │ ├── oreceive.pd_linux │ ├── propertybang-help.pd │ ├── propertybang.pd_linux │ ├── receivecanvas-help.pd │ ├── receivecanvas.pd_linux │ ├── savebangs-help.pd │ ├── savebangs.pd_linux │ ├── sendcanvas-help.pd │ ├── sendcanvas.pd_linux │ ├── try-help.pd │ └── try.pd_linux ├── iemlib │ ├── $n-help.pd │ ├── 1_simple_parameter_management.pd │ ├── 1p1z.pd │ ├── 2_GUI_DSP_parameter_management.pd │ ├── 7_guis-INTRO.pd │ ├── FIR~-help.pd │ ├── FIR~.pd_linux │ ├── LFO_noise~-help.pd │ ├── LFO_noise~.pd_linux │ ├── add2_comma-help.pd │ ├── add2_comma.pd_linux │ ├── addl~-help.pd │ ├── addl~.pd │ ├── all_guis-INTRO.pd │ ├── any-help.pd │ ├── any.pd_linux │ ├── ap1c~.pd │ ├── ap1~-help.pd │ ├── ap1~.pd │ ├── ap2c~.pd │ ├── ap2~-help.pd │ ├── ap2~.pd │ ├── aspeedlim-help.pd │ ├── aspeedlim.pd_linux │ ├── biquad_freq_resp.pd_linux │ ├── bng.pd │ ├── bp2~.pd │ ├── bpe-help.pd │ ├── bpe.pd_linux │ ├── bpq2~-help.pd │ ├── bpq2~.pd │ ├── bpw2~-help.pd │ ├── bpw2~.pd │ ├── bs2~.pd │ ├── bsq2~-help.pd │ ├── bsq2~.pd │ ├── bsw2~-help.pd │ ├── bsw2~.pd │ ├── db2v-help.pd │ ├── db2v.pd_linux │ ├── dbtofad-help.pd │ ├── dbtofad.pd │ ├── default-help.pd │ ├── default.pd │ ├── divl~-help.pd │ ├── divl~.pd │ ├── dollarg-help.pd │ ├── dollarg.pd_linux │ ├── dsp-help.pd │ ├── dsp.pd │ ├── dsp~-help.pd │ ├── dsp~.pd │ ├── examples │ │ ├── 1_simple_parameter_management.pd │ │ ├── 2_GUI_DSP_parameter_management.pd │ │ └── test_pbank.txt │ ├── exp_inc-help.pd │ ├── exp_inc.pd_linux │ ├── f2note-help.pd │ ├── f2note.pd_linux │ ├── fade~-help.pd │ ├── fade~.pd_linux │ ├── fadtodb-help.pd │ ├── fadtodb.pd │ ├── fadtorms-help.pd │ ├── fadtorms.pd │ ├── filter~.pd_linux │ ├── float24-help.pd │ ├── float24.pd_linux │ ├── for++-help.pd │ ├── for++.pd │ ├── for++.pd_linux │ ├── for_pp.pd_linux │ ├── gainvu~.pd │ ├── gate-help.pd │ ├── gate.pd_linux │ ├── gui-menu.pd │ ├── gui-menue.pd │ ├── hdial.pd │ ├── hml_shelf~-help.pd │ ├── hml_shelf~.pd_linux │ ├── hp10_bess~-help.pd │ ├── hp10_bess~.pd │ ├── hp10_butt~-help.pd │ ├── hp10_butt~.pd │ ├── hp10_cheb~-help.pd │ ├── hp10_cheb~.pd │ ├── hp10_crit~-help.pd │ ├── hp10_crit~.pd │ ├── hp1c~.pd │ ├── hp1~-help.pd │ ├── hp1~.pd │ ├── hp2_bess~-help.pd │ ├── hp2_bess~.pd │ ├── hp2_butt~-help.pd │ ├── hp2_butt~.pd │ ├── hp2_cheb~-help.pd │ ├── hp2_cheb~.pd │ ├── hp2_crit~-help.pd │ ├── hp2_crit~.pd │ ├── hp2c~.pd │ ├── hp2~-help.pd │ ├── hp2~.pd │ ├── hp3_bess~-help.pd │ ├── hp3_bess~.pd │ ├── hp3_butt~-help.pd │ ├── hp3_butt~.pd │ ├── hp3_cheb~-help.pd │ ├── hp3_cheb~.pd │ ├── hp3_crit~-help.pd │ ├── hp3_crit~.pd │ ├── hp4_bess~-help.pd │ ├── hp4_bess~.pd │ ├── hp4_butt~-help.pd │ ├── hp4_butt~.pd │ ├── hp4_cheb~-help.pd │ ├── hp4_cheb~.pd │ ├── hp4_crit~-help.pd │ ├── hp4_crit~.pd │ ├── hp5_bess~-help.pd │ ├── hp5_bess~.pd │ ├── hp5_butt~-help.pd │ ├── hp5_butt~.pd │ ├── hp5_cheb~-help.pd │ ├── hp5_cheb~.pd │ ├── hp5_crit~-help.pd │ ├── hp5_crit~.pd │ ├── hp6_bess~-help.pd │ ├── hp6_bess~.pd │ ├── hp6_butt~-help.pd │ ├── hp6_butt~.pd │ ├── hp6_cheb~-help.pd │ ├── hp6_cheb~.pd │ ├── hp6_crit~-help.pd │ ├── hp6_crit~.pd │ ├── hp7_bess~-help.pd │ ├── hp7_bess~.pd │ ├── hp7_butt~-help.pd │ ├── hp7_butt~.pd │ ├── hp7_cheb~-help.pd │ ├── hp7_cheb~.pd │ ├── hp7_crit~-help.pd │ ├── hp7_crit~.pd │ ├── hp8_bess~-help.pd │ ├── hp8_bess~.pd │ ├── hp8_butt~-help.pd │ ├── hp8_butt~.pd │ ├── hp8_cheb~-help.pd │ ├── hp8_cheb~.pd │ ├── hp8_crit~-help.pd │ ├── hp8_crit~.pd │ ├── hp9_bess~-help.pd │ ├── hp9_bess~.pd │ ├── hp9_butt~-help.pd │ ├── hp9_butt~.pd │ ├── hp9_cheb~-help.pd │ ├── hp9_cheb~.pd │ ├── hp9_crit~-help.pd │ ├── hp9_crit~.pd │ ├── hradio.pd │ ├── hslider.pd │ ├── iem_alisttosym-help.pd │ ├── iem_alisttosym.pd_linux │ ├── iem_anything-help.pd │ ├── iem_anything.pd_linux │ ├── iem_append-help.pd │ ├── iem_append.pd_linux │ ├── iem_atan2.pd │ ├── iem_blocksize~-help.pd │ ├── iem_blocksize~.pd_linux │ ├── iem_cot4~.pd_linux │ ├── iem_delay~.pd_linux │ ├── iem_i_route-help.pd │ ├── iem_i_route.pd_linux │ ├── iem_pbank_csv-help.pd │ ├── iem_pbank_csv.pd_linux │ ├── iem_pow4~.pd_linux │ ├── iem_prepend-help.pd │ ├── iem_prepend.pd_linux │ ├── iem_r-help.pd │ ├── iem_r.pd │ ├── iem_receive-help.pd │ ├── iem_receive.pd_linux │ ├── iem_route-help.pd │ ├── iem_route.pd_linux │ ├── iem_s-help.pd │ ├── iem_s.pd │ ├── iem_samplerate~-help.pd │ ├── iem_samplerate~.pd_linux │ ├── iem_sel_any-help.pd │ ├── iem_sel_any.pd_linux │ ├── iem_send-help.pd │ ├── iem_send.pd_linux │ ├── iem_sqrt4~.pd_linux │ ├── iem_symtoalist-help.pd │ ├── iem_symtoalist.pd_linux │ ├── iemlib-meta.pd │ ├── ii-help.pd │ ├── ii.pd_linux │ ├── iiroute-help.pd │ ├── init-help.pd │ ├── init.pd_linux │ ├── init_popup.pd │ ├── int_fract~-help.pd │ ├── int_fract~.pd │ ├── list2send-help.pd │ ├── list2send.pd_linux │ ├── lp1.wav │ ├── lp10_bess~-help.pd │ ├── lp10_bess~.pd │ ├── lp10_butt_d~-help.pd │ ├── lp10_butt_d~.pd │ ├── lp10_butt~-help.pd │ ├── lp10_butt~.pd │ ├── lp10_cheb~-help.pd │ ├── lp10_cheb~.pd │ ├── lp10_crit~-help.pd │ ├── lp10_crit~.pd │ ├── lp1_d~-help.pd │ ├── lp1_d~.pd │ ├── lp1_t~-help.pd │ ├── lp1_t~.pd_linux │ ├── lp1c~.pd │ ├── lp1~-help.pd │ ├── lp1~.pd │ ├── lp2.wav │ ├── lp2_bess~-help.pd │ ├── lp2_bess~.pd │ ├── lp2_butt~-help.pd │ ├── lp2_butt~.pd │ ├── lp2_cheb~-help.pd │ ├── lp2_cheb~.pd │ ├── lp2_crit~-help.pd │ ├── lp2_crit~.pd │ ├── lp2c_d~.pd │ ├── lp2c~.pd │ ├── lp2~-help.pd │ ├── lp2~.pd │ ├── lp3.wav │ ├── lp3_bess~-help.pd │ ├── lp3_bess~.pd │ ├── lp3_butt~-help.pd │ ├── lp3_butt~.pd │ ├── lp3_cheb~-help.pd │ ├── lp3_cheb~.pd │ ├── lp3_crit~-help.pd │ ├── lp3_crit~.pd │ ├── lp4_bess~-help.pd │ ├── lp4_bess~.pd │ ├── lp4_butt~-help.pd │ ├── lp4_butt~.pd │ ├── lp4_cheb~-help.pd │ ├── lp4_cheb~.pd │ ├── lp4_crit~-help.pd │ ├── lp4_crit~.pd │ ├── lp5_bess~-help.pd │ ├── lp5_bess~.pd │ ├── lp5_butt~-help.pd │ ├── lp5_butt~.pd │ ├── lp5_cheb~-help.pd │ ├── lp5_cheb~.pd │ ├── lp5_crit~-help.pd │ ├── lp5_crit~.pd │ ├── lp6_bess~-help.pd │ ├── lp6_bess~.pd │ ├── lp6_butt~-help.pd │ ├── lp6_butt~.pd │ ├── lp6_cheb~-help.pd │ ├── lp6_cheb~.pd │ ├── lp6_crit~-help.pd │ ├── lp6_crit~.pd │ ├── lp7_bess~-help.pd │ ├── lp7_bess~.pd │ ├── lp7_butt~-help.pd │ ├── lp7_butt~.pd │ ├── lp7_cheb~-help.pd │ ├── lp7_cheb~.pd │ ├── lp7_crit~-help.pd │ ├── lp7_crit~.pd │ ├── lp8_bess~-help.pd │ ├── lp8_bess~.pd │ ├── lp8_butt~-help.pd │ ├── lp8_butt~.pd │ ├── lp8_cheb~-help.pd │ ├── lp8_cheb~.pd │ ├── lp8_crit~-help.pd │ ├── lp8_crit~.pd │ ├── lp9_bess~-help.pd │ ├── lp9_bess~.pd │ ├── lp9_butt~-help.pd │ ├── lp9_butt~.pd │ ├── lp9_cheb~-help.pd │ ├── lp9_cheb~.pd │ ├── lp9_crit~-help.pd │ ├── lp9_crit~.pd │ ├── m2f~-help.pd │ ├── m2f~.pd_linux │ ├── manual │ │ ├── 0.INTRO.txt │ │ ├── CHANGES.txt │ │ ├── CONTENT.txt │ │ ├── Dokumentation_German.pdf │ │ ├── GnuLGPL.txt │ │ ├── INSTALL_lin.txt │ │ ├── INSTALL_win.txt │ │ ├── LICENCE.txt │ │ ├── README_lin.txt │ │ ├── README_win.txt │ │ └── all_guis-INTRO.txt │ ├── maverage~-help.pd │ ├── maverage~.pd │ ├── merge_any-help.pd │ ├── mergefilename-help.pd │ ├── mergefilename.pd_linux │ ├── modulo_counter-help.pd │ ├── modulo_counter.pd_linux │ ├── mov_avrg_kern~.pd_linux │ ├── mp3play~-help.pd │ ├── mull~-help.pd │ ├── mull~.pd │ ├── my_canvas.pd │ ├── my_numbox.pd │ ├── once-help.pd │ ├── once.pd │ ├── para_bp2~-help.pd │ ├── para_bp2~.pd_linux │ ├── parent$0-help.pd │ ├── parentdollarzero-help.pd │ ├── parentdollarzero.pd_linux │ ├── peakenv_hold~-help.pd │ ├── peakenv_hold~.pd_linux │ ├── peakenv~-help.pd │ ├── peakenv~.pd_linux │ ├── pink~-help.pd │ ├── pink~.pd │ ├── popup.pd │ ├── post_netreceive-help.pd │ ├── post_netreceive.pd_linux │ ├── pp-help.pd │ ├── pp.pd_linux │ ├── pre_inlet-help.pd │ ├── pre_inlet.pd_linux │ ├── pre_netsend-help.pd │ ├── prepend-help.pd │ ├── prepend_ascii-help.pd │ ├── prepend_ascii.pd_linux │ ├── protect_against_open.pd_linux │ ├── prvu~-help.pd │ ├── prvu~.pd_linux │ ├── pvu~-help.pd │ ├── pvu~.pd_linux │ ├── radiobutton.pd │ ├── rbpq2~-help.pd │ ├── rbpq2~.pd │ ├── rbpw2~-help.pd │ ├── rbpw2~.pd │ ├── receive2list-help.pd │ ├── receive2list.pd_linux │ ├── rmstofad-help.pd │ ├── rmstofad.pd │ ├── round_zero-help.pd │ ├── round_zero.pd_linux │ ├── round~-help.pd │ ├── round~.pd │ ├── rvu~-help.pd │ ├── rvu~.pd_linux │ ├── sin_phase~-help.pd │ ├── sin_phase~.pd_linux │ ├── soundfile_info-help.pd │ ├── soundfile_info.pd_linux │ ├── speedlim-help.pd │ ├── speedlim.pd_linux │ ├── split-help.pd │ ├── split.pd_linux │ ├── split3-help.pd │ ├── split3.pd │ ├── splitfilename-help.pd │ ├── splitfilename.pd_linux │ ├── stripfilename-help.pd │ ├── stripfilename.pd_linux │ ├── subl~-help.pd │ ├── subl~.pd │ ├── t3_bpe-help.pd │ ├── t3_bpe.pd_linux │ ├── t3_delay-help.pd │ ├── t3_delay.pd_linux │ ├── t3_line~-help.pd │ ├── t3_line~.pd_linux │ ├── t3_metro-help.pd │ ├── t3_metro.pd_linux │ ├── t3_sig~-help.pd │ ├── t3_sig~.pd_linux │ ├── t3_timer-help.pd │ ├── t3_timer.pd_linux │ ├── test-parentdollarzero.pd │ ├── test1.mp3 │ ├── test_dollarg.pd │ ├── testtone~.pd │ ├── tm.pd_linux │ ├── toggle.pd │ ├── toggle_mess-help.pd │ ├── toggle_mess.pd_linux │ ├── transf_fader-help.pd │ ├── transf_fader.pd_linux │ ├── unsig~-help.pd │ ├── unsig~.pd │ ├── unsym.pd_linux │ ├── unsymbol-help.pd │ ├── unsymbol.pd_linux │ ├── v2db-help.pd │ ├── v2db.pd_linux │ ├── vcf_bp2~-help.pd │ ├── vcf_bp2~.pd │ ├── vcf_bp4~-help.pd │ ├── vcf_bp4~.pd │ ├── vcf_bp6~-help.pd │ ├── vcf_bp6~.pd │ ├── vcf_bp8~-help.pd │ ├── vcf_bp8~.pd │ ├── vcf_filter~.pd_linux │ ├── vcf_hp2~-help.pd │ ├── vcf_hp2~.pd │ ├── vcf_hp4~-help.pd │ ├── vcf_hp4~.pd │ ├── vcf_hp6~-help.pd │ ├── vcf_hp6~.pd │ ├── vcf_hp8~-help.pd │ ├── vcf_hp8~.pd │ ├── vcf_lp2~-help.pd │ ├── vcf_lp2~.pd │ ├── vcf_lp4~-help.pd │ ├── vcf_lp4~.pd │ ├── vcf_lp6~-help.pd │ ├── vcf_lp6~.pd │ ├── vcf_lp8~-help.pd │ ├── vcf_lp8~.pd │ ├── vcf_rbp2~-help.pd │ ├── vcf_rbp2~.pd │ ├── vcf_rbp4~-help.pd │ ├── vcf_rbp4~.pd │ ├── vcf_rbp6~-help.pd │ ├── vcf_rbp6~.pd │ ├── vcf_rbp8~-help.pd │ ├── vcf_rbp8~.pd │ ├── vdial.pd │ ├── vradio.pd │ ├── vslider.pd │ ├── vu.pd │ ├── wrap-help.pd │ ├── wrap.pd_linux │ ├── x_all_guis.pd │ └── xx_xx.wav ├── iemmatrix │ ├── iemmatrix-meta.pd │ ├── manual │ │ ├── AUTHORS.txt │ │ ├── BUGS.txt │ │ ├── CHANGES.txt │ │ ├── GnuGPL.txt │ │ ├── INSTALL.txt │ │ └── LICENSE.txt │ ├── matrix-help.pd │ ├── matrix.pd_linux │ ├── matrix_mul_line~.pd_linux │ ├── matrix_mul~.pd_linux │ ├── matrix~-help.pd │ ├── matrix~.pd_linux │ ├── mtx.pd_linux │ ├── mtx_.cabs2-help.pd │ ├── mtx_.cabs2.pd │ ├── mtx_.cdiv-help.pd │ ├── mtx_.cdiv.pd │ ├── mtx_.cmul-help.pd │ ├── mtx_.cmul.pd │ ├── mtx_0x21.pd_linux │ ├── mtx_0x210x3d.pd_linux │ ├── mtx_0x26.pd_linux │ ├── mtx_0x260x26.pd_linux │ ├── mtx_0x2a.pd_linux │ ├── mtx_0x2a0x7e.pd_linux │ ├── mtx_0x2b.pd_linux │ ├── mtx_0x2d.pd_linux │ ├── mtx_0x2e0x2a.pd_linux │ ├── mtx_0x2e0x2f.pd_linux │ ├── mtx_0x2e0x5e.pd_linux │ ├── mtx_0x2f.pd_linux │ ├── mtx_0x3a.pd_linux │ ├── mtx_0x3c.pd_linux │ ├── mtx_0x3c0x3c.pd_linux │ ├── mtx_0x3c0x3d.pd_linux │ ├── mtx_0x3d0x3d.pd_linux │ ├── mtx_0x3e.pd_linux │ ├── mtx_0x3e0x3d.pd_linux │ ├── mtx_0x3e0x3e.pd_linux │ ├── mtx_0x7c.pd_linux │ ├── mtx_0x7c0x7c.pd_linux │ ├── mtx_abs-help.pd │ ├── mtx_abs.pd_linux │ ├── mtx_add-help.pd │ ├── mtx_add.pd_linux │ ├── mtx_and-help.pd │ ├── mtx_and.pd_linux │ ├── mtx_atan-help.pd │ ├── mtx_atan.pd_linux │ ├── mtx_atan2-help.pd │ ├── mtx_atan2.pd │ ├── mtx_bessel-help.pd │ ├── mtx_bessel.pd_linux │ ├── mtx_binops-help.pd │ ├── mtx_bitand-help.pd │ ├── mtx_bitand.pd_linux │ ├── mtx_bitleft-help.pd │ ├── mtx_bitleft.pd_linux │ ├── mtx_bitor-help.pd │ ├── mtx_bitor.pd_linux │ ├── mtx_bitright-help.pd │ ├── mtx_bitright.pd_linux │ ├── mtx_bspline.pd_linux │ ├── mtx_cabs2-help.pd │ ├── mtx_cabs2.pd │ ├── mtx_cart2sph-help.pd │ ├── mtx_cart2sph.pd │ ├── mtx_check-help.pd │ ├── mtx_check.pd_linux │ ├── mtx_cholesky-help.pd │ ├── mtx_cholesky.pd_linux │ ├── mtx_cinverse-help.pd │ ├── mtx_cinverse.pd │ ├── mtx_circular_harmonics-help.pd │ ├── mtx_cmul-help.pd │ ├── mtx_cmul.pd │ ├── mtx_col-help.pd │ ├── mtx_col.pd_linux │ ├── mtx_colon-help.pd │ ├── mtx_colon.pd_linux │ ├── mtx_concat-help.pd │ ├── mtx_concat.pd_linux │ ├── mtx_conv-help.pd │ ├── mtx_conv.pd_linux │ ├── mtx_cos-help.pd │ ├── mtx_cos.pd_linux │ ├── mtx_cumprod-help.pd │ ├── mtx_cumprod.pd_linux │ ├── mtx_cumsum-help.pd │ ├── mtx_cumsum.pd_linux │ ├── mtx_dbtopow-help.pd │ ├── mtx_dbtopow.pd_linux │ ├── mtx_dbtorms-help.pd │ ├── mtx_dbtorms.pd_linux │ ├── mtx_decay.pd_linux │ ├── mtx_diag-help.pd │ ├── mtx_diag.pd_linux │ ├── mtx_diegg-help.pd │ ├── mtx_diegg.pd_linux │ ├── mtx_diff-help.pd │ ├── mtx_diff.pd_linux │ ├── mtx_dispersive_dline.pd_linux │ ├── mtx_distance-help.pd │ ├── mtx_distance.pd │ ├── mtx_distance2-help.pd │ ├── mtx_distance2.pd_linux │ ├── mtx_div.pd_linux │ ├── mtx_egg-help.pd │ ├── mtx_egg.pd_linux │ ├── mtx_eig-help.pd │ ├── mtx_eig.pd_linux │ ├── mtx_ei~-help.pd │ ├── mtx_ei~.pd_linux │ ├── mtx_element-help.pd │ ├── mtx_element.pd_linux │ ├── mtx_eq-help.pd │ ├── mtx_eq.pd_linux │ ├── mtx_exp-help.pd │ ├── mtx_exp.pd_linux │ ├── mtx_eye-help.pd │ ├── mtx_eye.pd_linux │ ├── mtx_fft.pd_linux │ ├── mtx_fill-help.pd │ ├── mtx_fill.pd_linux │ ├── mtx_fill_col_grid-help.pd │ ├── mtx_fill_col_grid.pd │ ├── mtx_fill_row_grid-help.pd │ ├── mtx_fill_row_grid.pd │ ├── mtx_fill_rowcol-help.pd │ ├── mtx_fill_rowcol.pd │ ├── mtx_fill_rowcol_grid-help.pd │ ├── mtx_fill_rowcol_grid.pd │ ├── mtx_find-help.pd │ ├── mtx_find.pd_linux │ ├── mtx_find_rowcol-help.pd │ ├── mtx_find_rowcol.pd │ ├── mtx_gauss-help.pd │ ├── mtx_gauss.pd_linux │ ├── mtx_ge-help.pd │ ├── mtx_ge.pd_linux │ ├── mtx_gt-help.pd │ ├── mtx_gt.pd_linux │ ├── mtx_ifft.pd_linux │ ├── mtx_index-help.pd │ ├── mtx_index.pd_linux │ ├── mtx_index2rowcol-help.pd │ ├── mtx_index2rowcol.pd │ ├── mtx_index_col_grid-help.pd │ ├── mtx_index_col_grid.pd │ ├── mtx_index_row_grid-help.pd │ ├── mtx_index_row_grid.pd │ ├── mtx_index_rowcol-help.pd │ ├── mtx_index_rowcol.pd │ ├── mtx_index_rowcol_grid-help.pd │ ├── mtx_index_rowcol_grid.pd │ ├── mtx_int-help.pd │ ├── mtx_int.pd_linux │ ├── mtx_interpol.pd │ ├── mtx_inverse-help.pd │ ├── mtx_inverse.pd_linux │ ├── mtx_isequal.pd_linux │ ├── mtx_ispeak-help.pd │ ├── mtx_ispeak.pd │ ├── mtx_ispeakb-help.pd │ ├── mtx_ispeakb.pd │ ├── mtx_le-help.pd │ ├── mtx_le.pd_linux │ ├── mtx_linspace-help.pd │ ├── mtx_linspace.pd │ ├── mtx_linsweep-help.pd │ ├── mtx_linsweep.pd │ ├── mtx_log-help.pd │ ├── mtx_log.pd_linux │ ├── mtx_logspace-help.pd │ ├── mtx_logspace.pd │ ├── mtx_logsweep-help.pd │ ├── mtx_logsweep.pd │ ├── mtx_lt-help.pd │ ├── mtx_lt.pd_linux │ ├── mtx_matcher-help.pd │ ├── mtx_matcher.pd │ ├── mtx_max.pd │ ├── mtx_max2-help.pd │ ├── mtx_max2.pd_linux │ ├── mtx_mean-help.pd │ ├── mtx_mean.pd_linux │ ├── mtx_meshgrid-help.pd │ ├── mtx_meshgrid.pd │ ├── mtx_min.pd │ ├── mtx_min2-help.pd │ ├── mtx_min2.pd_linux │ ├── mtx_minmax-help.pd │ ├── mtx_minmax.pd_linux │ ├── mtx_mod.pd │ ├── mtx_mul-help.pd │ ├── mtx_mul.pd_linux │ ├── mtx_mul~-help.pd │ ├── mtx_mul~.pd_linux │ ├── mtx_neq-help.pd │ ├── mtx_neq.pd_linux │ ├── mtx_not-help.pd │ ├── mtx_not.pd_linux │ ├── mtx_ones-help.pd │ ├── mtx_ones.pd_linux │ ├── mtx_or-help.pd │ ├── mtx_or.pd_linux │ ├── mtx_pack~-help.pd │ ├── mtx_pack~.pd_linux │ ├── mtx_phon_curve-help.pd │ ├── mtx_phon_curve.pd │ ├── mtx_pinverse-help.pd │ ├── mtx_pinverse.pd │ ├── mtx_pivot-help.pd │ ├── mtx_pivot.pd_linux │ ├── mtx_polyval-help.pd │ ├── mtx_polyval.pd │ ├── mtx_pow-help.pd │ ├── mtx_pow.pd_linux │ ├── mtx_powtodb-help.pd │ ├── mtx_powtodb.pd_linux │ ├── mtx_print-help.pd │ ├── mtx_print.pd_linux │ ├── mtx_prod-help.pd │ ├── mtx_prod.pd_linux │ ├── mtx_pseudoinverse.pd │ ├── mtx_qr-help.pd │ ├── mtx_qr.pd_linux │ ├── mtx_rand-help.pd │ ├── mtx_rand.pd_linux │ ├── mtx_repmat-help.pd │ ├── mtx_repmat.pd_linux │ ├── mtx_resize-help.pd │ ├── mtx_resize.pd_linux │ ├── mtx_reverse-help.pd │ ├── mtx_reverse.pd_linux │ ├── mtx_rfft-help.pd │ ├── mtx_rfft.pd_linux │ ├── mtx_rifft-help.pd │ ├── mtx_rifft.pd_linux │ ├── mtx_rmstodb-help.pd │ ├── mtx_rmstodb.pd_linux │ ├── mtx_roll-help.pd │ ├── mtx_roll.pd_linux │ ├── mtx_roots-help.pd │ ├── mtx_roots.pd │ ├── mtx_rot-help.pd │ ├── mtx_rot.pd │ ├── mtx_rotx-help.pd │ ├── mtx_rotx.pd │ ├── mtx_rotxyz.pd │ ├── mtx_roty-help.pd │ ├── mtx_roty.pd │ ├── mtx_rotz-help.pd │ ├── mtx_rotz.pd │ ├── mtx_rotzyz.pd │ ├── mtx_row-help.pd │ ├── mtx_row.pd_linux │ ├── mtx_rowcol2index.pd │ ├── mtx_rowrfft.pd │ ├── mtx_rowrifft.pd │ ├── mtx_scroll-help.pd │ ├── mtx_scroll.pd_linux │ ├── mtx_sfread-help.pd │ ├── mtx_sfread.pd │ ├── mtx_sfwrite-help.pd │ ├── mtx_sfwrite.pd │ ├── mtx_sin-help.pd │ ├── mtx_sin.pd_linux │ ├── mtx_size-help.pd │ ├── mtx_size.pd_linux │ ├── mtx_slice-help.pd │ ├── mtx_slice.pd_linux │ ├── mtx_sndfileread-help.pd │ ├── mtx_sndfileread.pd_linux │ ├── mtx_sort.pd_linux │ ├── mtx_sph2cart-help.pd │ ├── mtx_sph2cart.pd │ ├── mtx_spherical_harmonics-help.pd │ ├── mtx_spherical_harmonics.pd_linux │ ├── mtx_spherical_radial-help.pd │ ├── mtx_spherical_radial.pd_linux │ ├── mtx_spivot-help.pd │ ├── mtx_spivot.pd │ ├── mtx_sub-help.pd │ ├── mtx_sub.pd_linux │ ├── mtx_sum-help.pd │ ├── mtx_sum.pd_linux │ ├── mtx_svd-help.pd │ ├── mtx_svd.pd_linux │ ├── mtx_symasym-help.pd │ ├── mtx_symasym.pd │ ├── mtx_tab-help.pd │ ├── mtx_tab.pd │ ├── mtx_trace-help.pd │ ├── mtx_trace.pd_linux │ ├── mtx_transpose-help.pd │ ├── mtx_transpose.pd_linux │ ├── mtx_unpack~-help.pd │ ├── mtx_unpack~.pd_linux │ ├── mtx_win_besseli0.pd │ ├── mtx_window-help.pd │ ├── mtx_window.pd │ ├── mtx_zeros-help.pd │ └── mtx_zeros.pd_linux ├── iemnet │ ├── LICENSE.txt │ ├── README.txt │ ├── iemnet-meta.pd │ ├── libiemnet.so │ ├── tcpclient-help.pd │ ├── tcpclient.pd_linux │ ├── tcpreceive-help.pd │ ├── tcpreceive.pd_linux │ ├── tcpsend-help.pd │ ├── tcpsend.pd_linux │ ├── tcpserver-help.pd │ ├── tcpserver.pd_linux │ ├── udpclient-help.pd │ ├── udpclient.pd_linux │ ├── udpreceive-help.pd │ ├── udpreceive.pd_linux │ ├── udpsend-help.pd │ ├── udpsend.pd_linux │ ├── udpserver-help.pd │ └── udpserver.pd_linux ├── iemxmlrpc │ ├── LICENSE.txt │ ├── README.txt │ ├── examples │ │ ├── xmlrpc-help.pd │ │ ├── xmlrpc-init.pd │ │ ├── xmlrpc-test.pd │ │ └── xmlrpc-test.py │ ├── iemxmlrpc-meta.pd │ ├── xmlrpc-help.pd │ ├── xmlrpc-init.pd │ ├── xmlrpc-test.pd │ └── xmlrpc.pd_linux ├── jasch_lib │ ├── _-help.pd │ ├── _.pd_linux │ ├── detox-help.pd │ ├── detox.pd_linux │ ├── jasch_lib-meta.pd │ ├── memchr-help.pd │ ├── memchr.pd_linux │ ├── strchr-help.pd │ ├── strchr.pd_linux │ ├── strcut-help.pd │ ├── strcut.pd_linux │ ├── strlen-help.pd │ ├── strlen.pd_linux │ ├── strtok-help.pd │ └── strtok.pd_linux ├── jmmmp │ ├── LICENSE.txt │ ├── README.txt │ ├── appent-help.pd │ ├── appent.pd │ ├── ardourjack-gui-help.pd │ ├── ardourjack-gui.pd │ ├── array+-help.pd │ ├── array+.pd │ ├── array-edit-help.pd │ ├── array-edit.pd │ ├── bezier-help.pd │ ├── bezier.pd │ ├── but-help.pd │ ├── but.pd │ ├── butt-help.pd │ ├── butt.pd │ ├── clock-help.pd │ ├── clock.pd │ ├── dacm~-help.pd │ ├── dacm~.pd │ ├── datei-o-help.pd │ ├── datei-o.pd │ ├── datei-r-help.pd │ ├── datei-r.pd │ ├── datei-w-help.pd │ ├── datei-w.pd │ ├── dsp01-help.pd │ ├── dsp01.pd │ ├── examples │ │ ├── ardour_icon_48px.gif │ │ ├── computer_keyboard.png │ │ ├── computer_keyboard_active.png │ │ ├── crossfade-in-S1.png │ │ ├── crossfade-in-S2.png │ │ ├── crossfade-in-constant-power.png │ │ ├── crossfade-in-fast-cut.png │ │ ├── crossfade-in-linear.png │ │ ├── crossfade-in-long-cut.png │ │ ├── crossfade-in-short-cut.png │ │ ├── crossfade-in-slow-cut.png │ │ ├── crossfade-out-S1.png │ │ ├── crossfade-out-S2.png │ │ ├── crossfade-out-constant-power.png │ │ ├── crossfade-out-fast-cut.png │ │ ├── crossfade-out-linear.png │ │ ├── crossfade-out-long-cut.png │ │ ├── crossfade-out-short-cut.png │ │ ├── crossfade-out-slow-cut.png │ │ ├── fader_belt.png │ │ ├── fader_belt_h.png │ │ ├── hide.png │ │ ├── nudge_left.png │ │ ├── nudge_right.png │ │ ├── record_normal_red.gif │ │ ├── record_tape_red.png │ │ ├── strip_width.png │ │ ├── transport_end.gif │ │ ├── transport_loop.gif │ │ ├── transport_play.gif │ │ ├── transport_range.gif │ │ ├── transport_record.gif │ │ ├── transport_start.gif │ │ ├── transport_stop.gif │ │ ├── zoom_full.png │ │ ├── zoom_in.png │ │ └── zoom_out.png │ ├── expr_scale-help.pd │ ├── expr_scale.pd │ ├── f+-help.pd │ ├── f+.pd │ ├── jmmmp-meta.pd │ ├── lbang-help.pd │ ├── lbang.pd │ ├── liner+~-help.pd │ ├── liner+~.pd │ ├── liner~-help.pd │ ├── liner~.pd │ ├── m-i-help.pd │ ├── m-i.pd │ ├── maat~-help.pd │ ├── maat~.pd │ ├── mat~-help.pd │ ├── mat~.pd │ ├── metrum-help.pd │ ├── metrum.pd │ ├── met~-help.pd │ ├── met~.pd │ ├── mk-help.pd │ ├── mk.pd │ ├── oscD-help.pd │ ├── oscD.pd │ ├── oscS-help.pd │ ├── oscS.pd │ ├── pd-colors-help.pd │ ├── pd-colors.pd │ ├── prepent-help.pd │ ├── prepent.pd │ ├── rec-name-help.pd │ ├── rec-name.pd │ ├── sguigot-help.pd │ ├── sguigot.pd │ ├── sliders-help.pd │ ├── sliders.pd │ ├── snaps~-help.pd │ ├── snaps~.pd │ ├── spectrogram~-help.pd │ ├── spectrogram~.pd │ ├── stoppuhr-clock-help.pd │ ├── stoppuhr-clock.pd │ ├── stoppuhr-help.pd │ ├── stoppuhr.pd │ ├── tastin-help.pd │ ├── tastin.pd │ ├── uhr-help.pd │ └── uhr.pd ├── la-kitchen │ ├── README.txt │ ├── amplitude_n-help.pd │ ├── amplitude_n.pd │ ├── autocal-help.pd │ ├── autocal.pd │ ├── catch_extremum-help.pd │ ├── catch_extremum.pd │ ├── catch_extremum2-help.pd │ ├── catch_extremum2.pd │ ├── change_n-help.pd │ ├── change_n.pd │ ├── count_n-help.pd │ ├── count_n.pd │ ├── debounce-help.pd │ ├── debounce.pd │ ├── debounce_b-help.pd │ ├── debounce_b.pd │ ├── fir_filter-help.pd │ ├── fir_filter.pd │ ├── fir_hip_n-help.pd │ ├── fir_hip_n.pd │ ├── fir_mean_n-help.pd │ ├── fir_mean_n.pd │ ├── iir_hip-help.pd │ ├── iir_hip.pd │ ├── iir_lop-help.pd │ ├── iir_lop.pd │ ├── la-kitchen-meta.pd │ ├── last_n-help.pd │ ├── last_n.pd │ ├── last_n_matrix-help.pd │ ├── last_n_matrix.pd │ ├── list2matcol-help.pd │ ├── list2matcol.pd │ ├── max_n-help.pd │ ├── max_n.pd │ ├── median_3.pd │ ├── median_5.pd │ ├── median_7.pd │ ├── min_n-help.pd │ ├── min_n.pd │ ├── object_list.pd │ ├── one_n-help.pd │ ├── one_n.pd │ ├── seuil_n-help.pd │ ├── seuil_n.pd │ ├── time_roll.pd │ ├── zero_n-help.pd │ └── zero_n.pd ├── libdir │ ├── LICENSE.txt │ ├── README.txt │ ├── libdir-meta.pd │ └── libdir.pd_linux ├── list-abs │ ├── LICENSE.txt │ ├── OSCprepend-help.pd │ ├── OSCprepend.pd │ ├── README.txt │ ├── compare-any-help.pd │ ├── compare-any.pd │ ├── examples │ │ ├── list-demux.pd │ │ ├── list-inter-example.pd │ │ ├── list-inter-gem-example.pd │ │ └── list-sieve-example-2.pd │ ├── last-x-help.pd │ ├── last-x.pd │ ├── list-abs-help.pd │ ├── list-abs-meta.pd │ ├── list-abs.pd │ ├── list-accum-help.pd │ ├── list-accum.pd │ ├── list-add-help.pd │ ├── list-add.pd │ ├── list-apply-help.pd │ ├── list-apply.pd │ ├── list-centroid-help.pd │ ├── list-centroid.pd │ ├── list-clip-help.pd │ ├── list-clip.pd │ ├── list-compare-help.pd │ ├── list-compare.pd │ ├── list-delete-help.pd │ ├── list-delete.pd │ ├── list-dotprod-help.pd │ ├── list-dotprod.pd │ ├── list-drip-help.pd │ ├── list-drip.pd │ ├── list-drip2-help.pd │ ├── list-drip2.pd │ ├── list-dripslow-help.pd │ ├── list-dripslow.pd │ ├── list-emath-help.pd │ ├── list-emath.pd │ ├── list-enumerate-help.pd │ ├── list-enumerate.pd │ ├── list-equalize-help.pd │ ├── list-equalize.pd │ ├── list-extend-help.pd │ ├── list-extend.pd │ ├── list-fifo-delim-help.pd │ ├── list-fifo-delim.pd │ ├── list-fifo-help.pd │ ├── list-fifo.pd │ ├── list-filter-help.pd │ ├── list-filter.pd │ ├── list-find-help.pd │ ├── list-find.pd │ ├── list-geometric-mean-help.pd │ ├── list-geometric-mean.pd │ ├── list-group-help.pd │ ├── list-group.pd │ ├── list-harmonic-mean-help.pd │ ├── list-harmonic-mean.pd │ ├── list-idx-help.pd │ ├── list-idx.pd │ ├── list-insert-help.pd │ ├── list-insert.pd │ ├── list-inter-help.pd │ ├── list-inter-many-help.pd │ ├── list-inter-many.pd │ ├── list-inter.pd │ ├── list-invint-help.pd │ ├── list-invint.pd │ ├── list-iter-help.pd │ ├── list-iter.pd │ ├── list-l2s-help.pd │ ├── list-l2s.pd │ ├── list-lastx-help.pd │ ├── list-lastx.pd │ ├── list-len-help.pd │ ├── list-len.pd │ ├── list-lifo-help.pd │ ├── list-lifo.pd │ ├── list-makefilename-a-help.pd │ ├── list-makefilename-a.pd │ ├── list-makefilename-help.pd │ ├── list-makefilename.pd │ ├── list-map-help.pd │ ├── list-map.pd │ ├── list-map2-help.pd │ ├── list-map2.pd │ ├── list-math-help.pd │ ├── list-math.pd │ ├── list-mean-help.pd │ ├── list-mean.pd │ ├── list-minmax-help.pd │ ├── list-minmax.pd │ ├── list-moses-help.pd │ ├── list-moses.pd │ ├── list-mult-help.pd │ ├── list-mult.pd │ ├── list-normalize-help.pd │ ├── list-normalize.pd │ ├── list-nth-help.pd │ ├── list-nth.pd │ ├── list-onearg-help.pd │ ├── list-onearg.pd │ ├── list-pad-help.pd │ ├── list-pad.pd │ ├── list-random-help.pd │ ├── list-random.pd │ ├── list-rdrip-help.pd │ ├── list-rdrip.pd │ ├── list-reduce-help.pd │ ├── list-reduce.pd │ ├── list-replace-help.pd │ ├── list-replace.pd │ ├── list-rev-help.pd │ ├── list-rev.pd │ ├── list-rot-help.pd │ ├── list-rot.pd │ ├── list-round-help.pd │ ├── list-round.pd │ ├── list-sect-help.pd │ ├── list-sect.pd │ ├── list-seek-help.pd │ ├── list-seek.pd │ ├── list-shellsort-help.pd │ ├── list-shellsort.pd │ ├── list-sieve-help.pd │ ├── list-sieve.pd │ ├── list-sort-help.pd │ ├── list-sort.pd │ ├── list-splat-help.pd │ ├── list-splat.pd │ ├── list-stddev-help.pd │ ├── list-stddev.pd │ ├── list-sub-help.pd │ ├── list-sub.pd │ ├── list-swap-help.pd │ ├── list-swap.pd │ ├── list-tabdump-help.pd │ ├── list-tabdump.pd │ ├── list-unique-help.pd │ ├── list-unique.pd │ ├── list-unitvec-help.pd │ ├── list-unitvec.pd │ ├── list-wrandom-help.pd │ ├── list-wrandom.pd │ ├── prepent-help.pd │ ├── prepent.pd │ ├── sroute-help.pd │ ├── sroute.pd │ ├── take-two-help.pd │ ├── take-two.pd │ ├── triple-scale-help.pd │ └── triple-scale.pd ├── log │ ├── LICENSE.txt │ ├── README.txt │ ├── debug-help.pd │ ├── debug.pd_linux │ ├── error-help.pd │ ├── error.pd_linux │ ├── fatal-help.pd │ ├── fatal.pd_linux │ ├── log-meta.pd │ ├── logpost-help.pd │ ├── logpost.pd_linux │ ├── normal-help.pd │ └── normal.pd_linux ├── mapping │ ├── LICENSE.txt │ ├── README.txt │ ├── amplitude_n-help.pd │ ├── amplitude_n.pd │ ├── autoscale-help.pd │ ├── autoscale.pd │ ├── breakpoint-help.pd │ ├── breakpoint.pd │ ├── breakpoint_smooth-help.pd │ ├── breakpoint_smooth.pd │ ├── buttongate-help.pd │ ├── buttongate.pd │ ├── bytemask-help.pd │ ├── bytemask.pd │ ├── cartesian2spherical-help.pd │ ├── cartesian2spherical.pd │ ├── center_point-help.pd │ ├── center_point.pd │ ├── circular-help.pd │ ├── circular.pd │ ├── circular_seat-help.pd │ ├── circular_seat.pd │ ├── circular_sigmoid-help.pd │ ├── circular_sigmoid.pd │ ├── correlation-help.pd │ ├── correlation.pd │ ├── cubic_seat-help.pd │ ├── cubic_seat.pd │ ├── curve-help.pd │ ├── curve.pd │ ├── curve_draw-help.pd │ ├── curve_draw.pd │ ├── curve_exp-help.pd │ ├── curve_exp.pd │ ├── curve_fade-help.pd │ ├── curve_fade.pd │ ├── curve_graph-help.pd │ ├── curve_graph.pd │ ├── curve_log-help.pd │ ├── curve_log.pd │ ├── debounce-help.pd │ ├── debounce.pd │ ├── debytemask-help.pd │ ├── debytemask.pd │ ├── degrees2mapping-help.pd │ ├── degrees2mapping.pd │ ├── delay_n-help.pd │ ├── delay_n.pd │ ├── desegment-help.pd │ ├── desegment.pd │ ├── diff_n-help.pd │ ├── diff_n.pd │ ├── disjoin-help.pd │ ├── disjoin.pd │ ├── distance-help.pd │ ├── distance.pd │ ├── distance2d-help.pd │ ├── distance2d.pd │ ├── distance_n-help.pd │ ├── distance_n.pd │ ├── downsample-help.pd │ ├── downsample.pd │ ├── elliptic-help.pd │ ├── elliptic.pd │ ├── elliptic_seat-help.pd │ ├── elliptic_seat.pd │ ├── elliptic_sigmoid-help.pd │ ├── elliptic_sigmoid.pd │ ├── env+-help.pd │ ├── env+.pd │ ├── env--help.pd │ ├── env-.pd │ ├── env-help.pd │ ├── env.pd │ ├── examples │ │ ├── mouse_instrument.pd │ │ └── paf.control.pd │ ├── exponential_curve-help.pd │ ├── exponential_curve.pd │ ├── exponential_seat-help.pd │ ├── exponential_seat.pd │ ├── exponential_sigmoid-help.pd │ ├── exponential_sigmoid.pd │ ├── fir-help.pd │ ├── fir.pd │ ├── gaussian-help.pd │ ├── gaussian.pd │ ├── hysteresis-help.pd │ ├── hysteresis.pd │ ├── iir-help.pd │ ├── iir.pd │ ├── join-help.pd │ ├── join.pd │ ├── keygate-help.pd │ ├── keygate.pd │ ├── last_n-help.pd │ ├── last_n.pd │ ├── listto-help.pd │ ├── listto.pd │ ├── local_max-help.pd │ ├── local_max.pd │ ├── local_min-help.pd │ ├── local_min.pd │ ├── logistic_sigmoid-help.pd │ ├── logistic_sigmoid.pd │ ├── lop-help.pd │ ├── lop.pd │ ├── mapping-meta.pd │ ├── mapping2degrees-help.pd │ ├── mapping2degrees.pd │ ├── mapping2midi-help.pd │ ├── mapping2midi.pd │ ├── mapping2radians-help.pd │ ├── mapping2radians.pd │ ├── max_n-help.pd │ ├── max_n.pd │ ├── mean_n-help.pd │ ├── mean_n.pd │ ├── median-help.pd │ ├── median.pd │ ├── median_3-help.pd │ ├── median_3.pd │ ├── median_5-help.pd │ ├── median_5.pd │ ├── median_7-help.pd │ ├── median_7.pd │ ├── median_n-help.pd │ ├── median_n.pd │ ├── midi2mapping-help.pd │ ├── midi2mapping.pd │ ├── min_n-help.pd │ ├── min_n.pd │ ├── multi_slider-help.pd │ ├── multi_slider.pd │ ├── nl-help.pd │ ├── nl.pd │ ├── notescale-help.pd │ ├── notescale.pd │ ├── one2four-help.pd │ ├── one2four.pd │ ├── one2three-help.pd │ ├── one2three.pd │ ├── one2two-help.pd │ ├── one2two.pd │ ├── oscillo-help.pd │ ├── oscillo.pd │ ├── pmattractor_2d-help.pd │ ├── pmattractor_2d.pd │ ├── pmattractor_3d-help.pd │ ├── pmattractor_3d.pd │ ├── pmcloud_1d-help.pd │ ├── pmcloud_1d.pd │ ├── pmcloud_2d-help.pd │ ├── pmcloud_2d.pd │ ├── pmcloud_3d-help.pd │ ├── pmcloud_3d.pd │ ├── pmcube_3d-help.pd │ ├── pmcube_3d.pd │ ├── pmfilter-help.pd │ ├── pmfilter.pd │ ├── pmfilter_2d-help.pd │ ├── pmfilter_2d.pd │ ├── pmfilter_3d-help.pd │ ├── pmfilter_3d.pd │ ├── pmmulti_stable_2d-help.pd │ ├── pmmulti_stable_2d.pd │ ├── pmopen_string_1d-help.pd │ ├── pmopen_string_1d.pd │ ├── pmrepulsor_1d-help.pd │ ├── pmrepulsor_1d.pd │ ├── pmrepulsor_2d-help.pd │ ├── pmrepulsor_2d.pd │ ├── pmrepulsor_3d-help.pd │ ├── pmrepulsor_3d.pd │ ├── pmrigid_open_string_2d-help.pd │ ├── pmrigid_open_string_2d.pd │ ├── pmrigid_string_2d-help.pd │ ├── pmrigid_string_2d.pd │ ├── pmsquare_2d-help.pd │ ├── pmsquare_2d.pd │ ├── pmstring_1d-help.pd │ ├── pmstring_1d.pd │ ├── polar-help.pd │ ├── polar.pd │ ├── polar2cartesian-help.pd │ ├── polar2cartesian.pd │ ├── quadratic-help.pd │ ├── quadratic.pd │ ├── quartic-help.pd │ ├── quartic.pd │ ├── radians2mapping-help.pd │ ├── radians2mapping.pd │ ├── rec_play-help.pd │ ├── rec_play.pd │ ├── resample-help.pd │ ├── resample.pd │ ├── reverse-help.pd │ ├── reverse.pd │ ├── rnd-stat-help.pd │ ├── rnd-stat.pd │ ├── segment-help.pd │ ├── segment.pd │ ├── sigmoide-help.pd │ ├── sigmoide.pd │ ├── simplified_cubic_seat-help.pd │ ├── simplified_cubic_seat.pd │ ├── simplified_quadratic-help.pd │ ├── simplified_quadratic.pd │ ├── sinusoid-help.pd │ ├── sinusoid.pd │ ├── smooth-help.pd │ ├── smooth.pd │ ├── smooth_double-help.pd │ ├── smooth_double.pd │ ├── smooth_triple-help.pd │ ├── smooth_triple.pd │ ├── speedlimiter+-help.pd │ ├── speedlimiter+.pd │ ├── speedlimiter--help.pd │ ├── speedlimiter-.pd │ ├── speedlimiter-help.pd │ ├── speedlimiter.pd │ ├── spherical2cartesian-help.pd │ ├── spherical2cartesian.pd │ ├── spiral-help.pd │ ├── spiral.pd │ ├── split_n-help.pd │ ├── split_n.pd │ ├── stepper-help.pd │ ├── stepper.pd │ ├── stream_check-help.pd │ ├── stream_check.pd │ ├── test_n-help.pd │ ├── test_n.pd │ ├── threshold-help.pd │ ├── threshold.pd │ ├── threshold_max-help.pd │ ├── threshold_max.pd │ ├── timeroll-help.pd │ ├── timeroll.pd │ ├── tolist-help.pd │ ├── tolist.pd │ ├── track_max-help.pd │ ├── track_max.pd │ ├── track_min-help.pd │ ├── track_min.pd │ ├── upsample-help.pd │ ├── upsample.pd │ ├── variance-help.pd │ ├── variance.pd │ ├── vector-help.pd │ ├── vector.pd │ ├── wave-help.pd │ ├── wave.pd │ ├── wave_loop-help.pd │ └── wave_loop.pd ├── markex │ ├── LICENSE.txt │ ├── README.txt │ ├── abs~-help.pd │ ├── abs~.pd_linux │ ├── alternate-help.pd │ ├── alternate.pd_linux │ ├── average-help.pd │ ├── average.pd_linux │ ├── counter-help.pd │ ├── counter.pd_linux │ ├── hsv2rgb-help.pd │ ├── hsv2rgb.pd_linux │ ├── invert-help.pd │ ├── invert.pd_linux │ ├── markex-meta.pd │ ├── multiselect-help.pd │ ├── multiselect.pd_linux │ ├── oneshot-help.pd │ ├── oneshot.pd_linux │ ├── randomF-help.pd │ ├── randomF.pd_linux │ ├── reson~-help.pd │ ├── reson~.pd_linux │ ├── rgb2hsv-help.pd │ ├── rgb2hsv.pd_linux │ ├── strcat-help.pd │ ├── strcat.pd_linux │ ├── tripleLine-help.pd │ ├── tripleLine.pd_linux │ ├── tripleRand-help.pd │ ├── tripleRand.pd_linux │ ├── vector+-help.pd │ ├── vector+.pd_linux │ ├── vector--help.pd │ ├── vector-.pd_linux │ ├── vector0x2a-help.pd │ ├── vector0x2a.pd_linux │ ├── vector0x2f-help.pd │ ├── vector0x2f.pd_linux │ ├── vectorabs-help.pd │ ├── vectorabs.pd_linux │ ├── vectorpack-help.pd │ └── vectorpack.pd_linux ├── maxlib │ ├── LICENSE.txt │ ├── README.txt │ ├── allow-help.pd │ ├── allow.l_arm │ ├── arbran-help.pd │ ├── arbran.l_arm │ ├── arraycopy-help.pd │ ├── arraycopy.l_arm │ ├── average-help.pd │ ├── average.l_arm │ ├── beat-help.pd │ ├── beat.l_arm │ ├── beta-help.pd │ ├── beta.l_arm │ ├── bilex-help.pd │ ├── bilex.l_arm │ ├── borax-help.pd │ ├── borax.l_arm │ ├── cauchy-help.pd │ ├── cauchy.l_arm │ ├── chord-help.pd │ ├── chord.l_arm │ ├── delta-help.pd │ ├── delta.l_arm │ ├── deny-help.pd │ ├── deny.l_arm │ ├── dist-help.pd │ ├── dist.l_arm │ ├── divide-help.pd │ ├── divide.l_arm │ ├── divmod-help.pd │ ├── divmod.l_arm │ ├── edge-help.pd │ ├── edge.l_arm │ ├── examples │ │ └── score.txt │ ├── expo-help.pd │ ├── expo.l_arm │ ├── fifo-help.pd │ ├── fifo.l_arm │ ├── gauss-help.pd │ ├── gauss.l_arm │ ├── gestalt-help.pd │ ├── gestalt.l_arm │ ├── history-help.pd │ ├── history.l_arm │ ├── ignore-help.pd │ ├── ignore.l_arm │ ├── iso-help.pd │ ├── iso.l_arm │ ├── lifo-help.pd │ ├── lifo.l_arm │ ├── limit-help.pd │ ├── limit.l_arm │ ├── linear-help.pd │ ├── linear.l_arm │ ├── listfifo-help.pd │ ├── listfifo.l_arm │ ├── listfunnel-help.pd │ ├── listfunnel.l_arm │ ├── manual │ │ ├── HISTORY.txt │ │ └── automata.txt │ ├── match-help.pd │ ├── match.l_arm │ ├── maxlib-meta.pd │ ├── minus-help.pd │ ├── minus.l_arm │ ├── mlife-help.pd │ ├── mlife.l_arm │ ├── multi-help.pd │ ├── multi.l_arm │ ├── nchange-help.pd │ ├── nchange.l_arm │ ├── netclient-help.pd │ ├── netclient.l_arm │ ├── netdist-help.pd │ ├── netdist.l_arm │ ├── netrec-help.pd │ ├── netrec.l_arm │ ├── netserver-help.pd │ ├── netserver.l_arm │ ├── nroute-help.pd │ ├── nroute.l_arm │ ├── pitch-help.pd │ ├── pitch.l_arm │ ├── plus-help.pd │ ├── plus.l_arm │ ├── poisson-help.pd │ ├── poisson.l_arm │ ├── pong-help.pd │ ├── pong.l_arm │ ├── pulse-help.pd │ ├── pulse.l_arm │ ├── remote-help.pd │ ├── remote.l_arm │ ├── rewrap-help.pd │ ├── rewrap.l_arm │ ├── rhythm-help.pd │ ├── rhythm.l_arm │ ├── scale-help.pd │ ├── scale.l_arm │ ├── score-help.pd │ ├── score.l_arm │ ├── speedlim-help.pd │ ├── speedlim.l_arm │ ├── split-help.pd │ ├── split.l_arm │ ├── step-help.pd │ ├── step.l_arm │ ├── subst-help.pd │ ├── subst.l_arm │ ├── sync-help.pd │ ├── sync.l_arm │ ├── temperature-help.pd │ ├── temperature.l_arm │ ├── tilt-help.pd │ ├── tilt.l_arm │ ├── timebang-help.pd │ ├── timebang.l_arm │ ├── triang-help.pd │ ├── triang.l_arm │ ├── unroute-help.pd │ ├── unroute.l_arm │ ├── urn-help.pd │ ├── urn.l_arm │ ├── velocity-help.pd │ ├── velocity.l_arm │ ├── weibull-help.pd │ ├── weibull.l_arm │ ├── wrap-help.pd │ └── wrap.l_arm ├── mediasettings │ ├── LICENSE.txt │ ├── README.txt │ ├── audiosettings-help.pd │ ├── audiosettings.pd_linux │ ├── mediasettings-meta.pd │ ├── midisettings-help.pd │ └── midisettings.pd_linux ├── mjlib │ ├── LICENSE.txt │ ├── README.txt │ ├── about-help.pd │ ├── about.pd_linux │ ├── convolve~-help.pd │ ├── convolve~.pd_linux │ ├── examples │ │ └── polyexample.pd │ ├── metroplus-help.pd │ ├── metroplus.pd_linux │ ├── mjlib-meta.pd │ ├── monorhythm-help.pd │ ├── monorhythm.pd_linux │ ├── morse-help.pd │ ├── morse.pd_linux │ ├── n2m-help.pd │ ├── n2m.pd_linux │ ├── pin~-help.pd │ ├── pin~.pd_linux │ ├── prob-help.pd │ ├── prob.pd_linux │ ├── synapseA~-help.pd │ └── synapseA~.pd_linux ├── moocow │ ├── README.txt │ ├── any2bytes-help.pd │ ├── any2bytes.pd_linux │ ├── any2string-help.pd │ ├── any2string.pd │ ├── any2wchars-help.pd │ ├── any2wchars.pd │ ├── bytes2any-help.pd │ ├── bytes2any.pd_linux │ ├── bytes2wchars-help.pd │ ├── bytes2wchars.pd_linux │ ├── deque-help.pd │ ├── deque.pd_linux │ ├── gfsm-help.pd │ ├── gfsm.pd_linux │ ├── gfsm_alphabet-help.pd │ ├── gfsm_automaton-help.pd │ ├── gfsm_markov-help.pd │ ├── gfsm_markov.pd │ ├── gfsm_state-help.pd │ ├── locale-help.pd │ ├── locale.pd_linux │ ├── moocow-meta.pd │ ├── pdstring-help.pd │ ├── pdstring.pd_linux │ ├── printbytes-help.pd │ ├── printbytes.pd_linux │ ├── printwchars-help.pd │ ├── printwchars.pd_linux │ ├── readdir-help.pd │ ├── readdir.pd_linux │ ├── sprinkler-help.pd │ ├── sprinkler.pd_linux │ ├── string2any-help.pd │ ├── string2any.pd │ ├── uselocale.pd_linux │ ├── wchars2any-help.pd │ ├── wchars2any.pd │ ├── wchars2bytes-help.pd │ ├── wchars2bytes.pd_linux │ ├── weightmap-help.pd │ └── weightmap.pd_linux ├── moonlib │ ├── LICENSE.txt │ ├── README.txt │ ├── absolutepath-help.pd │ ├── absolutepath.pd_linux │ ├── basedir-help.pd │ ├── basedir.pd_linux │ ├── char2f-help.pd │ ├── char2f.pd_linux │ ├── comma-help.pd │ ├── comma.pd_linux │ ├── dinlet~-help.pd │ ├── dinlet~.pd_linux │ ├── dispatch-help.pd │ ├── dispatch.pd_linux │ ├── dripchar-help.pd │ ├── dripchar.pd_linux │ ├── examples │ │ ├── d0.gif │ │ ├── d1.gif │ │ ├── d10.gif │ │ ├── d11.gif │ │ ├── d12.gif │ │ ├── d13.gif │ │ ├── d14.gif │ │ ├── d15.gif │ │ ├── d16.gif │ │ ├── d17.gif │ │ ├── d18.gif │ │ ├── d19.gif │ │ ├── d2.gif │ │ ├── d20.gif │ │ ├── d21.gif │ │ ├── d22.gif │ │ ├── d23.gif │ │ ├── d24.gif │ │ ├── d25.gif │ │ ├── d26.gif │ │ ├── d27.gif │ │ ├── d28.gif │ │ ├── d29.gif │ │ ├── d3.gif │ │ ├── d30.gif │ │ ├── d31.gif │ │ ├── d32.gif │ │ ├── d33.gif │ │ ├── d34.gif │ │ ├── d35.gif │ │ ├── d36.gif │ │ ├── d37.gif │ │ ├── d38.gif │ │ ├── d39.gif │ │ ├── d4.gif │ │ ├── d40.gif │ │ ├── d41.gif │ │ ├── d42.gif │ │ ├── d43.gif │ │ ├── d44.gif │ │ ├── d45.gif │ │ ├── d46.gif │ │ ├── d47.gif │ │ ├── d48.gif │ │ ├── d49.gif │ │ ├── d5.gif │ │ ├── d50.gif │ │ ├── d51.gif │ │ ├── d52.gif │ │ ├── d53.gif │ │ ├── d54.gif │ │ ├── d55.gif │ │ ├── d56.gif │ │ ├── d57.gif │ │ ├── d58.gif │ │ ├── d59.gif │ │ ├── d6.gif │ │ ├── d60.gif │ │ ├── d61.gif │ │ ├── d62.gif │ │ ├── d63.gif │ │ ├── d7.gif │ │ ├── d8.gif │ │ ├── d9.gif │ │ ├── pause.gif │ │ ├── play.gif │ │ ├── playy.gif │ │ ├── rec.gif │ │ ├── saww.gif │ │ ├── sin.gif │ │ ├── sinw.gif │ │ └── squarew.gif │ ├── f2char-help.pd │ ├── f2char.pd_linux │ ├── gamme-help.pd │ ├── gamme.pd_linux │ ├── image-help.pd │ ├── image.pd_linux │ ├── image.tcl │ ├── mknob-help.pd │ ├── mknob.pd_linux │ ├── moonlib-meta.pd │ ├── panvol~-help.pd │ ├── panvol~.pd_linux │ ├── popen-help.pd │ ├── popen.pd_linux │ ├── readsfv~-help.pd │ ├── readsfv~.pd_linux │ ├── relativepath-help.pd │ ├── relativepath.pd_linux │ ├── s2f-help.pd │ ├── s2f.pd_linux │ ├── sarray-help.pd │ ├── sarray.pd_linux │ ├── sfread2~-help.pd │ ├── sfread2~.pd_linux │ ├── slist-help.pd │ ├── slist.pd_linux │ ├── ssaw~-help.pd │ ├── ssaw~.pd_linux │ ├── tabdump2-help.pd │ ├── tabdump2.pd_linux │ ├── tabenv-help.pd │ ├── tabenv.pd_linux │ ├── tabreadl-help.pd │ ├── tabreadl.pd_linux │ ├── tabsort-help.pd │ ├── tabsort.pd_linux │ ├── tabsort2-help.pd │ ├── tabsort2.pd_linux │ ├── wac-help.pd │ └── wac.pd_linux ├── motex │ ├── LICENSE.txt │ ├── README.txt │ ├── examples │ │ └── polvoc.pd │ ├── getenv-help.pd │ ├── getenv.pd_linux │ ├── ln~-help.pd │ ├── ln~.pd_linux │ ├── motex-meta.pd │ ├── noisegate~-help.pd │ ├── noisegate~.pd │ ├── pansig~-help.pd │ ├── pansig~.pd_linux │ ├── pan~-help.pd │ ├── pan~.pd_linux │ ├── pol2rec~-help.pd │ ├── pol2rec~.pd_linux │ ├── polygate~-help.pd │ ├── polygate~.pd_linux │ ├── rec2pol~-help.pd │ ├── rec2pol~.pd_linux │ ├── shuffle-help.pd │ ├── shuffle.pd_linux │ ├── system-help.pd │ └── system.pd_linux ├── mrpeach │ ├── I_Wanna_Be_Sedated.mid │ ├── binfile-help.pd │ ├── binfile.pd_linux │ ├── cd4000-help.pd │ ├── cd4000.pd_linux │ ├── cd4001-help.pd │ ├── cd4001.pd_linux │ ├── cd4002-help.pd │ ├── cd4002.pd_linux │ ├── cd4008-help.pd │ ├── cd4008.pd_linux │ ├── cd4011-help.pd │ ├── cd4011.pd_linux │ ├── cd4012-help.pd │ ├── cd4012.pd_linux │ ├── cd4013-help.pd │ ├── cd4013.pd_linux │ ├── cd4014-help.pd │ ├── cd4014.pd_linux │ ├── cd4015-help.pd │ ├── cd4015.pd_linux │ ├── cd4017-help.pd │ ├── cd4017.pd_linux │ ├── cd40193-help.pd │ ├── cd40193.pd_linux │ ├── cd4023-help.pd │ ├── cd4023.pd_linux │ ├── cd4024-help.pd │ ├── cd4024.pd_linux │ ├── cd4025-help.pd │ ├── cd4025.pd_linux │ ├── cd4027-help.pd │ ├── cd4027.pd_linux │ ├── cd4070-help.pd │ ├── cd4070.pd_linux │ ├── cd4071-help.pd │ ├── cd4071.pd_linux │ ├── cd4072-help.pd │ ├── cd4072.pd_linux │ ├── cd4073-help.pd │ ├── cd4073.pd_linux │ ├── cd4075-help.pd │ ├── cd4075.pd_linux │ ├── cd4076-help.pd │ ├── cd4076.pd_linux │ ├── cd4081-help.pd │ ├── cd4081.pd_linux │ ├── cd4082-help.pd │ ├── cd4082.pd_linux │ ├── cd4094-help.pd │ ├── cd4094.pd_linux │ ├── cd4516-help.pd │ ├── cd4516.pd_linux │ ├── examples │ │ └── test.txt │ ├── flist2tab-help.pd │ ├── flist2tab.pd_linux │ ├── httpreceive-help.pd │ ├── httpreceive.pd_linux │ ├── httpreq-help.pd │ ├── httpreq.pd_linux │ ├── life2x-help.pd │ ├── life2x.pd_linux │ ├── midifile-help.pd │ ├── midifile.pd_linux │ ├── mrpeach-meta.pd │ ├── net-meta.pd │ ├── op~-help.pd │ ├── op~.pd_linux │ ├── osc-meta.pd │ ├── packOSC-help.pd │ ├── packOSC.pd_linux │ ├── packOSCstream-help.pd │ ├── packOSCstream.pd │ ├── packxbee-help.pd │ ├── packxbee.pd_linux │ ├── pipelist-help.pd │ ├── pipelist.pd_linux │ ├── rcosc~-help.pd │ ├── rcosc~.pd_linux │ ├── rc~-help.pd │ ├── rc~.pd_linux │ ├── rojo~-help.pd │ ├── rojo~.pd_linux │ ├── routeOSC-help.pd │ ├── routeOSC.pd_linux │ ├── runningmean-help.pd │ ├── runningmean.pd_linux │ ├── slipdec-help.pd │ ├── slipdec.pd_linux │ ├── slipenc-help.pd │ ├── slipenc.pd_linux │ ├── sqosc~-help.pd │ ├── sqosc~.pd_linux │ ├── str-help.pd │ ├── str-to-comport.pd │ ├── str.pd_linux │ ├── tab2flist-help.pd │ ├── tab2flist.pd_linux │ ├── tabfind-help.pd │ ├── tabfind.pd_linux │ ├── tcpclient-help.pd │ ├── tcpclient.pd_linux │ ├── tcpreceive-help.pd │ ├── tcpreceive.pd_linux │ ├── tcpsend-help.pd │ ├── tcpsend.pd_linux │ ├── tcpserver-help.pd │ ├── tcpserver.pd_linux │ ├── tcpsocket.FUDI-help.pd │ ├── tcpsocket.FUDI.pd │ ├── tcpsocket.OSC-help.pd │ ├── tcpsocket.OSC.pd │ ├── tcpsocketserver-help.pd │ ├── tcpsocketserver.pd │ ├── udpreceive-help.pd │ ├── udpreceive.pd_linux │ ├── udpreceive~-help.pd │ ├── udpreceive~.pd_linux │ ├── udpsend-help.pd │ ├── udpsend.pd_linux │ ├── udpsend~-help.pd │ ├── udpsend~.pd_linux │ ├── unpackOSC-help.pd │ ├── unpackOSC.pd_linux │ ├── unpackOSCstream-help.pd │ ├── unpackOSCstream.pd │ ├── unpackxbee.pd_linux │ ├── which-help.pd │ └── which.pd_linux ├── net │ ├── LICENSE.txt │ ├── README.txt │ ├── examples │ │ └── test.txt │ ├── httpreceive-help.pd │ ├── httpreceive.pd_linux │ ├── httpreq-help.pd │ ├── httpreq.pd_linux │ ├── net-meta.pd │ ├── tcpclient-help.pd │ ├── tcpclient.pd_linux │ ├── tcpreceive-help.pd │ ├── tcpreceive.pd_linux │ ├── tcpsend-help.pd │ ├── tcpsend.pd_linux │ ├── tcpserver-help.pd │ ├── tcpserver.pd_linux │ ├── tcpsocket.FUDI-help.pd │ ├── tcpsocket.FUDI.pd │ ├── tcpsocket.OSC-help.pd │ ├── tcpsocket.OSC.pd │ ├── tcpsocketserver-help.pd │ ├── tcpsocketserver.pd │ ├── udpreceive-help.pd │ ├── udpreceive.pd_linux │ ├── udpreceive~-help.pd │ ├── udpreceive~.pd_linux │ ├── udpsend-help.pd │ ├── udpsend.pd_linux │ ├── udpsend~-help.pd │ └── udpsend~.pd_linux ├── nsend │ ├── nr.pd │ ├── nreceive-receiver.pd │ ├── nreceive.pd │ ├── ns.pd │ ├── nsend-meta.pd │ ├── nsend-sender.pd │ └── nsend.pd ├── osc │ ├── LICENSE.txt │ ├── README.txt │ ├── osc-meta.pd │ ├── packOSC-help.pd │ ├── packOSC.pd_linux │ ├── packOSCstream-help.pd │ ├── packOSCstream.pd │ ├── pipelist-help.pd │ ├── pipelist.pd_linux │ ├── routeOSC-help.pd │ ├── routeOSC.pd_linux │ ├── unpackOSC.pd_linux │ ├── unpackOSCstream-help.pd │ └── unpackOSCstream.pd ├── oscx │ ├── LICENSE.txt │ ├── OSC-help.pd │ ├── OSC.pd_linux │ ├── OSCroute-help.pd │ ├── OSCroute.pd_linux │ ├── README.txt │ ├── dumpOSC-help.pd │ ├── dumpOSC.pd_linux │ ├── liboscx.so │ ├── oscx-meta.pd │ ├── sendOSC-help.pd │ └── sendOSC.pd_linux ├── output~-help.pd ├── output~.pd ├── pan │ ├── LICENSE.txt │ ├── README.txt │ ├── equal_power_pan~-help.pd │ ├── equal_power_pan~.pd │ ├── gogins_pan~-help.pd │ ├── gogins_pan~.pd │ ├── gpan~-help.pd │ ├── gpan~.pd │ ├── linear_pan~-help.pd │ ├── linear_pan~.pd │ ├── pan-meta.pd │ ├── pan_core~-help.pd │ ├── pan_core~.pd │ ├── square_root_pan~-help.pd │ └── square_root_pan~.pd ├── parazit-help.pd ├── parazit.pd ├── pd-wavelet │ ├── README.txt │ ├── counter_bang.pd │ ├── index_counter.pd │ ├── main.pd │ ├── modification_level.pd │ ├── out_volume~.pd │ ├── pd-wavelet-meta.pd │ ├── pow2.pd │ ├── randomization.pd │ ├── route_level.pd │ ├── until_counter.pd │ ├── wavelet_type.pd │ └── write_coef.pd ├── pdcontainer │ ├── README.txt │ ├── h_deque-help.pd │ ├── h_deque.pd_linux │ ├── h_list-help.pd │ ├── h_list.pd_linux │ ├── h_map-help.pd │ ├── h_map.pd_linux │ ├── h_multimap-help.pd │ ├── h_multimap.pd_linux │ ├── h_multiset-help.pd │ ├── h_multiset.pd_linux │ ├── h_prioqueue.pd_linux │ ├── h_priority_queue-help.pd │ ├── h_queue-help.pd │ ├── h_queue.pd_linux │ ├── h_set-help.pd │ ├── h_set.pd_linux │ ├── h_stack-help.pd │ ├── h_stack.pd_linux │ ├── h_vector-help.pd │ ├── h_vector.pd_linux │ └── pdcontainer-meta.pd ├── pddp │ ├── +pager-help.pd │ ├── +pager.pd │ ├── LICENSE.txt │ ├── README.txt │ ├── dsp-help.pd │ ├── dsp.pd │ ├── examples │ │ ├── pddp.css │ │ ├── pddplink-test-01.html │ │ ├── pddplink-test-01.pd │ │ ├── pddplink-test-01.xml │ │ ├── pddplink-test-02.html │ │ ├── pddplink-test-02.pd │ │ ├── pddplink-test-02.xml │ │ ├── test.bg.jpg │ │ ├── toonepage │ │ └── topdf │ ├── ezoutput~-help.pd │ ├── ezoutput~.pd │ ├── helplink-help.pd │ ├── helplink.pd_linux │ ├── open-help.pd │ ├── open.pd │ ├── pddp-meta.pd │ ├── pddplink-help.pd │ ├── pddplink.pd_linux │ ├── pddplink.tcl │ ├── print-help.pd │ ├── print.pd │ ├── print_long-help.pd │ └── print_long.pd ├── pdlua │ ├── LICENSE.txt │ ├── README.txt │ ├── examples │ │ ├── complex-help.pd │ │ ├── complex.pd_lua │ │ ├── complex.pd_luax │ │ ├── dispatchertest-help.pd │ │ ├── dispatchertest.pd_lua │ │ ├── dispatchertest.pd_luax │ │ ├── dumptypes.pd_luax │ │ ├── errors-help.pd │ │ ├── errors.pd_lua │ │ ├── ldelay-help.pd │ │ ├── ldelay.pd_lua │ │ ├── ldelay2-help.pd │ │ ├── ldelay2.pd_lua │ │ ├── ldemux-help.pd │ │ ├── ldemux.pd_lua │ │ ├── lexpr-help.pd │ │ ├── lexpr.pd_lua │ │ ├── lfloat2bytes-help.pd │ │ ├── lfloat2bytes.pd_lua │ │ ├── list-pak-help.pd │ │ ├── list-pak.pd_lua │ │ ├── list-unpack-help.pd │ │ ├── list-unpack-test-gem.pd │ │ ├── list-unpack.pd_lua │ │ ├── llist-drip-help.pd │ │ ├── llist-drip.pd_lua │ │ ├── llist-rdrip-help.pd │ │ ├── llist-rdrip.pd_lua │ │ ├── lpipe-help.pd │ │ ├── lpipe.pd_lua │ │ ├── lreceive-help.pd │ │ ├── lreceive.pd_lua │ │ ├── lsend-help.pd │ │ ├── lsend.pd_lua │ │ ├── lsymbol-drip-help.pd │ │ ├── lsymbol-drip.pd_lua │ │ ├── lsymbol2bytes-help.pd │ │ ├── lsymbol2bytes.pd_lua │ │ ├── ltabdump-help.pd │ │ ├── ltabdump.pd_lua │ │ ├── ltabfill-help.pd │ │ ├── ltabfill.pd_lua │ │ ├── luametro-help.pd │ │ ├── luametro.pd_lua │ │ ├── lurn-help.pd │ │ ├── lurn.pd_lua │ │ ├── mutatee.pd_lua │ │ ├── mutator-help.pd │ │ ├── mutator.pd_lua │ │ ├── nop-help.pd │ │ ├── nop-test-gem.pd │ │ ├── nop.pd_lua │ │ ├── peekbag-help.pd │ │ ├── peekbag.pd_lua │ │ ├── requirer-help.pd │ │ ├── requirer.pd_lua │ │ ├── revalue-help.pd │ │ ├── revalue.pd_lua │ │ ├── reverb-calculator-help.pd │ │ ├── reverb-calculator.pd_lua │ │ ├── reverb.pd │ │ ├── shared-help.pd │ │ ├── shared.pd_lua │ │ ├── shared.pd_luax │ │ ├── simplecounter-help.pd │ │ ├── simplecounter.pd_lua │ │ ├── simplecounter.pd_luax │ │ ├── swarm-help.pd │ │ └── swarm.pd_lua │ ├── hello-help.pd │ ├── hello.pd_lua │ ├── hello.pd_luax │ ├── manual │ │ ├── AUTHORS.txt │ │ ├── CHANGES.txt │ │ ├── TODO.txt │ │ ├── internal.txt │ │ ├── lua.txt │ │ └── luax.txt │ ├── pd.lua │ ├── pdlua-help.pd │ ├── pdlua-meta.pd │ ├── pdlua.pd_linux │ └── pdluax-help.pd ├── pdogg │ ├── LICENSE.txt │ ├── README.txt │ ├── oggamp~-help.pd │ ├── oggamp~.pd_linux │ ├── oggcast~-help.pd │ ├── oggcast~.pd_linux │ ├── oggread~-help.pd │ ├── oggread~.pd_linux │ ├── oggwrite~-help.pd │ ├── oggwrite~.pd_linux │ └── pdogg-meta.pd ├── pdp │ ├── examples │ │ ├── control.pd │ │ ├── example01.pd │ │ ├── example02.pd │ │ ├── example03.pd │ │ ├── example04.pd │ │ ├── example05.pd │ │ ├── example06.pd │ │ ├── example07.pd │ │ ├── example08.pd │ │ ├── example09.pd │ │ ├── example10.pd │ │ ├── example11.pd │ │ ├── example12.pd │ │ ├── example13.pd │ │ ├── example14.pd │ │ ├── example15.pd │ │ ├── input_output.pd │ │ ├── quicktime.pd │ │ └── traffic.pd │ ├── manual │ │ └── reference.txt │ ├── pdp.pd_linux │ ├── pdp_abs-help.pd │ ├── pdp_add-help.pd │ ├── pdp_affine.pd │ ├── pdp_agc.pd │ ├── pdp_and-help.pd │ ├── pdp_bitdepth-help.pd │ ├── pdp_bitmask-help.pd │ ├── pdp_blur.pd │ ├── pdp_blur_hor.pd │ ├── pdp_blur_ver.pd │ ├── pdp_bq-help.pd │ ├── pdp_bqt-help.pd │ ├── pdp_cheby-help.pd │ ├── pdp_cheby3o.pd │ ├── pdp_chrot-help.pd │ ├── pdp_cog-help.pd │ ├── pdp_constant-help.pd │ ├── pdp_contrast.pd │ ├── pdp_control-help.pd │ ├── pdp_conv-help.pd │ ├── pdp_conv_alledge.pd │ ├── pdp_conv_emboss.pd │ ├── pdp_conv_smooth.pd │ ├── pdp_conv_sobel_edge.pd │ ├── pdp_conv_sobel_hor.pd │ ├── pdp_conv_sobel_ver.pd │ ├── pdp_convert-help.pd │ ├── pdp_del-help.pd │ ├── pdp_description-help.pd │ ├── pdp_diff.pd │ ├── pdp_dither.pd │ ├── pdp_flip_lr-help.pd │ ├── pdp_flip_tb-help.pd │ ├── pdp_gain-help.pd │ ├── pdp_gain3.pd │ ├── pdp_glx-help.pd │ ├── pdp_gradient.pd │ ├── pdp_grey.pd │ ├── pdp_grey2mask-help.pd │ ├── pdp_help_input.pd │ ├── pdp_help_output.pd │ ├── pdp_histo-help.pd │ ├── pdp_hthresh-help.pd │ ├── pdp_invert.pd │ ├── pdp_loop-help.pd │ ├── pdp_m_inverse.pd │ ├── pdp_metro~-help.pd │ ├── pdp_mix-help.pd │ ├── pdp_mix2-help.pd │ ├── pdp_motion_blur.pd │ ├── pdp_motion_fade.pd │ ├── pdp_motion_phase.pd │ ├── pdp_mul-help.pd │ ├── pdp_netsend-help.pd │ ├── pdp_noise-help.pd │ ├── pdp_not-help.pd │ ├── pdp_offset.pd │ ├── pdp_or-help.pd │ ├── pdp_phase.pd │ ├── pdp_phase_hor.pd │ ├── pdp_phase_ver.pd │ ├── pdp_plasma-help.pd │ ├── pdp_png_to.pd │ ├── pdp_pointcloud-help.pd │ ├── pdp_positive-help.pd │ ├── pdp_pps.pd │ ├── pdp_qt-help.pd │ ├── pdp_qt_control.pd │ ├── pdp_qtloop2~.pd │ ├── pdp_qtloop~.pd │ ├── pdp_qt~-help.pd │ ├── pdp_randmix-help.pd │ ├── pdp_rawin-help.pd │ ├── pdp_rawout-help.pd │ ├── pdp_reg-help.pd │ ├── pdp_rotate-help.pd │ ├── pdp_route-help.pd │ ├── pdp_saturation.pd │ ├── pdp_save_png_sequence.pd │ ├── pdp_scale-help.pd │ ├── pdp_scanxy~-help.pd │ ├── pdp_scan~-help.pd │ ├── pdp_scope~-help.pd │ ├── pdp_sign-help.pd │ ├── pdp_snap-help.pd │ ├── pdp_sthresh-help.pd │ ├── pdp_sub.pd │ ├── pdp_tag.pd │ ├── pdp_trigger-help.pd │ ├── pdp_v4l-help.pd │ ├── pdp_xor-help.pd │ ├── pdp_xv-help.pd │ ├── pdp_xv_keycursor.pd │ ├── pdp_zoom-help.pd │ ├── pdp_zrot-help.pd │ ├── pdp_zthresh-help.pd │ └── rgb2ycrcb.pd ├── pdp2gem-help.pd ├── pdp2gem.pd_linux ├── pduino │ ├── LICENSE.txt │ ├── README.txt │ ├── arduino-help.pd │ ├── arduino.pd │ ├── examples │ │ ├── LED-lighting-fade.pd │ │ ├── arduino-test.pd │ │ ├── arduinomega-test.pd │ │ ├── simple_input.pd │ │ └── wiring-test.pd │ └── pduino-meta.pd ├── pix_2pdp-help.pd ├── pix_2pdp.pd_linux ├── pix_drum │ ├── LICENSE.txt │ ├── pix_drum-help.pd │ └── pix_drum.pd_linux ├── pix_fiducialtrack │ ├── all.trees │ ├── pix_fiducialtrack-help.pd │ └── pix_fiducialtrack.pd_linux ├── pix_mano │ ├── LICENSE.txt │ ├── pix_mano-help.pd │ └── pix_mano.pd_linux ├── plugin~ │ ├── LICENSE.txt │ ├── README.txt │ ├── plugin~-help.pd │ ├── plugin~-meta.pd │ └── plugin~.pd_linux ├── pmpd │ ├── LICENSE.txt │ ├── README.txt │ ├── examples │ │ ├── 00_pmpd.pd │ │ ├── 01_basics.pd │ │ ├── 02_string.pd │ │ ├── 03_chaos2D.pd │ │ ├── 04_3D_exemple.pd │ │ ├── 05_corde2D.pd │ │ ├── 06_pyramide3D.pd │ │ ├── 07_corde3D.pd │ │ ├── 08_ball2D.pd │ │ ├── 09_tutorial2D.pd │ │ ├── 10_game.pd │ │ ├── 11_comportement.pd │ │ ├── 12_exitation.pd │ │ ├── 13_plane3D.pd │ │ ├── 14_MP_curve3d.pd │ │ ├── 15_constant_force_field.pd │ │ ├── 16_name_and_interactors.pd │ │ ├── 17_rnd_mouvmnt_and_obstacles.pd │ │ ├── 18_flipper.pd │ │ ├── 19_vertex.pd │ │ ├── 20_moving_vertex.pd │ │ ├── 21_fluid_circulation_cylinder.pd │ │ ├── 22_gaz_molecules.pd │ │ ├── 23_test.pd │ │ ├── 24_sand.pd │ │ ├── 25_sand2.pd │ │ ├── 26_sand3.pd │ │ ├── 27_tLia.pd │ │ ├── 28_Lia.pd │ │ ├── 29_aglom.pd │ │ ├── 30_falling_aglom.pd │ │ ├── 31_paste.pd │ │ ├── 32_Kelvin_Helmoltz_instability.pd │ │ ├── 33_vorticity_ellipse.pd │ │ ├── 34_cigarette_smoke.pd │ │ ├── 35_gravitation.pd │ │ ├── 36_3D_interactors.pd │ │ ├── 37_hollywood_planette_explosion.pd │ │ ├── 38_elastique_membrane_on_a_sphere.pd │ │ ├── 39_blob.pd │ │ ├── 40_i3D.pd │ │ ├── 41_morfing.pd │ │ ├── 42_tentacule.pd │ │ ├── 43_game.pd │ │ ├── 44_flag.pd │ │ ├── 45_newWave.pd │ │ ├── 46_non_linear.pd │ │ ├── 47_scann_synth.pd │ │ ├── 48_pmpd.pd │ │ ├── 49_pmpd~.pd │ │ ├── 50-simple_oscilator~.pd │ │ ├── 51_string~.pd │ │ ├── aglom.pd │ │ ├── aglom2.pd │ │ ├── aglom3.pd │ │ ├── aglom4.pd │ │ ├── blob.pd │ │ ├── ch_gemwin.pd │ │ ├── ch_uzi.pd │ │ ├── constructor.pd │ │ ├── explose1.pd │ │ ├── explose2.pd │ │ ├── fluide_mass.pd │ │ ├── fluide_mass2.pd │ │ ├── fluide_mass3.pd │ │ ├── fluide_mass4.pd │ │ ├── fluide_mass5.pd │ │ ├── fluide_mass6.pd │ │ ├── fluide_masse.pd │ │ ├── fluide_masse2.pd │ │ ├── fluide_masse3.pd │ │ ├── fluide_masse4.pd │ │ ├── fluide_masse5.pd │ │ ├── fluide_masse6.pd │ │ ├── game_line.pd │ │ ├── gemLia.pd │ │ ├── gemLia2.pd │ │ ├── gemMasse.pd │ │ ├── gemMasse2.pd │ │ ├── gemMasse3.pd │ │ ├── i3D.pd │ │ ├── i3D2.pd │ │ ├── mass_link.pd │ │ ├── mass_link2.pd │ │ ├── mass_link3.pd │ │ ├── mountain.pd │ │ ├── pd_lia.pd │ │ ├── pd_lia2.pd │ │ ├── pd_link.pd │ │ ├── pd_link2.pd │ │ ├── pd_mass.pd │ │ ├── pd_mass2.pd │ │ ├── pd_masse.pd │ │ ├── pd_masse2.pd │ │ ├── rain.pd │ │ ├── rain1.pd │ │ ├── sand.pd │ │ ├── smoke.pd │ │ ├── smoke1.pd │ │ ├── smoke_vortex.pd │ │ ├── tut_link.pd │ │ ├── tut_mass.pd │ │ ├── tut_masse.pd │ │ ├── vortex.pd │ │ └── vortex2.pd │ ├── iAmbient2D-help.pd │ ├── iAmbient2D.pd_linux │ ├── iAmbient3D-help.pd │ ├── iAmbient3D.pd_linux │ ├── iCircle2D-help.pd │ ├── iCircle2D.pd_linux │ ├── iCircle3D-help.pd │ ├── iCircle3D.pd_linux │ ├── iCylinder3D-help.pd │ ├── iCylinder3D.pd_linux │ ├── iLine2D-help.pd │ ├── iLine2D.pd_linux │ ├── iPlane3D-help.pd │ ├── iPlane3D.pd_linux │ ├── iSeg2D-help.pd │ ├── iSeg2D.pd_linux │ ├── iSphere3D-help.pd │ ├── iSphere3D.pd_linux │ ├── link-help.pd │ ├── link.pd_linux │ ├── link2D-help.pd │ ├── link2D.pd_linux │ ├── link3D-help.pd │ ├── link3D.pd_linux │ ├── manual │ │ ├── pmpd.pdf │ │ └── pmpd.sxw │ ├── mass-help.pd │ ├── mass.pd_linux │ ├── mass2D-help.pd │ ├── mass2D.pd_linux │ ├── mass3D-help.pd │ ├── mass3D.pd_linux │ ├── pmpd-meta.pd │ ├── pmpd~-help.pd │ ├── pmpd~.pd_linux │ ├── tCircle2D-help.pd │ ├── tCircle2D.pd_linux │ ├── tCircle3D-help.pd │ ├── tCircle3D.pd_linux │ ├── tCube3D-help.pd │ ├── tCube3D.pd_linux │ ├── tCylinder3D-help.pd │ ├── tCylinder3D.pd_linux │ ├── tLine2D-help.pd │ ├── tLine2D.pd_linux │ ├── tLink2D-help.pd │ ├── tLink2D.pd_linux │ ├── tLink3D-help.pd │ ├── tLink3D.pd_linux │ ├── tPlane3D-help.pd │ ├── tPlane3D.pd_linux │ ├── tSeg2D-help.pd │ ├── tSeg2D.pd_linux │ ├── tSphere3D-help.pd │ ├── tSphere3D.pd_linux │ ├── tSquare2D-help.pd │ └── tSquare2D.pd_linux ├── purepd │ ├── LICENSE.txt │ ├── README.txt │ ├── ^-help.pd │ ├── ^.pd │ ├── alternate-help.pd │ ├── alternate.pd │ ├── any_argument-help.pd │ ├── any_argument.pd │ ├── clip-help.pd │ ├── clip.pd │ ├── cosh-help.pd │ ├── cosh.pd │ ├── delta-help.pd │ ├── delta.pd │ ├── delta~-help.pd │ ├── delta~.pd │ ├── fifo-help.pd │ ├── fifo.pd │ ├── float_argument-help.pd │ ├── float_argument.pd │ ├── for++-help.pd │ ├── for++.pd │ ├── gt2~-help.pd │ ├── gt2~.pd │ ├── gt~-help.pd │ ├── gt~.pd │ ├── inv-help.pd │ ├── inv.pd │ ├── log10-help.pd │ ├── log10.pd │ ├── lt2~-help.pd │ ├── lt2~.pd │ ├── lt~-help.pd │ ├── lt~.pd │ ├── moses-help.pd │ ├── moses.pd │ ├── once-help.pd │ ├── once.pd │ ├── oneshot-help.pd │ ├── oneshot.pd │ ├── purepd-meta.pd │ ├── purepd_error-help.pd │ ├── purepd_error.pd │ ├── sgn~-help.pd │ ├── sgn~.pd │ ├── sinh-help.pd │ ├── sinh.pd │ ├── symbol_argument-help.pd │ ├── symbol_argument.pd │ ├── tanh-help.pd │ ├── tanh.pd │ ├── uzi-help.pd │ ├── uzi.pd │ ├── velocity-help.pd │ └── velocity.pd ├── rtc │ ├── 16step-seq-help.pd │ ├── 16step-seq.pd │ ├── @.pd │ ├── BPM2ms.pd │ ├── ED-rhythm-help.pd │ ├── ED-rhythm.pd │ ├── ED-trans-help.pd │ ├── ED-trans.pd │ ├── ED2EP-help.pd │ ├── ED2EP.pd │ ├── Lround-help.pd │ ├── Lround.pd │ ├── QT-PercPlayer.pd │ ├── RTC-Overview.pd │ ├── RTC-device.pd │ ├── RTC-seed.pd │ ├── RandomSeeder.pd │ ├── VolAmb-help.pd │ ├── VolAmb.pd │ ├── add%.pd │ ├── alea-rhythm-help.pd │ ├── alea-rhythm.pd │ ├── alea.pd │ ├── anti-bis&osc.pd │ ├── anti-bis-help.pd │ ├── anti-bis.pd │ ├── anti-interval-help.pd │ ├── anti-interval.pd │ ├── anti-octave&prime-help.pd │ ├── anti-octave&prime.pd │ ├── anti-octave-help.pd │ ├── anti-octave.pd │ ├── anti-osc-help.pd │ ├── anti-osc.pd │ ├── banger16.pd │ ├── between-lin-help.pd │ ├── between-lin-urn.pd │ ├── between-lin.pd │ ├── between-log-help.pd │ ├── between-log-urn.pd │ ├── between-log.pd │ ├── between-variations-help.pd │ ├── between.pd │ ├── block-bang.pd │ ├── brown-melody-help.pd │ ├── brown-melody.pd │ ├── brown-rhythm-help.pd │ ├── brown-rhythm.pd │ ├── brownian-help.pd │ ├── brownian.pd │ ├── butfirst-help.pd │ ├── butfirst.pd │ ├── butlast-help.pd │ ├── butlast.pd │ ├── check-octaves-help.pd │ ├── check-octaves.pd │ ├── check-row-help.pd │ ├── check-row.pd │ ├── choice-rhythm-help.pd │ ├── choice-rhythm.pd │ ├── choose-help.pd │ ├── choose-intervals-help.pd │ ├── choose-intervals.pd │ ├── choose.pd │ ├── collect.pd │ ├── contrario.pd │ ├── cos-slider.pd │ ├── count-bang-help.pd │ ├── count-bang.pd │ ├── countdown.pd │ ├── cp-pan~-help.pd │ ├── cp-pan~.pd │ ├── cresc-decresc-help.pd │ ├── cresc-decresc.pd │ ├── crossfade~-help.pd │ ├── crossfade~.pd │ ├── dB2lin.pd │ ├── dur-from-ED.pd │ ├── examples │ │ ├── Chance.pd │ │ ├── Dodecaphonics.pd │ │ ├── Envelopes.pd │ │ ├── Harmony.pd │ │ ├── Lists.pd │ │ ├── MSP-RTC.pd │ │ ├── Rhythm-Generators.pd │ │ ├── Rhythm.pd │ │ └── Toolbox.pd │ ├── expr_scale.pd │ ├── fibonacci.pd │ ├── first-bang.pd │ ├── first-help.pd │ ├── first-shot.pd │ ├── first.pd │ ├── frq2note-help.pd │ ├── frq2note.pd │ ├── geom-help.pd │ ├── geom.pd │ ├── grid-rhythm-help.pd │ ├── grid-rhythm.pd │ ├── groove-rhythm.pd │ ├── group-rhythm-help.pd │ ├── group-rhythm.pd │ ├── group-rhythm2-help.pd │ ├── group-rhythm2.pd │ ├── groups-help.pd │ ├── groups.pd │ ├── inc-dec.pd │ ├── infinity-row-help.pd │ ├── infinity-row.pd │ ├── int-or-float-help.pd │ ├── int-or-float.pd │ ├── integ.pd │ ├── intv2ratio-help.pd │ ├── intv2ratio.pd │ ├── inv.pd │ ├── key-bang.pd │ ├── key-bang2.pd │ ├── last-help.pd │ ├── last.pd │ ├── lb.pd │ ├── lin2dB.pd │ ├── line2-help.pd │ ├── line2.pd │ ├── listlen.pd │ ├── listreg.pd │ ├── make-ED-scale-help.pd │ ├── make-ED-scale.pd │ ├── make-choice-list-help.pd │ ├── make-choice-list.pd │ ├── make-scale-help.pd │ ├── make-scale.pd │ ├── make-trans-scale-help.pd │ ├── make-trans-scale.pd │ ├── markov-harmony-help.pd │ ├── markov-harmony.pd │ ├── markov-help.pd │ ├── markov-rhythm-help.pd │ ├── markov-rhythm.pd │ ├── markov.pd │ ├── matrix12-help.pd │ ├── metro-dev%-help.pd │ ├── metro-dev%.pd │ ├── minus.pd │ ├── ms2sec-help.pd │ ├── ms2sec.pd │ ├── multiple-help.pd │ ├── multiple.pd │ ├── neutral-harmony-help.pd │ ├── neutral-harmony.pd │ ├── nname-help.pd │ ├── normalize-row-help.pd │ ├── normalize-row.pd │ ├── note2cents-help.pd │ ├── note2cents.pd │ ├── note2frq-help.pd │ ├── note2frq.pd │ ├── note2pitch-help.pd │ ├── note2pitch.pd │ ├── note2st-help.pd │ ├── note2st.pd │ ├── nth.pd │ ├── panning-help.pd │ ├── pass-bang.pd │ ├── pass.pd │ ├── per2pass.pd │ ├── periodic-help.pd │ ├── periodic.pd │ ├── permutate-row-help.pd │ ├── permutate-row.pd │ ├── permutate.pd │ ├── permute-help.pd │ ├── pitch-from-intervals-help.pd │ ├── pitch-from-intervals.pd │ ├── pitch-from-row-help.pd │ ├── pitch-from-row.pd │ ├── pitch2note-help.pd │ ├── pitch2note.pd │ ├── play-samp~-help.pd │ ├── play-samp~.pd │ ├── play.pd │ ├── play2-help.pd │ ├── play2.pd │ ├── random-norep.pd │ ├── random-ramp-help.pd │ ├── random-ramp-urn-help.pd │ ├── random-ramp-urn.pd │ ├── random-ramp.pd │ ├── random-row-help.pd │ ├── random-row.pd │ ├── ratio-help.pd │ ├── ratio.pd │ ├── ratio2intv-help.pd │ ├── ratio2intv.pd │ ├── reanimate.pd │ ├── repchord-rhythm-help.pd │ ├── repchord-rhythm.pd │ ├── repeat-ED-help.pd │ ├── repeat-ED.pd │ ├── rit-acc-help.pd │ ├── rit-acc.pd │ ├── rota-help.pd │ ├── rota.pd │ ├── rotate-help.pd │ ├── round.pd │ ├── roundto.pd │ ├── row-modus-help.pd │ ├── row-modus.pd │ ├── rtc-help │ │ ├── Chance.pd │ │ ├── Dodecaphonics.pd │ │ ├── Envelopes.pd │ │ ├── Harmony.pd │ │ ├── Lists.pd │ │ ├── MSP-RTC.pd │ │ ├── Rhythm-Generators.pd │ │ ├── Rhythm.pd │ │ └── Toolbox.pd │ ├── rtc-meta.pd │ ├── samp10~-help.pd │ ├── samp10~.pd │ ├── scale-changer-help.pd │ ├── scale-changer.pd │ ├── scale-rhythm.pd │ ├── schweller-help.pd │ ├── schweller.pd │ ├── scramble-help.pd │ ├── scramble.pd │ ├── sel-princ-help.pd │ ├── sel-princ.pd │ ├── sequence-help.pd │ ├── sequence.pd │ ├── serial-rhythm-help.pd │ ├── serial-rhythm.pd │ ├── series-help.pd │ ├── series.pd │ ├── set_menu.pd │ ├── show-pitchclass-help.pd │ ├── show-pitchclass.pd │ ├── show.pd │ ├── smooth-line-help.pd │ ├── smooth-line.pd │ ├── sneak-help.pd │ ├── sneak-random-help.pd │ ├── sneak-random.pd │ ├── sneak-rhythm-help.pd │ ├── sneak-rhythm.pd │ ├── sneak.pd │ ├── sqrt-pan~-help.pd │ ├── sqrt-pan~.pd │ ├── st2pitch-help.pd │ ├── st2pitch.pd │ ├── subtr%.pd │ ├── super-rhythm-help.pd │ ├── super-rhythm.pd │ ├── trans-exp-help.pd │ ├── trans-exp.pd │ ├── trans-help.pd │ ├── trans-lin-help.pd │ ├── trans-lin.pd │ ├── trans-log-help.pd │ ├── trans-log.pd │ ├── trans.pd │ ├── transp-pitch-help.pd │ ├── transp-pitch.pd │ ├── transpose-row-help.pd │ ├── transpose-row.pd │ ├── urne-help.pd │ ├── urne.pd │ ├── wave-rhythm-help.pd │ ├── wave-rhythm.pd │ ├── xrandom-help.pd │ └── xrandom.pd ├── search-plugin │ ├── po │ │ ├── da.msg │ │ ├── de.msg │ │ ├── el.msg │ │ ├── en_gb.msg │ │ ├── fr.msg │ │ ├── it.msg │ │ ├── ja.msg │ │ ├── ko.msg │ │ ├── pt.msg │ │ ├── pt_pt.msg │ │ └── zh_tw.msg │ └── search-plugin.tcl ├── sfruit │ ├── OSCin.pd │ ├── OSCout.pd │ ├── SOSCroute-help.pd │ ├── SOSCroute.pd │ ├── anysoundfiler-help.pd │ ├── anysoundfiler.pd │ ├── audiotis.pd │ ├── bb-help.pd │ ├── bb.pd │ ├── beat2frac-help.pd │ ├── beat2frac.pd │ ├── beat2fracx.pd │ ├── btn.pd │ ├── castsymbol.pd │ ├── changeargs.pd │ ├── color.hashedcolor-help.pd │ ├── color.hashedcolor.pd │ ├── color.hsl2rgb.pd │ ├── color.random-dark-light18.pd │ ├── color.random-dark-light24.pd │ ├── color.rgb2pd18.pd │ ├── color.rgb2pd24.pd │ ├── color.rgbset-help.pd │ ├── color.rgbset.pd │ ├── countdown.pd │ ├── countseq-help.pd │ ├── countseq.pd │ ├── cpugraph-help.pd │ ├── cpugraph.pd │ ├── crikeymini.pd │ ├── deadzone-help.pd │ ├── deadzone.pd │ ├── deeprouteOSC.pd │ ├── delegate.pd │ ├── delegate_setter-help.pd │ ├── delegate_setter.pd │ ├── dialog.under-cursor-help.pd │ ├── dialog.under-cursor.pd │ ├── dialog.yes-no-help.pd │ ├── dialog.yes-no.pd │ ├── dispatch-many.pd │ ├── donecanvasdialog-help.pd │ ├── dotrouteOSC.pd │ ├── doubleclick-help.pd │ ├── doubleclick.pd │ ├── dynamic-gui-messages-help.pd │ ├── eqpowmix~.pd │ ├── exp_adsr~.pd │ ├── file-exists.pd │ ├── gemkeycommand.pd │ ├── gemkeynamedown.pd │ ├── get_delegate.pd │ ├── gop-edit-help.pd │ ├── gop-edit.pd │ ├── gui-dispatch.pd │ ├── gui-labeler.pd │ ├── gui-messenger.pd │ ├── gui-spigot.pd │ ├── gui-update.pd │ ├── gui.triplet.pd │ ├── guilink-help.pd │ ├── guilink.pd │ ├── hid-index_keys.pd │ ├── hotpack-help.pd │ ├── hotpack.pd │ ├── if-help.pd │ ├── if.pd │ ├── ifspigot-help.pd │ ├── ifspigot.pd │ ├── instance-help.pd │ ├── instance.pd │ ├── keycommand-help.pd │ ├── keycommand-print.pd │ ├── keycommand.pd │ ├── keymodroute-help.pd │ ├── keymodroute.pd │ ├── keynamedown-help.pd │ ├── keynamedown.pd │ ├── keynameonly-help.pd │ ├── keynameonly.pd │ ├── learnOSC.pd │ ├── line-seq-help.pd │ ├── line-seq.pd │ ├── list-change-help.pd │ ├── list-change.pd │ ├── list-decorate-help.pd │ ├── list-decorate.pd │ ├── list-dripslowx.pd │ ├── list-dripx-help.pd │ ├── list-dripx.pd │ ├── list-extendq-help.pd │ ├── list-extendq.pd │ ├── list-extract-help.pd │ ├── list-extract.pd │ ├── list-grow-help.pd │ ├── list-grow.pd │ ├── list-idx-list-help.pd │ ├── list-idx-list.pd │ ├── list-idx-many-help.pd │ ├── list-idx-many.pd │ ├── list-in-help.pd │ ├── list-in.pd │ ├── list-mapx.pd │ ├── list-part-help.pd │ ├── list-part.pd │ ├── list-part2.pd │ ├── list-partslow-help.pd │ ├── list-partslow.pd │ ├── list-range-help.pd │ ├── list-range.pd │ ├── list-remove-help.pd │ ├── list-remove.pd │ ├── list-sample-help.pd │ ├── list-sample.pd │ ├── list-shuffle-help.pd │ ├── list-shuffle.pd │ ├── list-slice-help.pd │ ├── list-slice.pd │ ├── list-split-at-help.pd │ ├── list-split-at.pd │ ├── list-swap-help.pd │ ├── list-swap.pd │ ├── list-toggle-pairs-help.pd │ ├── list-toggle-pairs.pd │ ├── list-union-merge-help.pd │ ├── list-union-merge.pd │ ├── list-value-extend-help.pd │ ├── list-value-extend.pd │ ├── list-value-help.pd │ ├── list-value.pd │ ├── list-zip-help.pd │ ├── list-zip.pd │ ├── makedollarsym.pd │ ├── mate.pd │ ├── menubar.pd │ ├── midi-coarsefine.pd │ ├── midi-stream2notes-help.pd │ ├── midi-stream2notes.pd │ ├── midi.random-smooth.pd │ ├── myifspigot-help.pd │ ├── myifspigot.pd │ ├── no-dsp.pd │ ├── note-octave.pd │ ├── note-remap.pd │ ├── oscinify.pd │ ├── oscoutify.pd │ ├── pausetimer-help.pd │ ├── pausetimer.pd │ ├── pcount.pd │ ├── pd-growl.pd │ ├── pdoutify-demux.pd │ ├── pdoutify.pd │ ├── pd~.abstraction-help.pd │ ├── pd~.abstraction.pd │ ├── pd~.subprocess.pd │ ├── pd~.triple-ringmod.pd │ ├── quantize-help.pd │ ├── quantize.pd │ ├── randrange-help.pd │ ├── randrange.pd │ ├── receivemany.pd │ ├── round-help.pd │ ├── round.pd │ ├── rprint-help.pd │ ├── rprint.pd │ ├── savebang-help.pd │ ├── savebang.pd │ ├── saveclear-help.pd │ ├── saveclear.pd │ ├── screendimens.pd │ ├── sdeeprouteOSC.pd │ ├── sendmany-osc.pd │ ├── sendmany.pd │ ├── setabng-help.pd │ ├── setabng.pd │ ├── sfruit-meta.pd │ ├── sft.seqnames.pd │ ├── storebang-help.pd │ ├── storebang.pd │ ├── swap-any-help.pd │ ├── swap-any.pd │ ├── switch-delay.pd │ ├── symbol-s2l-help.pd │ ├── symbol-s2l.pd │ ├── symbol-shorten.pd │ ├── templater-help.pd │ ├── templater.pd │ ├── time-clock-help.pd │ ├── time-clock.pd │ ├── time-last_beat_was.pd │ ├── time-last_measure_was.pd │ ├── time-next_beat.pd │ ├── time-next_measure.pd │ ├── time-snap_beat.pd │ ├── time-snap_measure.pd │ ├── time-tempoflash.pd │ ├── timerr.pd │ ├── trimdirs-help.pd │ ├── trimdirs.pd │ ├── troute-help.pd │ ├── troute.pd │ ├── vmetro-help.pd │ ├── vmetro.pd │ ├── watch-input-help.pd │ └── watch-input.pd ├── sigpack │ ├── LICENSE.txt │ ├── README.txt │ ├── chop~-help.pd │ ├── chop~.pd_linux │ ├── decimate~-help.pd │ ├── decimate~.pd_linux │ ├── diode~-help.pd │ ├── diode~.pd_linux │ ├── foldback~-help.pd │ ├── foldback~.pd_linux │ ├── foldover~-help.pd │ ├── foldover~.pd_linux │ ├── freqdiv~-help.pd │ ├── freqdiv~.pd_linux │ ├── freqshift~-help.pd │ ├── freqshift~.pd_linux │ ├── hardlimit~-help.pd │ ├── hardlimit~.pd_linux │ ├── harmgen~-help.pd │ ├── harmgen~.pd_linux │ ├── impulse~-help.pd │ ├── impulse~.pd_linux │ ├── rectify~-help.pd │ ├── rectify~.pd_linux │ ├── round~-help.pd │ ├── round~.pd_linux │ ├── saturate~-help.pd │ ├── saturate~.pd_linux │ ├── shape~-help.pd │ ├── shape~.pd_linux │ ├── sieve~-help.pd │ ├── sieve~.pd_linux │ ├── sigpack-meta.pd │ ├── split~-help.pd │ ├── split~.pd_linux │ ├── transient~-help.pd │ ├── transient~.pd_linux │ ├── ustep~-help.pd │ ├── ustep~.pd_linux │ ├── valverect~-help.pd │ ├── valverect~.pd_linux │ ├── vowel~-help.pd │ ├── vowel~.pd_linux │ ├── wavewrap~-help.pd │ └── wavewrap~.pd_linux ├── smlib │ ├── LICENSE.txt │ ├── README.txt │ ├── SMLib-help.pd │ ├── SMLib.pd │ ├── bp-help.pd │ ├── bp.pd_linux │ ├── decimator-help.pd │ ├── decimator.pd_linux │ ├── deltas-help.pd │ ├── deltas.pd_linux │ ├── examples │ │ ├── beattracker.pd │ │ ├── normalizer.pd │ │ └── resonate-beat.pd │ ├── hip-help.pd │ ├── hip.pd_linux │ ├── hist-help.pd │ ├── hist.pd_linux │ ├── itov-help.pd │ ├── itov.pd_linux │ ├── lavg-help.pd │ ├── lavg.pd_linux │ ├── lhist-help.pd │ ├── lhist.pd_linux │ ├── lhisti-help.pd │ ├── lhisti.pd_linux │ ├── linspace-help.pd │ ├── linspace.pd_linux │ ├── lmax-help.pd │ ├── lmax.pd_linux │ ├── lmin-help.pd │ ├── lmin.pd_linux │ ├── lrange-help.pd │ ├── lrange.pd_linux │ ├── lstd-help.pd │ ├── lstd.pd_linux │ ├── prevl-help.pd │ ├── prevl.pd_linux │ ├── smlib-meta.pd │ ├── threshold-help.pd │ ├── threshold.pd_linux │ ├── unittests │ │ ├── bp-unittest.pd │ │ ├── bp.wav │ │ ├── decimator-unittest.pd │ │ ├── decimator.wav │ │ ├── deltas-unittest.pd │ │ ├── deltas.wav │ │ ├── hip-unittest.pd │ │ ├── hip.wav │ │ ├── hist-unittest.pd │ │ ├── hist.wav │ │ ├── itov-unittest.pd │ │ ├── itov.wav │ │ ├── lavg-unittest.pd │ │ ├── lavg.wav │ │ ├── lhist-unittest.pd │ │ ├── lhist.wav │ │ ├── linspace-unittest.pd │ │ ├── linspace.wav │ │ ├── lmax-unittest.pd │ │ ├── lmax.wav │ │ ├── lmin-unittest.pd │ │ ├── lmin.wav │ │ ├── lrange-unittest.pd │ │ ├── lrange.wav │ │ ├── lsdt.wav │ │ ├── lstd-unittest.pd │ │ ├── prevl-unittest.pd │ │ ├── prevl.wav │ │ ├── threshold-unittest.pd │ │ ├── threshold.wav │ │ ├── vabs-unittest.pd │ │ ├── vabs.wav │ │ ├── vclip-unittest.pd │ │ ├── vclip.wav │ │ ├── vcog-unittest.pd │ │ ├── vcog.wav │ │ ├── vdbtorms-unittest.pd │ │ ├── vdbtorms.wav │ │ ├── vdelta-unittest.pd │ │ ├── vdelta.wav │ │ ├── vfmod-unittest.pd │ │ ├── vfmod.wav │ │ ├── vftom-unittest.pd │ │ ├── vftom.wav │ │ ├── vlavg-unittest.pd │ │ ├── vlavg.wav │ │ ├── vlmax-unittest.pd │ │ ├── vlmax.wav │ │ ├── vlmin-unittest.pd │ │ ├── vlmin.wav │ │ ├── vlrange-unittest.pd │ │ ├── vlrange.wav │ │ ├── vmax-unittest.pd │ │ ├── vmax.wav │ │ ├── vmin-unittest.pd │ │ ├── vmin.wav │ │ ├── vmtof-unittest.pd │ │ ├── vmtof.wav │ │ ├── vpow-unittest.pd │ │ ├── vpow.wav │ │ ├── vrms-unittest.pd │ │ ├── vrms.wav │ │ ├── vrmstodb-unittest.pd │ │ ├── vrmstodb.wav │ │ ├── vstd-unittest.pd │ │ ├── vstd.wav │ │ ├── vsum-unittest.pd │ │ ├── vsum.wav │ │ ├── vvconv-unittest.pd │ │ ├── vvconv.wav │ │ ├── vvminus-unittest.pd │ │ ├── vvminus.wav │ │ ├── vvplus-unittest.pd │ │ └── vvplus.wav │ ├── vabs-help.pd │ ├── vabs.pd_linux │ ├── vclip-help.pd │ ├── vclip.pd_linux │ ├── vcog-help.pd │ ├── vcog.pd_linux │ ├── vdbtorms-help.pd │ ├── vdbtorms.pd_linux │ ├── vdelta-help.pd │ ├── vdelta.pd_linux │ ├── vfmod-help.pd │ ├── vfmod.pd_linux │ ├── vftom-help.pd │ ├── vftom.pd_linux │ ├── vlavg-help.pd │ ├── vlavg.pd_linux │ ├── vlmax-help.pd │ ├── vlmax.pd_linux │ ├── vlmin-help.pd │ ├── vlmin.pd_linux │ ├── vlrange-help.pd │ ├── vlrange.pd_linux │ ├── vmax-help.pd │ ├── vmax.pd_linux │ ├── vmin-help.pd │ ├── vmin.pd_linux │ ├── vmtof-help.pd │ ├── vmtof.pd_linux │ ├── vnmax-help.pd │ ├── vnmax.pd_linux │ ├── vpow-help.pd │ ├── vpow.pd_linux │ ├── vrms-help.pd │ ├── vrms.pd_linux │ ├── vrmstodb-help.pd │ ├── vrmstodb.pd_linux │ ├── vstd-help.pd │ ├── vstd.pd_linux │ ├── vsum-help.pd │ ├── vsum.pd_linux │ ├── vthreshold-help.pd │ ├── vthreshold.pd_linux │ ├── vvconv-help.pd │ ├── vvconv.pd_linux │ ├── vvminus-help.pd │ ├── vvminus.pd_linux │ ├── vvplus-help.pd │ └── vvplus.pd_linux ├── syslog │ ├── LICENSE.txt │ ├── README.txt │ ├── syslog-help.pd │ ├── syslog-meta.pd │ └── syslog.pd_linux ├── tclpd │ ├── LICENSE.txt │ ├── README.txt │ ├── examples │ │ ├── bitmap-help.pd │ │ ├── bitmap-madness.pd │ │ ├── bitmap.tcl │ │ ├── colorpicker.tcl │ │ ├── dynreceive-help.pd │ │ ├── dynreceive.tcl │ │ ├── dynroute-help.pd │ │ ├── dynroute.tcl │ │ ├── list_change-help.pd │ │ ├── list_change.tcl │ │ ├── properties.tcl │ │ ├── slider2-help.pd │ │ └── slider2.tcl │ ├── tclpd-help.pd │ ├── tclpd-meta.pd │ ├── tclpd.pd_linux │ └── tclpd.tcl ├── testtools │ ├── LICENSE.txt │ ├── README.txt │ ├── examples │ │ ├── example-unittest.pd │ │ ├── example.wav │ │ ├── example~-unittest.pd │ │ └── example~.wav │ ├── testtools-meta.pd │ ├── unit-test-frame-help.pd │ ├── unit-test-frame.pd │ ├── unit-test-frame~-help.pd │ └── unit-test-frame~.pd ├── timestretch │ ├── envelope.pd │ ├── int~.pd │ ├── timestretch-meta.pd │ ├── timestretch~-help.pd │ └── timestretch~.pd ├── tof │ ├── OSCToParam-help.pd │ ├── OSCToParam.pd │ ├── animate-help.pd │ ├── animate.pd │ ├── argument-help.pd │ ├── argument.pd_linux │ ├── arguments-help.pd │ ├── arguments.pd_linux │ ├── breakpoints-help.pd │ ├── breakpoints.pd_linux │ ├── breakpoints~-help.pd │ ├── breakpoints~.pd_linux │ ├── common~-help.pd │ ├── common~.pd_linux │ ├── crossfade~-help.pd │ ├── crossfade~.pd_linux │ ├── folderpanel-help.pd │ ├── folderpanel.pd_linux │ ├── from_ascii_code-help.pd │ ├── from_ascii_code.pd_linux │ ├── gemwin+-help.pd │ ├── gemwin+.pd │ ├── getdollarzero-help.pd │ ├── getdollarzero.pd_linux │ ├── homea.gif │ ├── homeb.gif │ ├── imagebang-help.pd │ ├── imagebang.pd_linux │ ├── increment-help.pd │ ├── increment.pd_linux │ ├── iterate-help.pd │ ├── iterate.pd_linux │ ├── listUnfold-help.pd │ ├── listUnfold.pd_linux │ ├── list_accum-help.pd │ ├── list_accum.pd_linux │ ├── list_unfold-help.pd │ ├── list_unfold.pd_linux │ ├── menubutton-help.pd │ ├── menubutton.pd_linux │ ├── onlyone-help.pd │ ├── onlyone.pd_linux │ ├── openHelp-help.pd │ ├── openHelp.pd_linux │ ├── open_help-help.pd │ ├── open_help.pd_linux │ ├── panda.gif │ ├── pandb.gif │ ├── param-help.pd │ ├── param.pd_linux │ ├── path-help.pd │ ├── path.pd_linux │ ├── phasorshot~-help.pd │ ├── phasorshot~.pd_linux │ ├── pix_film+-help.pd │ ├── pix_film+.pd │ ├── pmenu-help.pd │ ├── pmenu.pd_linux │ ├── sample-help.pd │ ├── sample.pd │ ├── sample_granule~-help.pd │ ├── sample_granule~.pd │ ├── sample_packel-help.pd │ ├── sample_packel.pd │ ├── sample_play~-help.pd │ ├── sample_play~.pd │ ├── sample_record~-help.pd │ ├── sample_record~.pd │ ├── sample_shifft~-help.pd │ ├── sample_shifft~.pd │ ├── sample_unpack-help.pd │ ├── sample_unpack.pd │ ├── streamMinMax-help.pd │ ├── streamMinMax.pd_linux │ ├── test-argument.pd │ ├── test-arguments-all.pd │ ├── test-arguments-comma.pd │ ├── test-arguments-token.pd │ ├── test-param-2.pd │ ├── test-param.pd │ ├── to_ascii_code-help.pd │ ├── to_ascii_code.pd_linux │ └── tof-meta.pd ├── unauthorized │ ├── LICENSE.txt │ ├── README.txt │ ├── audience~-help.pd │ ├── audience~.pd_linux │ ├── audience~.tcl │ ├── beatify~-help.pd │ ├── beatify~.pd_linux │ ├── blinkenlights-help.pd │ ├── blinkenlights.pd_linux │ ├── compressor~-help.pd │ ├── compressor~.pd_linux │ ├── cooled~-help.pd │ ├── cooled~.pd_linux │ ├── cooled~.tcl │ ├── countund-help.pd │ ├── countund.pd_linux │ ├── disto~-help.pd │ ├── disto~.pd_linux │ ├── examples │ │ ├── analyze-100.pd │ │ ├── mrandtab.pd │ │ ├── randtab.pd │ │ ├── resynth-64.pd │ │ ├── setosc.pd │ │ ├── speaker.gif │ │ ├── test-streaming-mp3.pd │ │ ├── wanderer.gif │ │ ├── xmms.pd │ │ └── yesterday.txt │ ├── exciter-help.pd │ ├── exciter.pd_linux │ ├── exciter.tcl │ ├── filterbank~-help.pd │ ├── filterbank~.pd_linux │ ├── filterbank~.tcl │ ├── formant~-help.pd │ ├── formant~.pd_linux │ ├── grid-help.pd │ ├── grid.pd_linux │ ├── grid.tcl │ ├── manual │ │ └── disto~.txt │ ├── mp3amp~-help.pd │ ├── mp3amp~.pd_linux │ ├── mp3cast~-help.pd │ ├── mp3cast~.pd_linux │ ├── mp3fileout~-help.pd │ ├── mp3fileout~.pd_linux │ ├── mp3streamin~-help.pd │ ├── mp3streamin~.pd_linux │ ├── mp3streamout~-help.pd │ ├── mp3streamout~.pd_linux │ ├── mp3write~-help.pd │ ├── mp3write~.pd_linux │ ├── pianoroll-help.pd │ ├── pianoroll.pd_linux │ ├── pianoroll.tcl │ ├── playlist-help.pd │ ├── playlist.pd_linux │ ├── playlist.tcl │ ├── probalizer-help.pd │ ├── probalizer.pd_linux │ ├── probalizer.tcl │ ├── randomblock~-help.pd │ ├── randomblock~.pd_linux │ ├── samplebox~-help.pd │ ├── samplebox~.pd_linux │ ├── scratcher~-help.pd │ ├── scratcher~.pd_linux │ ├── scratcher~.tcl │ ├── scrolllist-help.pd │ ├── scrolllist.pd_linux │ ├── scrolllist.tcl │ ├── sonogram~-help.pd │ ├── sonogram~.pd_linux │ ├── speexin~-help.pd │ ├── speexin~.pd_linux │ ├── speexout~-help.pd │ ├── speexout~.pd_linux │ ├── spigot~-help.pd │ ├── spigot~.pd_linux │ ├── unauthorized-meta.pd │ ├── wahwah~-help.pd │ └── wahwah~.pd_linux ├── vanilla │ ├── LICENSE.txt │ ├── README.txt │ ├── adc~.pd_linux │ ├── adc~_dac~-help.pd │ ├── bag.pd_linux │ ├── bang~-help.pd │ ├── bang~.pd_linux │ ├── bendin.pd_linux │ ├── bendout.pd_linux │ ├── bng-help.pd │ ├── bng.pd_linux │ ├── cnv.pd_linux │ ├── cputime-help.pd │ ├── cputime.pd_linux │ ├── ctlin.pd_linux │ ├── ctlout.pd_linux │ ├── dac~.pd_linux │ ├── del.pd_linux │ ├── delay-help.pd │ ├── delay.pd_linux │ ├── fft~.pd_linux │ ├── framp~.pd_linux │ ├── hdial-help.pd │ ├── hdl.pd_linux │ ├── hradio-help.pd │ ├── hradio.pd_linux │ ├── hsl.pd_linux │ ├── hslider-help.pd │ ├── hslider.pd_linux │ ├── ifft~.pd_linux │ ├── key-help.pd │ ├── key.pd_linux │ ├── keyname-help.pd │ ├── keyname.pd_linux │ ├── keyup-help.pd │ ├── keyup.pd_linux │ ├── line-help.pd │ ├── line.pd_linux │ ├── list-help.pd │ ├── list.pd_linux │ ├── loadbang-help.pd │ ├── loadbang.pd_linux │ ├── makenote.pd_linux │ ├── metro-help.pd │ ├── metro.pd_linux │ ├── midi-help.pd │ ├── midiclkin.pd_linux │ ├── midiin.pd_linux │ ├── midiout.pd_linux │ ├── midirealtimein.pd_linux │ ├── my_canvas-help.pd │ ├── my_canvas.pd_linux │ ├── my_numbox.pd_linux │ ├── namecanvas-help.pd │ ├── namecanvas.pd_linux │ ├── nbx.pd_linux │ ├── netreceive-help.pd │ ├── netreceive.pd_linux │ ├── netsend-help.pd │ ├── netsend.pd_linux │ ├── notein.pd_linux │ ├── noteout.pd_linux │ ├── numbox2-help.pd │ ├── openpanel-help.pd │ ├── openpanel.pd_linux │ ├── pgmin.pd_linux │ ├── pgmout.pd_linux │ ├── pipe-help.pd │ ├── pipe.pd_linux │ ├── poly.pd_linux │ ├── polytouchin.pd_linux │ ├── polytouchout.pd_linux │ ├── print-help.pd │ ├── print.pd_linux │ ├── print~-help.pd │ ├── print~.pd_linux │ ├── qlist-help.pd │ ├── qlist.pd_linux │ ├── radiobut.pd_linux │ ├── radiobutton.pd_linux │ ├── random-help.pd │ ├── random.pd_linux │ ├── rdb.pd_linux │ ├── realtime-help.pd │ ├── realtime.pd_linux │ ├── rfft~.pd_linux │ ├── rifft~.pd_linux │ ├── savepanel-help.pd │ ├── savepanel.pd_linux │ ├── stripnote.pd_linux │ ├── sysexin.pd_linux │ ├── textfile-help.pd │ ├── textfile.pd_linux │ ├── tgl.pd_linux │ ├── timer-help.pd │ ├── timer.pd_linux │ ├── toggle-help.pd │ ├── toggle.pd_linux │ ├── touchin.pd_linux │ ├── touchout.pd_linux │ ├── vanilla-meta.pd │ ├── vdial-help.pd │ ├── vdl.pd_linux │ ├── vradio-help.pd │ ├── vradio.pd_linux │ ├── vsl.pd_linux │ ├── vslider-help.pd │ ├── vslider.pd_linux │ ├── vu-help.pd │ └── vu.pd_linux ├── vbap │ ├── LICENSE.txt │ ├── README.txt │ ├── define_loudspeakers-help.pd │ ├── define_loudspeakers.pd_linux │ ├── examples │ │ ├── graph-to-aziele.pd │ │ ├── high.pd │ │ ├── playsample~.pd │ │ ├── recent.pd │ │ ├── rvbap-demo.pd │ │ ├── vbap-demo.pd │ │ ├── vbap-level-config.pd │ │ ├── vbap.main.pd │ │ ├── vbapmodule.pd │ │ └── vbapsnd.pd │ ├── rvbap-help.pd │ ├── rvbap.pd_linux │ ├── unittests │ │ ├── define-loudspeaker-unittest.wav │ │ ├── define_loudspeakers-unittest.pd │ │ ├── rvbap-unittest.pd │ │ ├── rvbap-unittest.wav │ │ ├── vbap-unittest.pd │ │ ├── vbap-unittest.wav │ │ └── vbap.wav │ ├── vbap-help.pd │ ├── vbap-meta.pd │ └── vbap.pd_linux ├── windowing │ ├── LICENSE.txt │ ├── README.txt │ ├── bartlett~-help.pd │ ├── bartlett~.pd_linux │ ├── blackman~-help.pd │ ├── blackman~.pd_linux │ ├── connes~-help.pd │ ├── connes~.pd_linux │ ├── cosine~-help.pd │ ├── cosine~.pd_linux │ ├── examples │ │ └── windowing.pd │ ├── gaussian~-help.pd │ ├── gaussian~.pd_linux │ ├── hamming~-help.pd │ ├── hamming~.pd_linux │ ├── hanning~-help.pd │ ├── hanning~.pd_linux │ ├── kaiser~-help.pd │ ├── kaiser~.pd_linux │ ├── lanczos~-help.pd │ ├── lanczos~.pd_linux │ ├── welch~-help.pd │ ├── welch~.pd_linux │ └── windowing-meta.pd └── zexy │ ├── &&~-help.pd │ ├── 0x260x260x7e.pd │ ├── 0x260x260x7e.pd_linux │ ├── 0x2e.pd_linux │ ├── 0x3c0x7e-help.pd │ ├── 0x3c0x7e.pd │ ├── 0x3c0x7e.pd_linux │ ├── 0x3d0x3d0x7e.pd │ ├── 0x3d0x3d0x7e.pd_linux │ ├── 0x3e0x7e-help.pd │ ├── 0x3e0x7e.pd │ ├── 0x3e0x7e.pd_linux │ ├── 0x7c0x7c0x7e-help.pd │ ├── 0x7c0x7c0x7e.pd │ ├── 0x7c0x7c0x7e.pd_linux │ ├── ==~-help.pd │ ├── AUTHORS │ ├── ChangeLog │ ├── INSTALL │ ├── LICENSE.txt │ ├── README.txt │ ├── a2l-help.pd │ ├── a2l.pd │ ├── a2l.pd_linux │ ├── absgn~-help.pd │ ├── absgn~.pd │ ├── absgn~.pd_linux │ ├── abs~-help.pd │ ├── abs~.pd │ ├── abs~.pd_linux │ ├── any2list-help.pd │ ├── any2list.pd │ ├── any2list.pd_linux │ ├── atoi-help.pd │ ├── atoi.pd_linux │ ├── avg~-help.pd │ ├── avg~.pd_linux │ ├── blockmirror~-help.pd │ ├── blockmirror~.pd_linux │ ├── blockshuffle~.pd_linux │ ├── blockswap~-help.pd │ ├── blockswap~.pd_linux │ ├── cart2pol-help.pd │ ├── cart2pol.pd │ ├── cart2sph-help.pd │ ├── cart2sph.pd │ ├── coordinates-help.pd │ ├── date-help.pd │ ├── date.pd_linux │ ├── deg2rad-help.pd │ ├── deg2rad.pd │ ├── demultiplex-help.pd │ ├── demultiplex.pd_linux │ ├── demultiplex~-help.pd │ ├── demultiplex~.pd_linux │ ├── demux-help.pd │ ├── demux.pd_linux │ ├── demux~-help.pd │ ├── demux~.pd_linux │ ├── dfreq~-help.pd │ ├── dfreq~.pd_linux │ ├── digidistort-help.pd │ ├── dirac~-help.pd │ ├── dirac~.pd_linux │ ├── drip-help.pd │ ├── drip.pd_linux │ ├── envrms~-help.pd │ ├── envrms~.pd_linux │ ├── fifop-help.pd │ ├── fifop.pd_linux │ ├── freadln-help.pd │ ├── freadln.pd_linux │ ├── fwriteln-help.pd │ ├── fwriteln.pd_linux │ ├── glue-help.pd │ ├── glue.pd_linux │ ├── index-help.pd │ ├── index.pd_linux │ ├── l-help.pd │ ├── l.pd_linux │ ├── l2i-help.pd │ ├── l2i.pd │ ├── l2i.pd_linux │ ├── l2s-help.pd │ ├── l2s.pd_linux │ ├── length-help.pd │ ├── length.pd │ ├── length.pd_linux │ ├── lifop-help.pd │ ├── lifop.pd_linux │ ├── limiter~-help.pd │ ├── limiter~.pd_linux │ ├── list2int-help.pd │ ├── list2int.pd │ ├── list2int.pd_linux │ ├── list2lists-help.pd │ ├── list2lists.pd_linux │ ├── list2symbol-help.pd │ ├── list2symbol.pd_linux │ ├── lister-help.pd │ ├── lister.pd_linux │ ├── listfind-help.pd │ ├── listfind.pd_linux │ ├── liststorage.pd_linux │ ├── lp-help.pd │ ├── lp.pd_linux │ ├── lpt-help.pd │ ├── lpt.pd_linux │ ├── makesymbol-help.pd │ ├── makesymbol.pd_linux │ ├── matchbox-help.pd │ ├── matchbox.pd_linux │ ├── mavg-help.pd │ ├── mavg.pd │ ├── mavg.pd_linux │ ├── mean-help.pd │ ├── mean.pd │ ├── minmax-help.pd │ ├── minmax.pd │ ├── minmax.pd_linux │ ├── msgfile-help.pd │ ├── msgfile.pd_linux │ ├── multiline~-help.pd │ ├── multiline~.pd_linux │ ├── multiplex-help.pd │ ├── multiplex.pd_linux │ ├── multiplex~-help.pd │ ├── multiplex~.pd_linux │ ├── multireceive.pd_linux │ ├── mux-help.pd │ ├── mux.pd_linux │ ├── mux~-help.pd │ ├── mux~.pd_linux │ ├── niagara-help.pd │ ├── niagara.pd_linux │ ├── noish~-help.pd │ ├── noish~.pd_linux │ ├── noisi~-help.pd │ ├── noisi~.pd_linux │ ├── nop-help.pd │ ├── nop.pd │ ├── nop~-help.pd │ ├── nop~.pd │ ├── operating_system-help.pd │ ├── operating_system.pd_linux │ ├── pack-help.pd │ ├── pack.pd_linux │ ├── packel-help.pd │ ├── packel.pd_linux │ ├── pack~-help.pd │ ├── pack~.pd_linux │ ├── pdf~-help.pd │ ├── pdf~.pd_linux │ ├── pol2cart-help.pd │ ├── pol2cart.pd │ ├── pol2sph-help.pd │ ├── pol2sph.pd │ ├── polyfun-help.pd │ ├── polyfun.pd │ ├── prime-help.pd │ ├── prime.pd_linux │ ├── quantize~-help.pd │ ├── quantize~.pd_linux │ ├── rad2deg-help.pd │ ├── rad2deg.pd │ ├── rawprint-help.pd │ ├── rawprint.pd_linux │ ├── regex-help-help.pd │ ├── regex-help.pd │ ├── regex.pd_linux │ ├── relay-help.pd │ ├── relay.pd_linux │ ├── repack-help.pd │ ├── repack.pd │ ├── repack.pd_linux │ ├── repeat-help.pd │ ├── repeat.pd_linux │ ├── route~-help.pd │ ├── route~.pd_linux │ ├── s2l-help.pd │ ├── s2l.pd_linux │ ├── scalarmult-help.pd │ ├── segregate-help.pd │ ├── segregate.pd │ ├── sf-play_record-help.pd │ ├── sfplay.pd_linux │ ├── sfrecord.pd_linux │ ├── sgn~-help.pd │ ├── sgn~.pd │ ├── sgn~.pd_linux │ ├── sigzero~-help.pd │ ├── sigzero~.pd_linux │ ├── sleepgrain.pd_linux │ ├── sort-help.pd │ ├── sort.pd_linux │ ├── sph2cart-help.pd │ ├── sph2cart.pd │ ├── sph2pol-help.pd │ ├── sph2pol.pd │ ├── step~-help.pd │ ├── step~.pd_linux │ ├── strcmp-help.pd │ ├── strcmp.pd_linux │ ├── sum-help.pd │ ├── sum.pd │ ├── sum.pd_linux │ ├── swap~-help.pd │ ├── swap~.pd_linux │ ├── symbol2list-help.pd │ ├── symbol2list.pd_linux │ ├── tabdump-help.pd │ ├── tabdump.pd_linux │ ├── tabminmax-help.pd │ ├── tabminmax.pd_linux │ ├── tabread4~~.pd_linux │ ├── tabset-help.pd │ ├── tabset.pd │ ├── tabset.pd_linux │ ├── tavg~-help.pd │ ├── tavg~.pd_linux │ ├── time-help.pd │ ├── time.pd_linux │ ├── unfold-help.pd │ ├── unfold.pd_linux │ ├── uniqsym-help.pd │ ├── uniqsym.pd │ ├── unpack-help.pd │ ├── unpack.pd_linux │ ├── unpack~-help.pd │ ├── unpack~.pd_linux │ ├── urn-help.pd │ ├── urn.pd_linux │ ├── wrap-help.pd │ ├── wrap.pd_linux │ ├── zexy-meta.pd │ ├── zigbinops-help.pd │ ├── z~-help.pd │ └── z~.pd_linux └── pdfluidsynth ├── fluid.gen.txt ├── fluid.gen2sym.pd ├── fluid.pd ├── fluid~-help.pd ├── fluid~.pd_darwin ├── fluid~.pd_linux └── libfluidsynth.so.1 /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/README.md -------------------------------------------------------------------------------- /pd-extended/Gem/COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/COPYING.txt -------------------------------------------------------------------------------- /pd-extended/Gem/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/ChangeLog -------------------------------------------------------------------------------- /pd-extended/Gem/Gem.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/Gem.pd_linux -------------------------------------------------------------------------------- /pd-extended/Gem/GemPrimer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/GemPrimer.pdf -------------------------------------------------------------------------------- /pd-extended/Gem/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/README.txt -------------------------------------------------------------------------------- /pd-extended/Gem/alpha-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/alpha-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/cMatrix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/cMatrix.html -------------------------------------------------------------------------------- /pd-extended/Gem/camera-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/camera-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/circle-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/circle-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/color-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/color-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/cone-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/cone-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/cube-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/cube-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/cuboid-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/cuboid-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/curve-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/curve-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/depth-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/depth-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/disk-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/disk-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/examples/10.glsl/tri2fan.vert: -------------------------------------------------------------------------------- 1 | void main() 2 | { 3 | gl_Position = gl_Vertex; 4 | } 5 | 6 | 7 | -------------------------------------------------------------------------------- /pd-extended/Gem/gem.todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/gem.todo.txt -------------------------------------------------------------------------------- /pd-extended/Gem/gemhead.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/gemhead.pd -------------------------------------------------------------------------------- /pd-extended/Gem/gemmouse.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/gemmouse.pd -------------------------------------------------------------------------------- /pd-extended/Gem/gemorb-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/gemorb-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/gemorb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/gemorb.pd -------------------------------------------------------------------------------- /pd-extended/Gem/gemtablet.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/gemtablet.pd -------------------------------------------------------------------------------- /pd-extended/Gem/gemwin-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/gemwin-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/gemwin.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/gemwin.pd -------------------------------------------------------------------------------- /pd-extended/Gem/hsv2rgb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/hsv2rgb.pd -------------------------------------------------------------------------------- /pd-extended/Gem/light-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/light-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/manual/add.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/manual/add.jpg -------------------------------------------------------------------------------- /pd-extended/Gem/model-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/model-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/ortho-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/ortho-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/pix_write.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/pix_write.pd -------------------------------------------------------------------------------- /pd-extended/Gem/rgb2hsv.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/rgb2hsv.pd -------------------------------------------------------------------------------- /pd-extended/Gem/rgb2yuv.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/rgb2yuv.pd -------------------------------------------------------------------------------- /pd-extended/Gem/ripple-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/ripple-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/rotate-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/rotate-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/rubber-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/rubber-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/scale-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/scale-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/sphere-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/sphere-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/square-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/square-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/teapot-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/teapot-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/text2d-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/text2d-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/text3d-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/text3d-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/torus-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/torus-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/tube-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/tube-help.pd -------------------------------------------------------------------------------- /pd-extended/Gem/yuv2rgb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/Gem/yuv2rgb.pd -------------------------------------------------------------------------------- /pd-extended/boids/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/boids/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/boids/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/boids/README.txt -------------------------------------------------------------------------------- /pd-extended/bsaylor/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/bsaylor/README.txt -------------------------------------------------------------------------------- /pd-extended/bsaylor/mtosr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/bsaylor/mtosr.pd -------------------------------------------------------------------------------- /pd-extended/chaos/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/chaos/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/chaos/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/chaos/README.txt -------------------------------------------------------------------------------- /pd-extended/chaos/base-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/chaos/base-help.pd -------------------------------------------------------------------------------- /pd-extended/chaos/libchaos.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/chaos/libchaos.so -------------------------------------------------------------------------------- /pd-extended/chaos/tent-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/chaos/tent-help.pd -------------------------------------------------------------------------------- /pd-extended/comport/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/comport/README.txt -------------------------------------------------------------------------------- /pd-extended/creb/64k-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/64k-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/64k.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/64k.pd -------------------------------------------------------------------------------- /pd-extended/creb/abs~.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/abs~.pd_linux -------------------------------------------------------------------------------- /pd-extended/creb/bdft-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/bdft-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/bdft.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/bdft.pd -------------------------------------------------------------------------------- /pd-extended/creb/bdfts-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/bdfts-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/bdfts.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/bdfts.pd -------------------------------------------------------------------------------- /pd-extended/creb/bfft~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/bfft~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/bhip~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/bhip~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/bhip~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/bhip~.pd -------------------------------------------------------------------------------- /pd-extended/creb/blop~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/blop~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/blop~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/blop~.pd -------------------------------------------------------------------------------- /pd-extended/creb/bpm-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/bpm-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/bpm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/bpm.pd -------------------------------------------------------------------------------- /pd-extended/creb/bwin~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/bwin~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/cadd~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cadd~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/cadd~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cadd~.pd -------------------------------------------------------------------------------- /pd-extended/creb/ccmap~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/ccmap~.pd -------------------------------------------------------------------------------- /pd-extended/creb/cconj~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cconj~.pd -------------------------------------------------------------------------------- /pd-extended/creb/cep~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cep~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/cep~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cep~.pd -------------------------------------------------------------------------------- /pd-extended/creb/cexp~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cexp~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/cinv~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cinv~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/cinv~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cinv~.pd -------------------------------------------------------------------------------- /pd-extended/creb/clog~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/clog~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/cmul~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cmul~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/cmul~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cmul~.pd -------------------------------------------------------------------------------- /pd-extended/creb/cosc~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cosc~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/cosc~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cosc~.pd -------------------------------------------------------------------------------- /pd-extended/creb/count-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/count-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/count.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/count.pd -------------------------------------------------------------------------------- /pd-extended/creb/creb-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/creb-meta.pd -------------------------------------------------------------------------------- /pd-extended/creb/cstate+~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cstate+~.pd -------------------------------------------------------------------------------- /pd-extended/creb/cstate~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/cstate~.pd -------------------------------------------------------------------------------- /pd-extended/creb/csub~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/csub~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/csub~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/csub~.pd -------------------------------------------------------------------------------- /pd-extended/creb/diag~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/diag~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/dist~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/dist~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/dsfosc~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/dsfosc~.pd -------------------------------------------------------------------------------- /pd-extended/creb/dwt~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/dwt~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/dwt~.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/dwt~.pd_linux -------------------------------------------------------------------------------- /pd-extended/creb/eadh~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/eadh~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/eadh~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/eadh~.pd -------------------------------------------------------------------------------- /pd-extended/creb/eadsrh~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/eadsrh~.pd -------------------------------------------------------------------------------- /pd-extended/creb/ead~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/ead~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/ead~.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/ead~.pd_linux -------------------------------------------------------------------------------- /pd-extended/creb/ear~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/ear~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/ear~.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/ear~.pd_linux -------------------------------------------------------------------------------- /pd-extended/creb/expmap~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/expmap~.pd -------------------------------------------------------------------------------- /pd-extended/creb/fblock.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/fblock.pd -------------------------------------------------------------------------------- /pd-extended/creb/fblock~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/fblock~.pd -------------------------------------------------------------------------------- /pd-extended/creb/fdn~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/fdn~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/fdn~.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/fdn~.pd_linux -------------------------------------------------------------------------------- /pd-extended/creb/fmod-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/fmod-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/fmod.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/fmod.pd -------------------------------------------------------------------------------- /pd-extended/creb/fmop~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/fmop~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/fmop~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/fmop~.pd -------------------------------------------------------------------------------- /pd-extended/creb/frequor~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/frequor~.pd -------------------------------------------------------------------------------- /pd-extended/creb/fwarp-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/fwarp-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/icep~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/icep~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/icep~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/icep~.pd -------------------------------------------------------------------------------- /pd-extended/creb/idsfosc~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/idsfosc~.pd -------------------------------------------------------------------------------- /pd-extended/creb/inv-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/inv-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/inv.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/inv.pd -------------------------------------------------------------------------------- /pd-extended/creb/lattice3.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/lattice3.pd -------------------------------------------------------------------------------- /pd-extended/creb/lpifft~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/lpifft~.pd -------------------------------------------------------------------------------- /pd-extended/creb/pdynwav~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/pdynwav~.pd -------------------------------------------------------------------------------- /pd-extended/creb/pulsor~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/pulsor~.pd -------------------------------------------------------------------------------- /pd-extended/creb/ramp~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/ramp~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/ratio-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/ratio-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/reference.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/reference.txt -------------------------------------------------------------------------------- /pd-extended/creb/rms~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/rms~.pd -------------------------------------------------------------------------------- /pd-extended/creb/scale7.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/scale7.pd -------------------------------------------------------------------------------- /pd-extended/creb/sin~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/sin~.pd -------------------------------------------------------------------------------- /pd-extended/creb/step_16.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/step_16.pd -------------------------------------------------------------------------------- /pd-extended/creb/step_16r.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/step_16r.pd -------------------------------------------------------------------------------- /pd-extended/creb/step_4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/step_4.pd -------------------------------------------------------------------------------- /pd-extended/creb/step_4r.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/step_4r.pd -------------------------------------------------------------------------------- /pd-extended/creb/tblock.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/tblock.pd -------------------------------------------------------------------------------- /pd-extended/creb/ti_hihat.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/ti_hihat.pd -------------------------------------------------------------------------------- /pd-extended/creb/ti_snare.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/ti_snare.pd -------------------------------------------------------------------------------- /pd-extended/creb/ucmod~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/ucmod~.pd -------------------------------------------------------------------------------- /pd-extended/creb/ucnorm~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/ucnorm~.pd -------------------------------------------------------------------------------- /pd-extended/creb/vols~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/vols~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/vols~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/vols~.pd -------------------------------------------------------------------------------- /pd-extended/creb/vol~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/vol~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/vol~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/vol~.pd -------------------------------------------------------------------------------- /pd-extended/creb/xfm~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/xfm~-help.pd -------------------------------------------------------------------------------- /pd-extended/creb/xfm~.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/creb/xfm~.pd_linux -------------------------------------------------------------------------------- /pd-extended/cxc/ENV-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/ENV-help.pd -------------------------------------------------------------------------------- /pd-extended/cxc/ENV.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/ENV.pd_linux -------------------------------------------------------------------------------- /pd-extended/cxc/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/cxc/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/README.txt -------------------------------------------------------------------------------- /pd-extended/cxc/ascseq-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/ascseq-help.pd -------------------------------------------------------------------------------- /pd-extended/cxc/bfilt-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/bfilt-help.pd -------------------------------------------------------------------------------- /pd-extended/cxc/bfilt.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/bfilt.pd_linux -------------------------------------------------------------------------------- /pd-extended/cxc/bfilt2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/bfilt2-help.pd -------------------------------------------------------------------------------- /pd-extended/cxc/cxc-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/cxc-meta.pd -------------------------------------------------------------------------------- /pd-extended/cxc/cxmean-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/cxmean-help.pd -------------------------------------------------------------------------------- /pd-extended/cxc/delta~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/delta~-help.pd -------------------------------------------------------------------------------- /pd-extended/cxc/fader-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/fader-help.pd -------------------------------------------------------------------------------- /pd-extended/cxc/fader.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/fader.pd -------------------------------------------------------------------------------- /pd-extended/cxc/mean~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/mean~-help.pd -------------------------------------------------------------------------------- /pd-extended/cxc/mean~.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/mean~.pd_linux -------------------------------------------------------------------------------- /pd-extended/cxc/proc-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/proc-help.pd -------------------------------------------------------------------------------- /pd-extended/cxc/proc.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/proc.pd_linux -------------------------------------------------------------------------------- /pd-extended/cxc/reson~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/reson~-help.pd -------------------------------------------------------------------------------- /pd-extended/cxc/utime-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/utime-help.pd -------------------------------------------------------------------------------- /pd-extended/cxc/utime.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cxc/utime.pd_linux -------------------------------------------------------------------------------- /pd-extended/cyclone/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cyclone/README.txt -------------------------------------------------------------------------------- /pd-extended/cyclone/coll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cyclone/coll.txt -------------------------------------------------------------------------------- /pd-extended/cyclone/pv-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cyclone/pv-help.pd -------------------------------------------------------------------------------- /pd-extended/cyclone/test.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cyclone/test.mid -------------------------------------------------------------------------------- /pd-extended/cyclone/zl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/cyclone/zl-help.pd -------------------------------------------------------------------------------- /pd-extended/ekext/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ekext/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/ekext/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ekext/README.txt -------------------------------------------------------------------------------- /pd-extended/ekext/bmt~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ekext/bmt~-help.pd -------------------------------------------------------------------------------- /pd-extended/ekext/count.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ekext/count.pd -------------------------------------------------------------------------------- /pd-extended/ekext/cup-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ekext/cup-help.pd -------------------------------------------------------------------------------- /pd-extended/ekext/cup.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ekext/cup.pd_linux -------------------------------------------------------------------------------- /pd-extended/ekext/cupd-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ekext/cupd-help.pd -------------------------------------------------------------------------------- /pd-extended/ekext/lpc~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ekext/lpc~-help.pd -------------------------------------------------------------------------------- /pd-extended/ext13/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ext13/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/ext13/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ext13/README.txt -------------------------------------------------------------------------------- /pd-extended/ext13/ftos-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ext13/ftos-help.pd -------------------------------------------------------------------------------- /pd-extended/extra/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/extra/README.txt -------------------------------------------------------------------------------- /pd-extended/extra/expr-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/extra/expr-help.pd -------------------------------------------------------------------------------- /pd-extended/extra/hilbert~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/extra/hilbert~.pd -------------------------------------------------------------------------------- /pd-extended/extra/pd~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/extra/pd~-help.pd -------------------------------------------------------------------------------- /pd-extended/extra/pd~.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/extra/pd~.pd_linux -------------------------------------------------------------------------------- /pd-extended/extra/rev1~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/extra/rev1~.pd -------------------------------------------------------------------------------- /pd-extended/extra/rev2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/extra/rev2~.pd -------------------------------------------------------------------------------- /pd-extended/extra/rev3~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/extra/rev3~.pd -------------------------------------------------------------------------------- /pd-extended/extra/z.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/extra/z.pd -------------------------------------------------------------------------------- /pd-extended/flatgui/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/flatgui/README.txt -------------------------------------------------------------------------------- /pd-extended/gem2pdp-README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/gem2pdp-README.txt -------------------------------------------------------------------------------- /pd-extended/gem2pdp-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/gem2pdp-help.pd -------------------------------------------------------------------------------- /pd-extended/gem2pdp.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/gem2pdp.pd_linux -------------------------------------------------------------------------------- /pd-extended/ggee/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/ggee/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/README.txt -------------------------------------------------------------------------------- /pd-extended/ggee/ggee-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/ggee-meta.pd -------------------------------------------------------------------------------- /pd-extended/ggee/image-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/image-help.pd -------------------------------------------------------------------------------- /pd-extended/ggee/inv-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/inv-help.pd -------------------------------------------------------------------------------- /pd-extended/ggee/inv.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/inv.pd_linux -------------------------------------------------------------------------------- /pd-extended/ggee/logo100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/logo100.gif -------------------------------------------------------------------------------- /pd-extended/ggee/moog~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/moog~-help.pd -------------------------------------------------------------------------------- /pd-extended/ggee/notch-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/notch-help.pd -------------------------------------------------------------------------------- /pd-extended/ggee/qread-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/qread-help.pd -------------------------------------------------------------------------------- /pd-extended/ggee/rl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/rl-help.pd -------------------------------------------------------------------------------- /pd-extended/ggee/rl.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/rl.pd_linux -------------------------------------------------------------------------------- /pd-extended/ggee/rtout-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/rtout-help.pd -------------------------------------------------------------------------------- /pd-extended/ggee/shell-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/shell-help.pd -------------------------------------------------------------------------------- /pd-extended/ggee/sinh-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/sinh-help.pd -------------------------------------------------------------------------------- /pd-extended/ggee/sinh.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/sinh.pd_linux -------------------------------------------------------------------------------- /pd-extended/ggee/sl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/sl-help.pd -------------------------------------------------------------------------------- /pd-extended/ggee/sl.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/sl.pd_linux -------------------------------------------------------------------------------- /pd-extended/ggee/state-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/ggee/state-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/ISOdate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/ISOdate.pd -------------------------------------------------------------------------------- /pd-extended/hcs/ISOtime.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/ISOtime.pd -------------------------------------------------------------------------------- /pd-extended/hcs/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/hcs/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/README.txt -------------------------------------------------------------------------------- /pd-extended/hcs/ascii2int.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/ascii2int.pd -------------------------------------------------------------------------------- /pd-extended/hcs/autoscale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/autoscale.pd -------------------------------------------------------------------------------- /pd-extended/hcs/colorpanel.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/colorpanel.tcl -------------------------------------------------------------------------------- /pd-extended/hcs/cursor-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/cursor-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/cursor.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/cursor.tcl -------------------------------------------------------------------------------- /pd-extended/hcs/debounce.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/debounce.pd -------------------------------------------------------------------------------- /pd-extended/hcs/debug-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/debug-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/debug.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/debug.pd -------------------------------------------------------------------------------- /pd-extended/hcs/embed-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/embed-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/embed.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/embed.pd -------------------------------------------------------------------------------- /pd-extended/hcs/file_type.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/file_type.pd -------------------------------------------------------------------------------- /pd-extended/hcs/float2ascii.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/float2ascii.pd -------------------------------------------------------------------------------- /pd-extended/hcs/group-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/group-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/group.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/group.pd_linux -------------------------------------------------------------------------------- /pd-extended/hcs/hcs-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/hcs-meta.pd -------------------------------------------------------------------------------- /pd-extended/hcs/hostname.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/hostname.pd -------------------------------------------------------------------------------- /pd-extended/hcs/ifeel-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/ifeel-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/ifeel.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/ifeel.pd_linux -------------------------------------------------------------------------------- /pd-extended/hcs/noquit-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/noquit-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/noquit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/noquit.pd -------------------------------------------------------------------------------- /pd-extended/hcs/passwd-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/passwd-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/pi-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/pi-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/pi.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/pi.pd -------------------------------------------------------------------------------- /pd-extended/hcs/pwm-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/pwm-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/pwm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/pwm.pd -------------------------------------------------------------------------------- /pd-extended/hcs/pwm~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/pwm~-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/pwm~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/pwm~.pd -------------------------------------------------------------------------------- /pd-extended/hcs/setenv-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/setenv-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/square~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/square~.pd -------------------------------------------------------------------------------- /pd-extended/hcs/stat-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/stat-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/stat.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/stat.pd_linux -------------------------------------------------------------------------------- /pd-extended/hcs/tcl_version.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/tcl_version.pd -------------------------------------------------------------------------------- /pd-extended/hcs/tkconsole.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/tkconsole.pd -------------------------------------------------------------------------------- /pd-extended/hcs/tremolo~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/tremolo~.pd -------------------------------------------------------------------------------- /pd-extended/hcs/uname-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/uname-help.pd -------------------------------------------------------------------------------- /pd-extended/hcs/uname.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hcs/uname.pd_linux -------------------------------------------------------------------------------- /pd-extended/hexloader/FAQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hexloader/FAQ.txt -------------------------------------------------------------------------------- /pd-extended/hid/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/hid/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/README.txt -------------------------------------------------------------------------------- /pd-extended/hid/buttongate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/buttongate.pd -------------------------------------------------------------------------------- /pd-extended/hid/deg2hid.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/deg2hid.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid-help.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid-meta.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid.pd_linux -------------------------------------------------------------------------------- /pd-extended/hid/hid2deg.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid2deg.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid2rad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid2rad.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_average.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_average.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_cube.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_cube.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_exp.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_exp.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_graph.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_graph.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_invert.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_invert.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_log.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_log.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_lowpass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_lowpass.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_menu.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_menu.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_one2two.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_one2two.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_polar.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_polar.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_rel2abs.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_rel2abs.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_smooth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_smooth.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_spiral.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_spiral.pd -------------------------------------------------------------------------------- /pd-extended/hid/hid_square.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/hid_square.pd -------------------------------------------------------------------------------- /pd-extended/hid/joystick.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/joystick.pd -------------------------------------------------------------------------------- /pd-extended/hid/keyboard.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/keyboard.pd -------------------------------------------------------------------------------- /pd-extended/hid/keygate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/keygate.pd -------------------------------------------------------------------------------- /pd-extended/hid/mouse-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/mouse-help.pd -------------------------------------------------------------------------------- /pd-extended/hid/mouse.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/mouse.pd -------------------------------------------------------------------------------- /pd-extended/hid/notescale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/notescale.pd -------------------------------------------------------------------------------- /pd-extended/hid/rad2hid.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/hid/rad2hid.pd -------------------------------------------------------------------------------- /pd-extended/iem_tab/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iem_tab/README.txt -------------------------------------------------------------------------------- /pd-extended/iemgui/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemgui/README.txt -------------------------------------------------------------------------------- /pd-extended/iemguts/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemguts/README.txt -------------------------------------------------------------------------------- /pd-extended/iemlib/$n-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/$n-help.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/1p1z.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/1p1z.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/addl~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/addl~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/any-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/any-help.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/ap1c~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/ap1c~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/ap1~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/ap1~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/ap2c~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/ap2c~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/ap2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/ap2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/bng.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/bng.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/bp2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/bp2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/bpe-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/bpe-help.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/bpq2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/bpq2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/bpw2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/bpw2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/bs2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/bs2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/bsq2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/bsq2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/bsw2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/bsw2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/dbtofad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/dbtofad.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/default.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/default.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/divl~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/divl~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/dsp-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/dsp-help.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/dsp.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/dsp.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/dsp~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/dsp~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/fadtodb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/fadtodb.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/fadtorms.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/fadtorms.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/for++.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/for++.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/gainvu~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/gainvu~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/gui-menu.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/gui-menu.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/hdial.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/hdial.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/hp1c~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/hp1c~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/hp1~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/hp1~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/hp2c~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/hp2c~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/hp2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/hp2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/hradio.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/hradio.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/hslider.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/hslider.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/iem_r.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/iem_r.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/iem_s.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/iem_s.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/ii-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/ii-help.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/ii.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/ii.pd_linux -------------------------------------------------------------------------------- /pd-extended/iemlib/lp1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/lp1.wav -------------------------------------------------------------------------------- /pd-extended/iemlib/lp1_d~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/lp1_d~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/lp1c~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/lp1c~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/lp1~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/lp1~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/lp2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/lp2.wav -------------------------------------------------------------------------------- /pd-extended/iemlib/lp2c_d~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/lp2c_d~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/lp2c~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/lp2c~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/lp2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/lp2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/lp3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/lp3.wav -------------------------------------------------------------------------------- /pd-extended/iemlib/mull~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/mull~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/once.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/once.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/pink~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/pink~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/popup.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/popup.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/pp-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/pp-help.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/pp.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/pp.pd_linux -------------------------------------------------------------------------------- /pd-extended/iemlib/rbpq2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/rbpq2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/rbpw2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/rbpw2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/rmstofad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/rmstofad.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/round~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/round~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/split3.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/split3.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/subl~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/subl~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/test1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/test1.mp3 -------------------------------------------------------------------------------- /pd-extended/iemlib/tm.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/tm.pd_linux -------------------------------------------------------------------------------- /pd-extended/iemlib/toggle.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/toggle.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/unsig~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/unsig~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_bp2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_bp2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_bp4~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_bp4~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_bp6~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_bp6~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_bp8~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_bp8~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_hp2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_hp2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_hp4~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_hp4~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_hp6~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_hp6~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_hp8~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_hp8~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_lp2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_lp2~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_lp4~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_lp4~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_lp6~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_lp6~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vcf_lp8~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vcf_lp8~.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vdial.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vdial.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vradio.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vradio.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vslider.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vslider.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/vu.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/vu.pd -------------------------------------------------------------------------------- /pd-extended/iemlib/xx_xx.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemlib/xx_xx.wav -------------------------------------------------------------------------------- /pd-extended/iemmatrix/manual/CHANGES.txt: -------------------------------------------------------------------------------- 1 | 0.1: (jmz, 21.03.2005) 2 | * forked from zexy 3 | 4 | -------------------------------------------------------------------------------- /pd-extended/iemnet/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemnet/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/iemnet/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/iemnet/README.txt -------------------------------------------------------------------------------- /pd-extended/jmmmp/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/jmmmp/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/README.txt -------------------------------------------------------------------------------- /pd-extended/jmmmp/appent.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/appent.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/array+.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/array+.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/bezier.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/bezier.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/but-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/but-help.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/but.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/but.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/butt-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/butt-help.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/butt.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/butt.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/clock.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/clock.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/dacm~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/dacm~.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/datei-o.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/datei-o.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/datei-r.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/datei-r.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/datei-w.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/datei-w.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/dsp01.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/dsp01.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/f+-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/f+-help.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/f+.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/f+.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/lbang.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/lbang.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/liner+~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/liner+~.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/liner~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/liner~.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/m-i-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/m-i-help.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/m-i.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/m-i.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/maat~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/maat~.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/mat~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/mat~-help.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/mat~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/mat~.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/metrum.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/metrum.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/met~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/met~-help.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/met~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/met~.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/mk-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/mk-help.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/mk.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/mk.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/oscD-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/oscD-help.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/oscD.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/oscD.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/oscS-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/oscS-help.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/oscS.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/oscS.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/pd-colors.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/pd-colors.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/prepent.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/prepent.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/rec-name.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/rec-name.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/sguigot.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/sguigot.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/sliders.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/sliders.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/snaps~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/snaps~.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/stoppuhr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/stoppuhr.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/tastin.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/tastin.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/uhr-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/uhr-help.pd -------------------------------------------------------------------------------- /pd-extended/jmmmp/uhr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/jmmmp/uhr.pd -------------------------------------------------------------------------------- /pd-extended/libdir/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/libdir/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/libdir/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/libdir/README.txt -------------------------------------------------------------------------------- /pd-extended/list-abs/last-x.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/list-abs/last-x.pd -------------------------------------------------------------------------------- /pd-extended/list-abs/sroute.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/list-abs/sroute.pd -------------------------------------------------------------------------------- /pd-extended/log/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/log/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/log/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/log/README.txt -------------------------------------------------------------------------------- /pd-extended/log/debug-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/log/debug-help.pd -------------------------------------------------------------------------------- /pd-extended/log/debug.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/log/debug.pd_linux -------------------------------------------------------------------------------- /pd-extended/log/error-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/log/error-help.pd -------------------------------------------------------------------------------- /pd-extended/log/error.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/log/error.pd_linux -------------------------------------------------------------------------------- /pd-extended/log/fatal-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/log/fatal-help.pd -------------------------------------------------------------------------------- /pd-extended/log/fatal.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/log/fatal.pd_linux -------------------------------------------------------------------------------- /pd-extended/log/log-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/log/log-meta.pd -------------------------------------------------------------------------------- /pd-extended/log/normal-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/log/normal-help.pd -------------------------------------------------------------------------------- /pd-extended/mapping/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/README.txt -------------------------------------------------------------------------------- /pd-extended/mapping/curve.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/curve.pd -------------------------------------------------------------------------------- /pd-extended/mapping/delay_n.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/delay_n.pd -------------------------------------------------------------------------------- /pd-extended/mapping/diff_n.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/diff_n.pd -------------------------------------------------------------------------------- /pd-extended/mapping/disjoin.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/disjoin.pd -------------------------------------------------------------------------------- /pd-extended/mapping/env+.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/env+.pd -------------------------------------------------------------------------------- /pd-extended/mapping/env-.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/env-.pd -------------------------------------------------------------------------------- /pd-extended/mapping/env.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/env.pd -------------------------------------------------------------------------------- /pd-extended/mapping/fir.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/fir.pd -------------------------------------------------------------------------------- /pd-extended/mapping/iir.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/iir.pd -------------------------------------------------------------------------------- /pd-extended/mapping/join.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/join.pd -------------------------------------------------------------------------------- /pd-extended/mapping/keygate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/keygate.pd -------------------------------------------------------------------------------- /pd-extended/mapping/last_n.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/last_n.pd -------------------------------------------------------------------------------- /pd-extended/mapping/listto.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/listto.pd -------------------------------------------------------------------------------- /pd-extended/mapping/lop.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/lop.pd -------------------------------------------------------------------------------- /pd-extended/mapping/max_n.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/max_n.pd -------------------------------------------------------------------------------- /pd-extended/mapping/mean_n.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/mean_n.pd -------------------------------------------------------------------------------- /pd-extended/mapping/median.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/median.pd -------------------------------------------------------------------------------- /pd-extended/mapping/min_n.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/min_n.pd -------------------------------------------------------------------------------- /pd-extended/mapping/nl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/nl-help.pd -------------------------------------------------------------------------------- /pd-extended/mapping/nl.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/nl.pd -------------------------------------------------------------------------------- /pd-extended/mapping/one2two.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/one2two.pd -------------------------------------------------------------------------------- /pd-extended/mapping/oscillo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/oscillo.pd -------------------------------------------------------------------------------- /pd-extended/mapping/polar.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/polar.pd -------------------------------------------------------------------------------- /pd-extended/mapping/quartic.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/quartic.pd -------------------------------------------------------------------------------- /pd-extended/mapping/reverse.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/reverse.pd -------------------------------------------------------------------------------- /pd-extended/mapping/segment.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/segment.pd -------------------------------------------------------------------------------- /pd-extended/mapping/smooth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/smooth.pd -------------------------------------------------------------------------------- /pd-extended/mapping/spiral.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/spiral.pd -------------------------------------------------------------------------------- /pd-extended/mapping/split_n.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/split_n.pd -------------------------------------------------------------------------------- /pd-extended/mapping/stepper.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/stepper.pd -------------------------------------------------------------------------------- /pd-extended/mapping/test_n.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/test_n.pd -------------------------------------------------------------------------------- /pd-extended/mapping/tolist.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/tolist.pd -------------------------------------------------------------------------------- /pd-extended/mapping/vector.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/vector.pd -------------------------------------------------------------------------------- /pd-extended/mapping/wave.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mapping/wave.pd -------------------------------------------------------------------------------- /pd-extended/markex/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/markex/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/markex/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/markex/README.txt -------------------------------------------------------------------------------- /pd-extended/maxlib/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/maxlib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/README.txt -------------------------------------------------------------------------------- /pd-extended/maxlib/allow.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/allow.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/beat.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/beat.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/beta.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/beta.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/bilex.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/bilex.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/borax.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/borax.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/chord.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/chord.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/delta.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/delta.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/deny.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/deny.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/dist.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/dist.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/edge.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/edge.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/expo.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/expo.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/fifo.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/fifo.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/gauss.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/gauss.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/iso-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/iso-help.pd -------------------------------------------------------------------------------- /pd-extended/maxlib/iso.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/iso.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/lifo.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/lifo.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/limit.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/limit.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/match.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/match.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/minus.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/minus.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/mlife.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/mlife.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/multi.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/multi.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/pitch.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/pitch.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/plus.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/plus.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/pong.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/pong.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/pulse.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/pulse.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/scale.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/scale.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/score.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/score.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/split.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/split.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/step.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/step.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/subst.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/subst.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/sync.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/sync.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/tilt.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/tilt.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/urn-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/urn-help.pd -------------------------------------------------------------------------------- /pd-extended/maxlib/urn.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/urn.l_arm -------------------------------------------------------------------------------- /pd-extended/maxlib/wrap.l_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/maxlib/wrap.l_arm -------------------------------------------------------------------------------- /pd-extended/mjlib/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mjlib/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/mjlib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mjlib/README.txt -------------------------------------------------------------------------------- /pd-extended/mjlib/n2m-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mjlib/n2m-help.pd -------------------------------------------------------------------------------- /pd-extended/mjlib/n2m.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mjlib/n2m.pd_linux -------------------------------------------------------------------------------- /pd-extended/mjlib/pin~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mjlib/pin~-help.pd -------------------------------------------------------------------------------- /pd-extended/mjlib/prob-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/mjlib/prob-help.pd -------------------------------------------------------------------------------- /pd-extended/moocow/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/moocow/README.txt -------------------------------------------------------------------------------- /pd-extended/moonlib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/moonlib/README.txt -------------------------------------------------------------------------------- /pd-extended/moonlib/image.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/moonlib/image.tcl -------------------------------------------------------------------------------- /pd-extended/motex/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/motex/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/motex/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/motex/README.txt -------------------------------------------------------------------------------- /pd-extended/motex/ln~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/motex/ln~-help.pd -------------------------------------------------------------------------------- /pd-extended/motex/ln~.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/motex/ln~.pd_linux -------------------------------------------------------------------------------- /pd-extended/motex/pan~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/motex/pan~-help.pd -------------------------------------------------------------------------------- /pd-extended/mrpeach/examples/test.txt: -------------------------------------------------------------------------------- 1 | testing one two three 2 | -------------------------------------------------------------------------------- /pd-extended/net/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/net/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/net/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/net/README.txt -------------------------------------------------------------------------------- /pd-extended/net/examples/test.txt: -------------------------------------------------------------------------------- 1 | testing one two three 2 | -------------------------------------------------------------------------------- /pd-extended/net/net-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/net/net-meta.pd -------------------------------------------------------------------------------- /pd-extended/nsend/nr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/nsend/nr.pd -------------------------------------------------------------------------------- /pd-extended/nsend/nreceive.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/nsend/nreceive.pd -------------------------------------------------------------------------------- /pd-extended/nsend/ns.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/nsend/ns.pd -------------------------------------------------------------------------------- /pd-extended/nsend/nsend.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/nsend/nsend.pd -------------------------------------------------------------------------------- /pd-extended/osc/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/osc/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/osc/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/osc/README.txt -------------------------------------------------------------------------------- /pd-extended/osc/osc-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/osc/osc-meta.pd -------------------------------------------------------------------------------- /pd-extended/oscx/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/oscx/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/oscx/OSC-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/oscx/OSC-help.pd -------------------------------------------------------------------------------- /pd-extended/oscx/OSC.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/oscx/OSC.pd_linux -------------------------------------------------------------------------------- /pd-extended/oscx/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/oscx/README.txt -------------------------------------------------------------------------------- /pd-extended/oscx/liboscx.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/oscx/liboscx.so -------------------------------------------------------------------------------- /pd-extended/oscx/oscx-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/oscx/oscx-meta.pd -------------------------------------------------------------------------------- /pd-extended/output~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/output~-help.pd -------------------------------------------------------------------------------- /pd-extended/output~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/output~.pd -------------------------------------------------------------------------------- /pd-extended/pan/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pan/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/pan/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pan/README.txt -------------------------------------------------------------------------------- /pd-extended/pan/gogins_pan~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pan/gogins_pan~.pd -------------------------------------------------------------------------------- /pd-extended/pan/gpan~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pan/gpan~-help.pd -------------------------------------------------------------------------------- /pd-extended/pan/gpan~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pan/gpan~.pd -------------------------------------------------------------------------------- /pd-extended/pan/linear_pan~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pan/linear_pan~.pd -------------------------------------------------------------------------------- /pd-extended/pan/pan-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pan/pan-meta.pd -------------------------------------------------------------------------------- /pd-extended/pan/pan_core~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pan/pan_core~.pd -------------------------------------------------------------------------------- /pd-extended/parazit-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/parazit-help.pd -------------------------------------------------------------------------------- /pd-extended/parazit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/parazit.pd -------------------------------------------------------------------------------- /pd-extended/pd-wavelet/main.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pd-wavelet/main.pd -------------------------------------------------------------------------------- /pd-extended/pd-wavelet/pow2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pd-wavelet/pow2.pd -------------------------------------------------------------------------------- /pd-extended/pddp/+pager.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/+pager.pd -------------------------------------------------------------------------------- /pd-extended/pddp/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/pddp/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/README.txt -------------------------------------------------------------------------------- /pd-extended/pddp/dsp-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/dsp-help.pd -------------------------------------------------------------------------------- /pd-extended/pddp/dsp.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/dsp.pd -------------------------------------------------------------------------------- /pd-extended/pddp/ezoutput~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/ezoutput~.pd -------------------------------------------------------------------------------- /pd-extended/pddp/open-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/open-help.pd -------------------------------------------------------------------------------- /pd-extended/pddp/open.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/open.pd -------------------------------------------------------------------------------- /pd-extended/pddp/pddp-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/pddp-meta.pd -------------------------------------------------------------------------------- /pd-extended/pddp/pddplink.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/pddplink.tcl -------------------------------------------------------------------------------- /pd-extended/pddp/print-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/print-help.pd -------------------------------------------------------------------------------- /pd-extended/pddp/print.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/print.pd -------------------------------------------------------------------------------- /pd-extended/pddp/print_long.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pddp/print_long.pd -------------------------------------------------------------------------------- /pd-extended/pdlua/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdlua/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/pdlua/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdlua/README.txt -------------------------------------------------------------------------------- /pd-extended/pdlua/hello.pd_lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdlua/hello.pd_lua -------------------------------------------------------------------------------- /pd-extended/pdlua/manual/AUTHORS.txt: -------------------------------------------------------------------------------- 1 | Claude Heiland-Allen 2 | Frank Barknecht 3 | Martin Peach 4 | -------------------------------------------------------------------------------- /pd-extended/pdlua/pd.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdlua/pd.lua -------------------------------------------------------------------------------- /pd-extended/pdogg/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdogg/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/pdogg/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdogg/README.txt -------------------------------------------------------------------------------- /pd-extended/pdp/pdp.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp.pd_linux -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_affine.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_affine.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_agc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_agc.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_blur.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_blur.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_bq-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_bq-help.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_cheby3o.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_cheby3o.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_diff.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_diff.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_dither.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_dither.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_gain3.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_gain3.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_grey.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_grey.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_invert.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_invert.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_offset.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_offset.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_or-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_or-help.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_phase.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_phase.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_png_to.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_png_to.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_pps.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_pps.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_qt-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_qt-help.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_qtloop~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_qtloop~.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_sub.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_sub.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_tag.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_tag.pd -------------------------------------------------------------------------------- /pd-extended/pdp/pdp_xv-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/pdp_xv-help.pd -------------------------------------------------------------------------------- /pd-extended/pdp/rgb2ycrcb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp/rgb2ycrcb.pd -------------------------------------------------------------------------------- /pd-extended/pdp2gem-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp2gem-help.pd -------------------------------------------------------------------------------- /pd-extended/pdp2gem.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pdp2gem.pd_linux -------------------------------------------------------------------------------- /pd-extended/pduino/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pduino/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/pduino/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pduino/README.txt -------------------------------------------------------------------------------- /pd-extended/pduino/arduino.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pduino/arduino.pd -------------------------------------------------------------------------------- /pd-extended/pix_2pdp-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pix_2pdp-help.pd -------------------------------------------------------------------------------- /pd-extended/pix_2pdp.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pix_2pdp.pd_linux -------------------------------------------------------------------------------- /pd-extended/plugin~/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/plugin~/README.txt -------------------------------------------------------------------------------- /pd-extended/pmpd/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pmpd/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/pmpd/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pmpd/README.txt -------------------------------------------------------------------------------- /pd-extended/pmpd/link-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pmpd/link-help.pd -------------------------------------------------------------------------------- /pd-extended/pmpd/link.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pmpd/link.pd_linux -------------------------------------------------------------------------------- /pd-extended/pmpd/mass-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pmpd/mass-help.pd -------------------------------------------------------------------------------- /pd-extended/pmpd/mass.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pmpd/mass.pd_linux -------------------------------------------------------------------------------- /pd-extended/pmpd/pmpd-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pmpd/pmpd-meta.pd -------------------------------------------------------------------------------- /pd-extended/pmpd/pmpd~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/pmpd/pmpd~-help.pd -------------------------------------------------------------------------------- /pd-extended/purepd/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/purepd/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/README.txt -------------------------------------------------------------------------------- /pd-extended/purepd/^-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/^-help.pd -------------------------------------------------------------------------------- /pd-extended/purepd/^.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/^.pd -------------------------------------------------------------------------------- /pd-extended/purepd/clip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/clip.pd -------------------------------------------------------------------------------- /pd-extended/purepd/cosh.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/cosh.pd -------------------------------------------------------------------------------- /pd-extended/purepd/delta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/delta.pd -------------------------------------------------------------------------------- /pd-extended/purepd/delta~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/delta~.pd -------------------------------------------------------------------------------- /pd-extended/purepd/fifo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/fifo.pd -------------------------------------------------------------------------------- /pd-extended/purepd/for++.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/for++.pd -------------------------------------------------------------------------------- /pd-extended/purepd/gt2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/gt2~.pd -------------------------------------------------------------------------------- /pd-extended/purepd/gt~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/gt~-help.pd -------------------------------------------------------------------------------- /pd-extended/purepd/gt~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/gt~.pd -------------------------------------------------------------------------------- /pd-extended/purepd/inv-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/inv-help.pd -------------------------------------------------------------------------------- /pd-extended/purepd/inv.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/inv.pd -------------------------------------------------------------------------------- /pd-extended/purepd/log10.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/log10.pd -------------------------------------------------------------------------------- /pd-extended/purepd/lt2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/lt2~.pd -------------------------------------------------------------------------------- /pd-extended/purepd/lt~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/lt~-help.pd -------------------------------------------------------------------------------- /pd-extended/purepd/lt~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/lt~.pd -------------------------------------------------------------------------------- /pd-extended/purepd/moses.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/moses.pd -------------------------------------------------------------------------------- /pd-extended/purepd/once.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/once.pd -------------------------------------------------------------------------------- /pd-extended/purepd/oneshot.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/oneshot.pd -------------------------------------------------------------------------------- /pd-extended/purepd/sgn~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/sgn~.pd -------------------------------------------------------------------------------- /pd-extended/purepd/sinh.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/sinh.pd -------------------------------------------------------------------------------- /pd-extended/purepd/tanh.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/tanh.pd -------------------------------------------------------------------------------- /pd-extended/purepd/uzi-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/uzi-help.pd -------------------------------------------------------------------------------- /pd-extended/purepd/uzi.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/uzi.pd -------------------------------------------------------------------------------- /pd-extended/purepd/velocity.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/purepd/velocity.pd -------------------------------------------------------------------------------- /pd-extended/rtc/16step-seq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/16step-seq.pd -------------------------------------------------------------------------------- /pd-extended/rtc/@.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/@.pd -------------------------------------------------------------------------------- /pd-extended/rtc/BPM2ms.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/BPM2ms.pd -------------------------------------------------------------------------------- /pd-extended/rtc/ED-rhythm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/ED-rhythm.pd -------------------------------------------------------------------------------- /pd-extended/rtc/ED-trans.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/ED-trans.pd -------------------------------------------------------------------------------- /pd-extended/rtc/ED2EP-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/ED2EP-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/ED2EP.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/ED2EP.pd -------------------------------------------------------------------------------- /pd-extended/rtc/Lround-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/Lround-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/Lround.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/Lround.pd -------------------------------------------------------------------------------- /pd-extended/rtc/RTC-device.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/RTC-device.pd -------------------------------------------------------------------------------- /pd-extended/rtc/RTC-seed.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/RTC-seed.pd -------------------------------------------------------------------------------- /pd-extended/rtc/VolAmb-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/VolAmb-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/VolAmb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/VolAmb.pd -------------------------------------------------------------------------------- /pd-extended/rtc/add%.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/add%.pd -------------------------------------------------------------------------------- /pd-extended/rtc/alea-rhythm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/alea-rhythm.pd -------------------------------------------------------------------------------- /pd-extended/rtc/alea.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/alea.pd -------------------------------------------------------------------------------- /pd-extended/rtc/anti-bis.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/anti-bis.pd -------------------------------------------------------------------------------- /pd-extended/rtc/anti-octave.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/anti-octave.pd -------------------------------------------------------------------------------- /pd-extended/rtc/anti-osc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/anti-osc.pd -------------------------------------------------------------------------------- /pd-extended/rtc/banger16.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/banger16.pd -------------------------------------------------------------------------------- /pd-extended/rtc/between-lin.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/between-lin.pd -------------------------------------------------------------------------------- /pd-extended/rtc/between-log.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/between-log.pd -------------------------------------------------------------------------------- /pd-extended/rtc/between.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/between.pd -------------------------------------------------------------------------------- /pd-extended/rtc/block-bang.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/block-bang.pd -------------------------------------------------------------------------------- /pd-extended/rtc/brownian.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/brownian.pd -------------------------------------------------------------------------------- /pd-extended/rtc/butfirst.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/butfirst.pd -------------------------------------------------------------------------------- /pd-extended/rtc/butlast.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/butlast.pd -------------------------------------------------------------------------------- /pd-extended/rtc/check-row.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/check-row.pd -------------------------------------------------------------------------------- /pd-extended/rtc/choose-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/choose-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/choose.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/choose.pd -------------------------------------------------------------------------------- /pd-extended/rtc/collect.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/collect.pd -------------------------------------------------------------------------------- /pd-extended/rtc/contrario.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/contrario.pd -------------------------------------------------------------------------------- /pd-extended/rtc/cos-slider.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/cos-slider.pd -------------------------------------------------------------------------------- /pd-extended/rtc/count-bang.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/count-bang.pd -------------------------------------------------------------------------------- /pd-extended/rtc/countdown.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/countdown.pd -------------------------------------------------------------------------------- /pd-extended/rtc/cp-pan~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/cp-pan~.pd -------------------------------------------------------------------------------- /pd-extended/rtc/crossfade~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/crossfade~.pd -------------------------------------------------------------------------------- /pd-extended/rtc/dB2lin.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/dB2lin.pd -------------------------------------------------------------------------------- /pd-extended/rtc/dur-from-ED.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/dur-from-ED.pd -------------------------------------------------------------------------------- /pd-extended/rtc/expr_scale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/expr_scale.pd -------------------------------------------------------------------------------- /pd-extended/rtc/fibonacci.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/fibonacci.pd -------------------------------------------------------------------------------- /pd-extended/rtc/first-bang.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/first-bang.pd -------------------------------------------------------------------------------- /pd-extended/rtc/first-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/first-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/first-shot.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/first-shot.pd -------------------------------------------------------------------------------- /pd-extended/rtc/first.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/first.pd -------------------------------------------------------------------------------- /pd-extended/rtc/frq2note.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/frq2note.pd -------------------------------------------------------------------------------- /pd-extended/rtc/geom-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/geom-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/geom.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/geom.pd -------------------------------------------------------------------------------- /pd-extended/rtc/grid-rhythm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/grid-rhythm.pd -------------------------------------------------------------------------------- /pd-extended/rtc/groups-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/groups-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/groups.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/groups.pd -------------------------------------------------------------------------------- /pd-extended/rtc/inc-dec.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/inc-dec.pd -------------------------------------------------------------------------------- /pd-extended/rtc/integ.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/integ.pd -------------------------------------------------------------------------------- /pd-extended/rtc/intv2ratio.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/intv2ratio.pd -------------------------------------------------------------------------------- /pd-extended/rtc/inv.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/inv.pd -------------------------------------------------------------------------------- /pd-extended/rtc/key-bang.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/key-bang.pd -------------------------------------------------------------------------------- /pd-extended/rtc/key-bang2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/key-bang2.pd -------------------------------------------------------------------------------- /pd-extended/rtc/last-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/last-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/last.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/last.pd -------------------------------------------------------------------------------- /pd-extended/rtc/lb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/lb.pd -------------------------------------------------------------------------------- /pd-extended/rtc/lin2dB.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/lin2dB.pd -------------------------------------------------------------------------------- /pd-extended/rtc/line2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/line2-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/line2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/line2.pd -------------------------------------------------------------------------------- /pd-extended/rtc/listlen.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/listlen.pd -------------------------------------------------------------------------------- /pd-extended/rtc/listreg.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/listreg.pd -------------------------------------------------------------------------------- /pd-extended/rtc/make-scale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/make-scale.pd -------------------------------------------------------------------------------- /pd-extended/rtc/markov-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/markov-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/markov.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/markov.pd -------------------------------------------------------------------------------- /pd-extended/rtc/metro-dev%.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/metro-dev%.pd -------------------------------------------------------------------------------- /pd-extended/rtc/minus.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/minus.pd -------------------------------------------------------------------------------- /pd-extended/rtc/ms2sec-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/ms2sec-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/ms2sec.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/ms2sec.pd -------------------------------------------------------------------------------- /pd-extended/rtc/multiple.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/multiple.pd -------------------------------------------------------------------------------- /pd-extended/rtc/note2frq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/note2frq.pd -------------------------------------------------------------------------------- /pd-extended/rtc/note2st.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/note2st.pd -------------------------------------------------------------------------------- /pd-extended/rtc/nth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/nth.pd -------------------------------------------------------------------------------- /pd-extended/rtc/pass-bang.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/pass-bang.pd -------------------------------------------------------------------------------- /pd-extended/rtc/pass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/pass.pd -------------------------------------------------------------------------------- /pd-extended/rtc/per2pass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/per2pass.pd -------------------------------------------------------------------------------- /pd-extended/rtc/periodic.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/periodic.pd -------------------------------------------------------------------------------- /pd-extended/rtc/permutate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/permutate.pd -------------------------------------------------------------------------------- /pd-extended/rtc/play.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/play.pd -------------------------------------------------------------------------------- /pd-extended/rtc/play2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/play2.pd -------------------------------------------------------------------------------- /pd-extended/rtc/ratio.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/ratio.pd -------------------------------------------------------------------------------- /pd-extended/rtc/reanimate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/reanimate.pd -------------------------------------------------------------------------------- /pd-extended/rtc/repeat-ED.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/repeat-ED.pd -------------------------------------------------------------------------------- /pd-extended/rtc/rit-acc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/rit-acc.pd -------------------------------------------------------------------------------- /pd-extended/rtc/rota-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/rota-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/rota.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/rota.pd -------------------------------------------------------------------------------- /pd-extended/rtc/round.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/round.pd -------------------------------------------------------------------------------- /pd-extended/rtc/roundto.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/roundto.pd -------------------------------------------------------------------------------- /pd-extended/rtc/row-modus.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/row-modus.pd -------------------------------------------------------------------------------- /pd-extended/rtc/rtc-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/rtc-meta.pd -------------------------------------------------------------------------------- /pd-extended/rtc/samp10~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/samp10~.pd -------------------------------------------------------------------------------- /pd-extended/rtc/schweller.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/schweller.pd -------------------------------------------------------------------------------- /pd-extended/rtc/scramble.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/scramble.pd -------------------------------------------------------------------------------- /pd-extended/rtc/sel-princ.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/sel-princ.pd -------------------------------------------------------------------------------- /pd-extended/rtc/sequence.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/sequence.pd -------------------------------------------------------------------------------- /pd-extended/rtc/series.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/series.pd -------------------------------------------------------------------------------- /pd-extended/rtc/set_menu.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/set_menu.pd -------------------------------------------------------------------------------- /pd-extended/rtc/show.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/show.pd -------------------------------------------------------------------------------- /pd-extended/rtc/sneak.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/sneak.pd -------------------------------------------------------------------------------- /pd-extended/rtc/sqrt-pan~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/sqrt-pan~.pd -------------------------------------------------------------------------------- /pd-extended/rtc/st2pitch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/st2pitch.pd -------------------------------------------------------------------------------- /pd-extended/rtc/subtr%.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/subtr%.pd -------------------------------------------------------------------------------- /pd-extended/rtc/trans-exp.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/trans-exp.pd -------------------------------------------------------------------------------- /pd-extended/rtc/trans-lin.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/trans-lin.pd -------------------------------------------------------------------------------- /pd-extended/rtc/trans-log.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/trans-log.pd -------------------------------------------------------------------------------- /pd-extended/rtc/trans.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/trans.pd -------------------------------------------------------------------------------- /pd-extended/rtc/urne-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/urne-help.pd -------------------------------------------------------------------------------- /pd-extended/rtc/urne.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/urne.pd -------------------------------------------------------------------------------- /pd-extended/rtc/xrandom.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/rtc/xrandom.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/OSCin.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/OSCin.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/OSCout.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/OSCout.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/bb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/bb.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/btn.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/btn.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/if.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/if.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/mate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/mate.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/no-dsp.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/no-dsp.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/pcount.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/pcount.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/round.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/round.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/rprint.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/rprint.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/timerr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/timerr.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/troute.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/troute.pd -------------------------------------------------------------------------------- /pd-extended/sfruit/vmetro.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/sfruit/vmetro.pd -------------------------------------------------------------------------------- /pd-extended/smlib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/smlib/README.txt -------------------------------------------------------------------------------- /pd-extended/smlib/SMLib.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/smlib/SMLib.pd -------------------------------------------------------------------------------- /pd-extended/smlib/bp-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/smlib/bp-help.pd -------------------------------------------------------------------------------- /pd-extended/tclpd/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tclpd/README.txt -------------------------------------------------------------------------------- /pd-extended/tclpd/tclpd.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tclpd/tclpd.tcl -------------------------------------------------------------------------------- /pd-extended/tof/animate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tof/animate.pd -------------------------------------------------------------------------------- /pd-extended/tof/gemwin+.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tof/gemwin+.pd -------------------------------------------------------------------------------- /pd-extended/tof/homea.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tof/homea.gif -------------------------------------------------------------------------------- /pd-extended/tof/homeb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tof/homeb.gif -------------------------------------------------------------------------------- /pd-extended/tof/panda.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tof/panda.gif -------------------------------------------------------------------------------- /pd-extended/tof/pandb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tof/pandb.gif -------------------------------------------------------------------------------- /pd-extended/tof/path-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tof/path-help.pd -------------------------------------------------------------------------------- /pd-extended/tof/pix_film+.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tof/pix_film+.pd -------------------------------------------------------------------------------- /pd-extended/tof/sample.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tof/sample.pd -------------------------------------------------------------------------------- /pd-extended/tof/tof-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/tof/tof-meta.pd -------------------------------------------------------------------------------- /pd-extended/vbap/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/vbap/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/vbap/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/vbap/README.txt -------------------------------------------------------------------------------- /pd-extended/zexy/&&~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/&&~-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/0x3c0x7e.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/0x3c0x7e.pd -------------------------------------------------------------------------------- /pd-extended/zexy/0x3e0x7e.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/0x3e0x7e.pd -------------------------------------------------------------------------------- /pd-extended/zexy/==~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/==~-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/AUTHORS -------------------------------------------------------------------------------- /pd-extended/zexy/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/ChangeLog -------------------------------------------------------------------------------- /pd-extended/zexy/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/INSTALL -------------------------------------------------------------------------------- /pd-extended/zexy/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/LICENSE.txt -------------------------------------------------------------------------------- /pd-extended/zexy/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/README.txt -------------------------------------------------------------------------------- /pd-extended/zexy/a2l-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/a2l-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/a2l.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/a2l.pd -------------------------------------------------------------------------------- /pd-extended/zexy/absgn~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/absgn~.pd -------------------------------------------------------------------------------- /pd-extended/zexy/abs~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/abs~.pd -------------------------------------------------------------------------------- /pd-extended/zexy/any2list.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/any2list.pd -------------------------------------------------------------------------------- /pd-extended/zexy/cart2pol.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/cart2pol.pd -------------------------------------------------------------------------------- /pd-extended/zexy/cart2sph.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/cart2sph.pd -------------------------------------------------------------------------------- /pd-extended/zexy/deg2rad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/deg2rad.pd -------------------------------------------------------------------------------- /pd-extended/zexy/l-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/l-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/l.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/l.pd_linux -------------------------------------------------------------------------------- /pd-extended/zexy/l2i-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/l2i-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/l2i.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/l2i.pd -------------------------------------------------------------------------------- /pd-extended/zexy/l2s-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/l2s-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/length.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/length.pd -------------------------------------------------------------------------------- /pd-extended/zexy/list2int.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/list2int.pd -------------------------------------------------------------------------------- /pd-extended/zexy/lp-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/lp-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/lp.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/lp.pd_linux -------------------------------------------------------------------------------- /pd-extended/zexy/lpt-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/lpt-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/mavg.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/mavg.pd -------------------------------------------------------------------------------- /pd-extended/zexy/mean.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/mean.pd -------------------------------------------------------------------------------- /pd-extended/zexy/minmax.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/minmax.pd -------------------------------------------------------------------------------- /pd-extended/zexy/mux-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/mux-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/nop-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/nop-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/nop.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/nop.pd -------------------------------------------------------------------------------- /pd-extended/zexy/nop~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/nop~.pd -------------------------------------------------------------------------------- /pd-extended/zexy/pol2cart.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/pol2cart.pd -------------------------------------------------------------------------------- /pd-extended/zexy/pol2sph.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/pol2sph.pd -------------------------------------------------------------------------------- /pd-extended/zexy/polyfun.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/polyfun.pd -------------------------------------------------------------------------------- /pd-extended/zexy/rad2deg.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/rad2deg.pd -------------------------------------------------------------------------------- /pd-extended/zexy/repack.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/repack.pd -------------------------------------------------------------------------------- /pd-extended/zexy/s2l-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/s2l-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/sgn~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/sgn~.pd -------------------------------------------------------------------------------- /pd-extended/zexy/sph2cart.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/sph2cart.pd -------------------------------------------------------------------------------- /pd-extended/zexy/sph2pol.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/sph2pol.pd -------------------------------------------------------------------------------- /pd-extended/zexy/sum-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/sum-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/sum.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/sum.pd -------------------------------------------------------------------------------- /pd-extended/zexy/tabset.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/tabset.pd -------------------------------------------------------------------------------- /pd-extended/zexy/uniqsym.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/uniqsym.pd -------------------------------------------------------------------------------- /pd-extended/zexy/urn-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/urn-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/z~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/z~-help.pd -------------------------------------------------------------------------------- /pd-extended/zexy/z~.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pd-extended/zexy/z~.pd_linux -------------------------------------------------------------------------------- /pdfluidsynth/fluid.gen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pdfluidsynth/fluid.gen.txt -------------------------------------------------------------------------------- /pdfluidsynth/fluid.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pdfluidsynth/fluid.pd -------------------------------------------------------------------------------- /pdfluidsynth/fluid~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pdfluidsynth/fluid~-help.pd -------------------------------------------------------------------------------- /pdfluidsynth/fluid~.pd_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/critterandguitari/Organelle_pd_extra/HEAD/pdfluidsynth/fluid~.pd_linux --------------------------------------------------------------------------------