├── .gitignore ├── IMIpatches ├── _IMI_Read me.rtf ├── apps │ └── content.rtf ├── extras │ ├── _IMI │ │ ├── DbNDemo.maxpat │ │ ├── IMI_average.maxpat │ │ ├── Jitter_overview.maxpat │ │ ├── JittervsGL.maxpat │ │ ├── MSP_Overview.maxpat │ │ ├── MaxMSP_thesaurus.maxpat │ │ ├── _imi_toolbox.maxpat │ │ ├── _list_toolbox.maxpat │ │ ├── _plugins_overview.maxpat │ │ ├── _sound_toolbox.maxpat │ │ ├── _toolbox.maxpat │ │ ├── color_picker.maxpat │ │ ├── keyboard.maxpat │ │ ├── objects_download.maxpat │ │ └── oscillator.maxpat │ ├── _IMI_help.maxpat │ └── _IMI_help_advanced.maxpat ├── media │ ├── GLmodel │ │ ├── axe.jpg │ │ ├── dwarf.jpg │ │ └── dwarf.obj │ ├── Images │ │ ├── alpha.png │ │ ├── metapic1.tif │ │ ├── metapic2.tif │ │ ├── monkey.jpg │ │ ├── monkey.png │ │ ├── picture1.tif │ │ ├── picture2.tif │ │ ├── picture3.tif │ │ ├── wallpaper.jpg │ │ ├── wheel.gif │ │ └── world.jpg │ ├── Texture │ │ ├── bell.jpg │ │ ├── bird.jpg │ │ ├── brick.jpg │ │ ├── cars.jpg │ │ ├── cleaning.jpg │ │ ├── fountain.jpg │ │ ├── pachelbel.jpg │ │ ├── step.jpg │ │ └── voice.jpg │ └── XML │ │ ├── attributes.xml │ │ ├── cd_catalog.xml │ │ ├── lemonade.xml │ │ └── pachube.xml ├── package-info.json ├── patchers │ ├── CV objects │ │ ├── Eye tracker │ │ │ ├── cv.jit.face.features.draw.maxpat │ │ │ ├── cv.jit.face.features.maxpat │ │ │ ├── cv.jit.face.tilt.maxpat │ │ │ ├── cv.jit.faces.ex.maxpat │ │ │ ├── cv.jit.faces.eyes.img.maxpat │ │ │ ├── cv.jit.faces.eyes.maxpat │ │ │ ├── cv.jit.faces.largest.maxpat │ │ │ ├── cv.jit.track.box.maxpat │ │ │ └── cv_find_and_track_eyes.maxpat │ │ ├── IMI_HSflow.maxpat │ │ ├── IMI_cvjit.maxpat │ │ ├── colortrack.maxpat │ │ ├── cv.jit.recycle.maxpat │ │ ├── cv.jit.touches.recycle.maxpat │ │ ├── cv2draw.maxpat │ │ ├── cv_HSflow.maxpat │ │ ├── cv_blob01.maxpat │ │ ├── cv_blob03.maxpat │ │ ├── cv_centroid.maxpat │ │ ├── cv_colour_follower.maxpat │ │ ├── cv_colour_sum.maxpat │ │ ├── cv_faces.findreplace.maxpat │ │ ├── cv_faces2GL.maxpat │ │ ├── cv_faces2GL2.maxpat │ │ ├── cv_faces2camera.maxpat │ │ ├── cv_feature2GLdraw+.maxpat │ │ ├── cv_feature2GLdraw.maxpat │ │ ├── cv_glsketch.maxpat │ │ ├── cv_jit.blobs.maxpat │ │ ├── cv_jit.learn.maxpat │ │ ├── cv_learn.maxpat │ │ ├── cv_misc.maxpat │ │ ├── cv_multitouch.maxpat │ │ ├── cv_opticalflow.maxpat │ │ ├── cv_threshold.maxpat │ │ ├── cv_track.maxpat │ │ └── findbounds.maxpat │ ├── Computer Vision │ │ ├── cameradata_ab │ │ │ ├── framedifferences.maxpat │ │ │ ├── median-motion.maxpat │ │ │ └── silhouettes.maxpat │ │ ├── kinect │ │ │ ├── Kinecta.maxpat │ │ │ ├── OpenNI.maxpat │ │ │ ├── OpenNI2.maxpat │ │ │ ├── TuioKinect.maxpat │ │ │ ├── bodybuilder+ │ │ │ │ ├── JS │ │ │ │ │ ├── bodybuilder+.js │ │ │ │ │ └── kinectstuff.js │ │ │ │ ├── bodybuilder+.maxpat │ │ │ │ └── tonidances.txt │ │ │ ├── bodybuilder │ │ │ │ ├── bodybuilder-beta.maxpat │ │ │ │ ├── bodybuilder.js │ │ │ │ ├── bodybuilder.maxpat │ │ │ │ ├── foo.json │ │ │ │ ├── joints.txt │ │ │ │ └── samplemapper.txt │ │ │ ├── freenect.perspectivecorrection.jxs │ │ │ ├── freenect_blob.maxpat │ │ │ ├── freenect_depthselector.maxpat │ │ │ ├── freenect_normalised.maxpat │ │ │ ├── freenect_nurbs.maxpat │ │ │ ├── freenect_touch.maxpat │ │ │ ├── freenect_undistortion.maxpat │ │ │ ├── kinect.maxpat │ │ │ ├── kinect_helpers.maxpat │ │ │ ├── kinect_visualisation.maxpat │ │ │ ├── openNI2GLmodel.maxpat │ │ │ ├── openNI2quat.maxpat │ │ │ ├── openNI_GLgridshape.maxpat │ │ │ ├── openNI_GLmultiple.maxpat │ │ │ ├── openNI_SkelMesh.maxpat │ │ │ ├── openNI_practice.maxpat │ │ │ ├── synapse.maxpat │ │ │ └── synapse_alt.maxpat │ │ ├── IMI_analyze_colours.maxpat │ │ ├── IMI_colourtrack.maxpat │ │ ├── IMI_grab_and_measure_mass.maxpat │ │ ├── IMI_mov_to_mvt.maxpat │ │ ├── Lightpaint.maxpat │ │ ├── RGBcolour_analyser.maxpat │ │ ├── TSPSosc.maxpat │ │ ├── a-jit.humans.maxpat │ │ ├── c74_camera_data.maxpat │ │ ├── faceOSC.maxpat │ │ ├── framediff_zone.maxpat │ │ ├── freenect_moments.maxpat │ │ ├── freenect_tracking.maxpat │ │ ├── inky_particle.maxpat │ │ ├── jamoma_motion.maxpat │ │ ├── taptools.maxpat │ │ └── v.regions.maxpat │ ├── DbN2D │ │ ├── Drawagent.maxpat │ │ ├── IMI_mgraphics_motion+.maxpat │ │ ├── IMI_mgraphics_motion.maxpat │ │ ├── IMI_mgraphics_oscillation.maxpat │ │ ├── IMI_mgraphics_space.maxpat │ │ ├── IMI_noise2mgraphics(spill).maxpat │ │ └── IMI_noise2mgraphics.maxpat │ ├── DbN3D.2 │ │ ├── GLgraph.maxpat │ │ ├── GLisosurf │ │ │ ├── 03.CrumblingFortresses.maxpat │ │ │ ├── 08.VideoBlobs.maxpat │ │ │ ├── 25.RagingSwirl.maxpat │ │ │ ├── GLisosurf.maxpat │ │ │ └── GLisosurf_pos.maxpat │ │ ├── GLmodel │ │ │ ├── GLmodel-mesh_duckwarp.maxpat │ │ │ ├── GLmodel.maxpat │ │ │ ├── GLmodel2GLmesh.maxpat │ │ │ ├── GLmodel_matrixoutput+.maxpat │ │ │ ├── GLmodel_matrixoutput.maxpat │ │ │ ├── GLmodel_texture.maxpat │ │ │ └── particles2GLmodel.maxpat │ │ ├── GLmultiple │ │ │ ├── GLmesh2GLmultiple.maxpat │ │ │ ├── GLmultiple+.maxpat │ │ │ ├── GLmultiple.maxpat │ │ │ ├── GLmultiple_intro.maxpat │ │ │ ├── GLmultiple_model.maxpat │ │ │ ├── GLmultiple_order.maxpat │ │ │ ├── GLmultiple_queries.maxpat │ │ │ ├── GLmultiple_texcoords.maxpat │ │ │ ├── GLmultiple_textures+.maxpat │ │ │ ├── GLmultiple_textures.maxpat │ │ │ ├── Particles2GLgridshape.maxpat │ │ │ ├── boid2d2GLmesh.maxpat │ │ │ ├── boids_poly.maxpat │ │ │ └── mgraphics2GLmultiple.maxpat │ │ ├── GLnurbs │ │ │ ├── GLNurbs_sheet.maxpat │ │ │ ├── GLnurbs.maxpat │ │ │ ├── GLnurbs_benson.maxpat │ │ │ ├── GLnurbs_ctlmatrix.maxpat │ │ │ ├── GLnurbs_extrude.maxpat │ │ │ ├── GLnurbs_manipulator.maxpat │ │ │ ├── GLnurbs_sound.maxpat │ │ │ └── GLnurbs_video.maxpat │ │ ├── GLoverview.maxpat │ │ ├── IMI_jitexpr+.maxpat │ │ ├── IMI_jitexpr.maxpat │ │ ├── cosm_world.maxpat │ │ ├── fractals+.maxpat │ │ ├── fractals.maxhelp │ │ ├── fractals.maxpat │ │ └── gencoord_expr_gen.maxpat │ ├── DbN3D │ │ ├── 3Dextrude │ │ │ ├── 3dextrude.maxpat │ │ │ └── mn_extrude.xml │ │ ├── DbN Random and drawing │ │ │ ├── Random_list.maxpat │ │ │ ├── Random_list_slide.maxpat │ │ │ └── Random_number.maxpat │ │ ├── GLMesh │ │ │ ├── GLgridshape2mesh.maxpat │ │ │ ├── GLmesh.maxpat │ │ │ ├── GLmesh_benson.maxpat │ │ │ ├── GLmesh_bfg+.maxpat │ │ │ ├── GLmesh_bfg-texture.maxpat │ │ │ ├── GLmesh_bfg.maxpat │ │ │ ├── GLmesh_bouncebox.maxpat │ │ │ ├── GLmesh_buffer~.maxpat │ │ │ ├── GLmesh_catch~.maxpat │ │ │ ├── GLmesh_displacement.maxpat │ │ │ ├── GLmesh_grab.maxpat │ │ │ ├── GLmesh_mask.maxpat │ │ │ ├── GLmesh_matrix+.maxpat │ │ │ ├── GLmesh_matrix.maxpat │ │ │ ├── GLmesh_matrix_multiple.maxpat │ │ │ ├── GLmesh_noise.maxpat │ │ │ ├── GLmesh_procedural.maxpat │ │ │ ├── GLmesh_shadows+.maxpat │ │ │ ├── GLmesh_shadows.maxpat │ │ │ ├── GLmesh_shatter+.maxpat │ │ │ ├── GLmesh_shatter.maxpat │ │ │ ├── GLmesh_slab_textures.maxpat │ │ │ ├── GLmesh_texcoordinates.maxpat │ │ │ ├── GLmesh_texture.maxpat │ │ │ ├── GLmesh_transparency.maxpat │ │ │ ├── GLmesh_video.maxpat │ │ │ ├── GLmesh_video2coord.maxpat │ │ │ ├── GLmesh_videoplane.maxpat │ │ │ ├── TextureDistorter.maxpat │ │ │ ├── bfg_intro.maxpat │ │ │ ├── makemeashape.js │ │ │ ├── makemeashape2.js │ │ │ ├── mycoolshape.jxs │ │ │ └── vertex displacement mapping │ │ │ │ ├── GLmesh_vertexdisp.maxpat │ │ │ │ ├── GLmesh_vertexdisp2.maxpat │ │ │ │ └── vert-displace.jxs │ │ ├── GLgeometry.maxpat │ │ ├── GLgridshape │ │ │ ├── GLanimation.maxpat │ │ │ ├── GLgridshape.maxpat │ │ │ ├── GLgridshape2syphon.maxpat │ │ │ ├── GLgridshape_anchor.maxpat │ │ │ ├── GLgridshape_anim.maxpat │ │ │ ├── GLgridshape_camera.maxpat │ │ │ ├── GLgridshape_cull_face.maxpat │ │ │ ├── GLgridshape_diffuse.maxpat │ │ │ ├── GLgridshape_fffb.maxpat │ │ │ ├── GLgridshape_layers.maxpat │ │ │ ├── GLgridshape_multiple.maxpat │ │ │ ├── GLgridshape_rotation.maxpat │ │ │ ├── GLgridshape_roundtable.maxpat │ │ │ ├── GLgridshape_shades.maxpat │ │ │ ├── GLgridshape_svf.maxpat │ │ │ ├── GLgridshape_xfade.maxpat │ │ │ ├── anim_bline.maxpat │ │ │ ├── anim_line.maxpat │ │ │ ├── anim_lobj.maxpat │ │ │ ├── anim_path.json │ │ │ ├── anim_path.maxpat │ │ │ ├── anim_path2.maxpat │ │ │ ├── anim_path3.maxpat │ │ │ └── gridshape_animturn.maxpat │ │ ├── GLlight.maxpat │ │ ├── GLrender_techniques.maxpat │ │ ├── GLsketch │ │ │ ├── GLsketch.maxpat │ │ │ ├── GLsketch_assemble.maxpat │ │ │ ├── GLsketch_capture+.maxpat │ │ │ ├── GLsketch_capture.maxpat │ │ │ ├── GLsketch_command.maxpat │ │ │ ├── GLsketch_drawobject.maxpat │ │ │ ├── GLsketch_join.maxpat │ │ │ ├── GLsketch_noise.maxpat │ │ │ ├── GLsketch_translate.maxpat │ │ │ ├── GLsketch_turtle.maxpat │ │ │ ├── GLsketch_twineball.maxpat │ │ │ ├── GLsketchtex_capture.maxpat │ │ │ ├── Noise2GLsketch.maxpat │ │ │ └── texture2GLsketch.maxpat │ │ ├── GLtexture │ │ │ ├── GLtexture+.maxpat │ │ │ ├── GLtexture.maxpat │ │ │ └── GLtexture_basics.maxpat │ │ ├── Generative Design │ │ │ ├── P.2.0.maxpat │ │ │ └── P_1_0_01.maxpat │ │ ├── Sketchpad │ │ │ ├── GLsketchpad+.maxpat │ │ │ ├── GLsketchpad.maxpat │ │ │ ├── GLsketchpad_alt.maxpat │ │ │ ├── basic.txt │ │ │ ├── basic2.txt │ │ │ ├── sketchpad+.txt │ │ │ ├── sketchpad.txt │ │ │ ├── txbluelav.png │ │ │ ├── txbrownyellow.png │ │ │ └── txredgreen.png │ │ └── fog.maxpat │ ├── Drawing │ │ ├── IMI_jit_lcd.maxpat │ │ ├── IMI_jit_mgraphics.maxpat │ │ ├── IMI_lcd2video_composite.maxpat │ │ ├── IMI_lcd_drawing.maxpat │ │ ├── mgraphics_drawing.maxpat │ │ └── processing │ │ │ ├── IMI_max_processing.maxpat │ │ │ ├── bouncy_balls.maxpat │ │ │ ├── example_1_1.maxpat │ │ │ ├── example_1_2.maxpat │ │ │ ├── example_1_3.maxpat │ │ │ ├── example_1_5.maxpat │ │ │ ├── example_1_6.maxpat │ │ │ ├── example_1_7.maxpat │ │ │ ├── example_1_8.maxpat │ │ │ ├── mgraphics_translate.maxpat │ │ │ └── recursive.maxpat │ ├── Effects │ │ ├── BadTV.maxpat │ │ ├── BadTV2.maxpat │ │ ├── FFTmatrix.maxpat │ │ ├── GLpix_colourFX.maxpat │ │ ├── GLslab_blur.maxpat │ │ ├── GLslab_collection.maxpat │ │ ├── GLslab_glow_and_blur.maxpat │ │ ├── IMI_GLslab+.maxpat │ │ ├── IMI_GLslab_simple.maxpat │ │ ├── IMI_compositing_modes.maxpat │ │ ├── IMI_jit_lcd_comp.maxpat │ │ ├── IMI_jit_op.maxpat │ │ ├── IMI_video_delay.maxpat │ │ ├── alphablend.maxpat │ │ ├── blend_text2D.maxpat │ │ ├── blend_text3D.maxpat │ │ ├── brightLights.maxpat │ │ ├── hsflow.maxpat │ │ ├── lumagate.maxpat │ │ ├── mgraphics_text_alpha.maxpat │ │ ├── shader_overview_v001.maxpat │ │ ├── shaders-ahoy.maxpat │ │ ├── transfer_modes.maxpat │ │ ├── video_mask_alphablend.maxpat │ │ └── video_mask_layers.maxpat │ ├── Exhibition │ │ ├── Video Processing System │ │ │ ├── VPS-1.maxpat │ │ │ ├── VPS-2a.maxpat │ │ │ ├── VPS-3 │ │ │ │ ├── VPS-3.maxpat │ │ │ │ ├── vps.texlut.maxpat │ │ │ │ └── vps.texset.maxpat │ │ │ └── vps-4 │ │ │ │ ├── VPS-4.maxpat │ │ │ │ ├── vps-mod.json │ │ │ │ ├── vps.mbank.maxpat │ │ │ │ ├── vps.pmovie.maxpat │ │ │ │ ├── vps.texlut.maxpat │ │ │ │ └── vps.texset.maxpat │ │ ├── GLMultivideo_mixing.maxpat │ │ ├── GLnode2syphon.maxpat │ │ ├── IMI_GLsyphon.maxpat │ │ ├── IMI_mira_space_mapping.maxpat │ │ ├── IMI_multi-layered_anim.maxpat │ │ ├── IMI_multi-layered_video.maxpat │ │ ├── IMI_multilayer_poly.maxpat │ │ ├── IMI_space_mapping.maxpat │ │ ├── IMI_space_mapping_poly.maxpat │ │ ├── IMI_video_player3MASTER.maxpat │ │ ├── IMI_video_player3SLAVE.maxpat │ │ ├── IMI_video_twoscreens.maxpat │ │ ├── _screenprefs.txt │ │ ├── anim.json │ │ ├── cornerpin.json │ │ ├── cornerpin.maxpat │ │ ├── cornerpoly.json │ │ ├── jit.anim_video.maxpat │ │ ├── mira_cornerpin.maxpat │ │ ├── multi-layer.json │ │ ├── multil.maxpat │ │ ├── projection.json │ │ ├── synching_video.maxpat │ │ ├── video.json │ │ ├── video_processing.maxpat │ │ └── videomap.touchosc │ ├── Gen │ │ ├── Gen_alphablend.maxpat │ │ ├── Gen_blur.maxpat │ │ ├── Gen_bulge.maxpat │ │ ├── Gen_code_index.maxpat │ │ ├── Gen_examples.maxpat │ │ ├── Gen_gamma.maxpat │ │ ├── Gen_nearest.maxpat │ │ ├── Gen_nearest2erode.maxpat │ │ ├── Gen_rota.maxpat │ │ ├── Gen_tutorials.maxpat │ │ ├── Gen_vignette.maxpat │ │ ├── Gen_vs_Expr.maxpat │ │ ├── Gen_xfades.maxpat │ │ ├── _Gen-a-day │ │ │ ├── GLgen_selective_blur │ │ │ │ ├── jit.gl.pix.blur.bilinear.exfoliatior.maxpat │ │ │ │ └── jit.gl.pix.blur.bilinear.genjit │ │ │ ├── GLgridshape_tesselationPAD.maxpat │ │ │ ├── GLisosurf_dist_functions.maxpat │ │ │ ├── GLisosurf_dist_functions2.maxpat │ │ │ ├── GLmesh-GenPADmultisine.maxpat │ │ │ ├── GLvideo_pixdistortions.maxpat │ │ │ ├── GenPAD01.maxpat │ │ │ ├── Gen_PAD-tartan.maxpat │ │ │ └── Jit-gen-funhouse │ │ │ │ ├── funhouse-presets.json │ │ │ │ └── funhouse.maxpat │ │ └── _Gen_tutorials │ │ │ ├── colormap_1.maxpat │ │ │ ├── colormap_2.maxpat │ │ │ ├── colormap_3a.maxpat │ │ │ ├── colormap_3b.maxpat │ │ │ ├── jit.gen_1.maxpat │ │ │ ├── jit.gen_2.maxpat │ │ │ ├── jit.gen_3.maxpat │ │ │ ├── jit.gen_4.maxpat │ │ │ ├── jit.gen_skater.maxpat │ │ │ ├── jit.gen_surfer.maxpat │ │ │ ├── jit.gen_throb.maxpat │ │ │ ├── swizzlemap_1a.maxpat │ │ │ ├── swizzlemap_1b.maxpat │ │ │ ├── xyswizzle_1a.maxpat │ │ │ ├── xyswizzle_1b.maxpat │ │ │ ├── xyswizzle_2a.maxpat │ │ │ └── xyswizzle_2b.maxpat │ ├── Global │ │ ├── IMI_max5.maxpat │ │ ├── IMI_max_messaging.maxhelp │ │ ├── IMI_max_messaging.maxpat │ │ ├── image │ │ │ ├── ascii_keyboard.gif │ │ │ ├── imimatrix.jpg │ │ │ ├── imimatrix2.png │ │ │ ├── imimatrix3.png │ │ │ ├── jitexpr.jpg │ │ │ ├── matrix_workflow.jpg │ │ │ ├── regexp.png │ │ │ ├── sprintff.png │ │ │ ├── textbasics.png │ │ │ └── zl.jpg │ │ ├── max_message │ │ │ ├── max_message_coll │ │ │ ├── max_message_numbers │ │ │ └── max_message_text │ │ └── mgraphics_test.maxpat │ ├── Grab │ │ ├── IMI_iFire_4cam.maxpat │ │ ├── IMI_timelapse.maxpat │ │ ├── IMI_video_alpha_grab.maxpat │ │ ├── IMI_videograb.maxpat │ │ ├── background_removal.maxpat │ │ ├── grab2syphon.maxpat │ │ ├── grab_hotspot.maxpat │ │ ├── grab_hotspot2.maxpat │ │ ├── grab_position.maxpat │ │ └── parameters │ │ │ ├── param_color.png │ │ │ └── param_image.png │ ├── IMI max │ │ ├── bang.maxpat │ │ ├── compare.maxpat │ │ ├── decide.maxpat │ │ ├── delay.maxpat │ │ ├── format.maxpat │ │ ├── list.maxpat │ │ ├── numbers.maxpat │ │ ├── ramps.maxpat │ │ ├── source │ │ │ ├── bang.png │ │ │ ├── compare.png │ │ │ ├── decides.png │ │ │ ├── delays.png │ │ │ ├── format.png │ │ │ ├── imimax.png │ │ │ ├── list.png │ │ │ ├── numbers.png │ │ │ ├── ramps.png │ │ │ ├── sohcahtoa.jpg │ │ │ ├── storage.png │ │ │ ├── traffic.png │ │ │ └── unit_circle.jpg │ │ ├── storage.maxpat │ │ └── traffic.maxpat │ ├── Internet │ │ ├── BBCnews.maxpat │ │ ├── Facebook.maxpat │ │ ├── Friends.txt │ │ ├── IMI_json+.maxpat │ │ ├── IMI_json.maxpat │ │ ├── IMI_openWeather.maxpat │ │ ├── IMI_weather_report.maxpat │ │ ├── IMI_xively_report.maxpat │ │ ├── IMI_xml.maxpat │ │ ├── regexp_basics.maxpat │ │ ├── regexp_cookbook.maxpat │ │ ├── regexp_tutorial.maxpat │ │ ├── twitter_read.maxpat │ │ └── xively2jsonP.maxpat │ ├── Introduction │ │ ├── IMI_introduction.maxpat │ │ ├── IMI_max_sandpit.maxpat │ │ └── IMI_maxhelp_a_day.maxpat │ ├── Matrix │ │ ├── IMI_fill.maxpat │ │ ├── IMI_iter.maxpat │ │ ├── IMI_jit_matrix_and_friends.maxpat │ │ ├── IMI_jit_matrix_introduction.maxpat │ │ ├── IMI_jit_matrix_tools.maxpat │ │ ├── IMI_jit_matrix_workflow.maxpat │ │ ├── IMI_matrix_positioning.maxpat │ │ ├── IMI_spill.maxpat │ │ ├── IMI_submatrix.maxpat │ │ ├── iter_to_multislider.maxpat │ │ ├── jit_concat.maxpat │ │ ├── jit_rota.maxpat │ │ ├── jit_unpack_planes.maxpat │ │ ├── js.submatrix.js │ │ ├── matrix_01.maxpat │ │ ├── matrix_02.maxpat │ │ ├── matrix_03.maxpat │ │ ├── matrix_04.maxpat │ │ ├── matrix_05.maxpat │ │ ├── matrix_06.maxpat │ │ ├── matrix_feedback.maxpat │ │ ├── matrix_graph.maxpat │ │ ├── matrix_kaleidoscope.maxpat │ │ ├── matrix_lookup.maxpat │ │ ├── matrix_setcell.maxpat │ │ └── sliding_light.maxpat │ ├── Max104 │ │ ├── CameraToPhys2d │ │ │ ├── Grab2Phys2d.maxpat │ │ │ └── polCircle.maxpat │ │ ├── GLcamera.maxpat │ │ ├── GLcamera_2D_3D.maxpat │ │ ├── GLcamera_IK.maxpat │ │ ├── GLcamera_render.maxpat │ │ ├── GLcamera_screenworld.maxpat │ │ ├── GLcamera_viewport.maxpat │ │ ├── GLcamera_viewport2.maxpat │ │ ├── GLmesh_matrixoutput.maxpat │ │ ├── GLmesh_particles.maxpat │ │ ├── GLmesh_quaternion.maxpat │ │ ├── GLmultiple_camera.maxpat │ │ ├── GLnode_basic.maxpat │ │ ├── GLnode_capture+.maxpat │ │ ├── GLnode_capture.maxpat │ │ ├── GLnode_glow.maxpat │ │ ├── GLnode_nurb.maxpat │ │ ├── GLnode_video.maxpat │ │ ├── GLnode_video_mask.maxpat │ │ ├── GLnodes_video.maxpat │ │ ├── GLpath_draw.maxpat │ │ ├── GLpath_evaluation.maxpat │ │ ├── GLpath_matrix.maxpat │ │ ├── GLpath_render.maxpat │ │ ├── GLpath_screen2anim.maxpat │ │ ├── GLpath_selector.maxpat │ │ ├── GLpicker.maxpat │ │ ├── GLsketch_ capture Max6.maxpat │ │ ├── GLskybox.maxpat │ │ ├── Gen_phys2mesh.maxpat │ │ ├── Gen_scalebias.maxpat │ │ ├── anim.node_animturn.maxpat │ │ ├── anim_drive2camera+.maxpat │ │ ├── anim_drive2camera.maxpat │ │ ├── anim_drive_camera+.maxpat │ │ ├── anim_drive_camera.maxpat │ │ ├── anim_drive_tunnel.maxpat │ │ ├── anim_node.maxpat │ │ ├── anim_node2camera.maxpat │ │ ├── anim_video.maxpat │ │ ├── path_animation.maxpat │ │ ├── path_animation_intro.maxpat │ │ ├── pdict-route.maxpat │ │ ├── phys_basic.maxpat │ │ ├── phys_collision.maxpat │ │ ├── phys_collision2.maxpat │ │ ├── phys_collision3.maxpat │ │ ├── phys_forcesystem.maxpat │ │ ├── phys_hinge+.maxpat │ │ ├── phys_hinge.maxpat │ │ ├── phys_membrane.maxpat │ │ ├── phys_multiple.maxpat │ │ ├── phys_multiple_stars.maxpat │ │ ├── phys_patch_day.maxpat │ │ ├── phys_string.maxpat │ │ ├── phys_text.maxpat │ │ ├── phys_twoworlds.maxpat │ │ ├── phys_world2D.maxpat │ │ ├── renderMaster.maxpat │ │ ├── star12.dae │ │ └── whitestar.jitmtl │ ├── Network │ │ ├── IMI_OSC2Millumin.maxpat │ │ ├── IMI_OSC2Modul8.maxpat │ │ ├── IMI_OSC2Resolume.maxpat │ │ ├── IMI_OSC2VPT.maxpat │ │ ├── IMI_OSC2VPT5.maxpat │ │ ├── IMI_OSControl.maxpat │ │ ├── IMI_netReceive.maxpat │ │ ├── IMI_netSend.maxhelp │ │ ├── Jitter2DMX.maxpat │ │ ├── OSC_Processing2Max │ │ │ ├── osc-from-processing.maxpat │ │ │ └── osc_to_Max │ │ │ │ └── osc_to_Max.pde │ │ ├── OSCseq.maxpat │ │ ├── OSCtools.maxpat │ │ └── UDPreceiver.maxpat │ ├── Projection │ │ ├── GLCorner_edgeblend.maxpat │ │ ├── GLblending.maxpat │ │ ├── GLcornerpin+.maxpat │ │ ├── GLcpu.maxpat │ │ ├── GLslab-gpu+.maxpat │ │ ├── GLslab_video_mask.maxpat │ │ ├── GLsmooth+.maxpat │ │ ├── GLsmooth_slab.maxpat │ │ ├── GLvideoplane-multi.maxpat │ │ ├── IMI_cosm_multiple.maxpat │ │ ├── IMI_cosm_one.maxpat │ │ ├── IMI_simple_video_player+.maxpat │ │ ├── IMI_simple_video_player.maxpat │ │ ├── IMI_triplehead2go.maxpat │ │ └── IMI_triplehead2go_syphon.maxpat │ ├── Sensor │ │ ├── BulbArray.js │ │ ├── Dmx_Enttec.maxpat │ │ ├── GPS_simple.maxpat │ │ ├── IBVA_EEG_digital_filter.maxpat │ │ ├── IMI_arduino_interfaces+.maxpat │ │ ├── IMI_arduino_interfaces.maxpat │ │ ├── IMI_exhibition_tools.maxhelp │ │ ├── IMI_misc_interfaces.maxpat │ │ ├── IMI_osc_protocol.maxpat │ │ ├── IMI_sensors_tools.maxpat │ │ ├── IMI_wii_interfaces.maxpat │ │ ├── PhilipsHue.maxpat │ │ ├── can_smoother.maxpat │ │ ├── conductive_tea.maxpat │ │ ├── mira │ │ │ ├── mira_camera.maxpat │ │ │ ├── mira_examples.maxpat │ │ │ ├── mira_grid.maxpat │ │ │ └── mira_sound_mixer.maxpat │ │ ├── sensor_tamer.maxpat │ │ ├── smoother_derivitive.maxhelp │ │ ├── telemetre.maxpat │ │ ├── telemetreSimple.maxpat │ │ └── witilt.maxpat │ ├── Sensor_Interfaces │ │ ├── 0. Arduino to Graph │ │ │ ├── -> to ARDUINO │ │ │ │ └── Graph_Arduino │ │ │ │ │ └── Graph_Arduino.ino │ │ │ ├── Max │ │ │ │ └── Graph_Max.maxpat │ │ │ └── Processing │ │ │ │ └── Graph_Processing.pde │ │ ├── 1. IMIArduino │ │ │ ├── -> to ARDUINO │ │ │ │ ├── _Array │ │ │ │ │ ├── analog2max_Array │ │ │ │ │ │ └── analog2max_Array.ino │ │ │ │ │ ├── analog2max_ArrayReg │ │ │ │ │ │ └── analog2max_ArrayReg.ino │ │ │ │ │ ├── digital2max_Array │ │ │ │ │ │ └── digital2max_Array.ino │ │ │ │ │ └── digital2max_ArrayReg │ │ │ │ │ │ └── digital2max_ArrayReg.ino │ │ │ │ ├── _Filter │ │ │ │ │ ├── analog2max_Filter │ │ │ │ │ │ └── analog2max_Filter.ino │ │ │ │ │ └── button2max_Filter │ │ │ │ │ │ └── button2max_Filter.ino │ │ │ │ ├── _Multiple │ │ │ │ │ └── analog2max6 │ │ │ │ │ │ └── analog2max6.ino │ │ │ │ ├── _SerialIn │ │ │ │ │ └── analog2maxSTART │ │ │ │ │ │ └── analog2maxSTART.ino │ │ │ │ ├── analog2max │ │ │ │ │ └── analog2max.ino │ │ │ │ ├── analog2max6 │ │ │ │ │ └── analog2max6.ino │ │ │ │ ├── analog2maxSTART │ │ │ │ │ └── analog2maxSTART.ino │ │ │ │ ├── analogArray2max │ │ │ │ │ └── analogArray2max.ino │ │ │ │ ├── button2max │ │ │ │ │ └── button2max.ino │ │ │ │ ├── capsense2max12 │ │ │ │ │ └── capsense2max12.ino │ │ │ │ └── digitalArray2max │ │ │ │ │ └── digitalArray2max.ino │ │ │ ├── IMI_arduino2max.maxpat │ │ │ └── IMI_arduino2max6.maxpat │ │ ├── 10. Xbee │ │ │ ├── API mode │ │ │ │ └── xbee_api.maxpat │ │ │ ├── AT mode │ │ │ │ └── xbee_at.maxpat │ │ │ └── IMI_xbee_interfaces.maxpat │ │ ├── 11. Capacitive │ │ │ ├── IMI_capsense2max12.maxpat │ │ │ └── touche │ │ │ │ ├── README.md │ │ │ │ ├── madlabdk-touche.webloc │ │ │ │ ├── touche_graph.maxpat │ │ │ │ ├── touche_graph │ │ │ │ └── touche_graph.ino │ │ │ │ ├── touche_peak.maxpat │ │ │ │ └── touche_peak │ │ │ │ └── touche_peak.ino │ │ ├── 12. experimental │ │ │ ├── Adalight │ │ │ │ ├── LEDstream │ │ │ │ │ └── LEDstream.ino │ │ │ │ ├── LEDstream_LPD8806 │ │ │ │ │ └── LEDstream_LPD8806.ino │ │ │ │ └── Movie2LED.maxpat │ │ │ ├── Analog_miller │ │ │ │ ├── analog_Miller │ │ │ │ │ └── analog_Miller.ino │ │ │ │ └── analog_miller.maxpat │ │ │ ├── CmdMessenger │ │ │ │ ├── CmdMessengerShort │ │ │ │ │ └── CmdMessengerShort.ino │ │ │ │ ├── cmdmessenger.maxhelp │ │ │ │ └── cmdmessenger.maxpat │ │ │ ├── Control795 │ │ │ │ ├── Max │ │ │ │ │ ├── ControllingThree595s.maxpat │ │ │ │ │ └── sto.8b1b.pat │ │ │ │ └── ShiftOut │ │ │ │ │ └── ShiftOut.ino │ │ │ └── SensorLab Arduino │ │ │ │ ├── slab_serial_io.maxpat │ │ │ │ └── slab_serial_io │ │ │ │ └── slab_serial_io.ino │ │ ├── 2. Maxuino │ │ │ ├── ConfigurableFirmata │ │ │ │ ├── ConfigurableFirmata.ino │ │ │ │ └── readme.md │ │ │ └── maxuino_b016 │ │ │ │ ├── IMI_movie2LED.maxpat │ │ │ │ ├── examples │ │ │ │ ├── maxuino-example-GUI.maxpat │ │ │ │ └── maxuino-example-applications.maxpat │ │ │ │ ├── ez-servo.maxpat │ │ │ │ ├── hardware │ │ │ │ ├── ArduinoDiecimila.jpeg │ │ │ │ ├── ArduinoMega.jpeg │ │ │ │ ├── Teensy++.png │ │ │ │ ├── Teensy.png │ │ │ │ └── maxuino-hardware.txt │ │ │ │ ├── maxuimi.maxpat │ │ │ │ ├── maxuin.maxhelp │ │ │ │ ├── maxuino.maxpat │ │ │ │ ├── mini_maxuimi.maxpat │ │ │ │ └── support │ │ │ │ ├── maxuino ali.js │ │ │ │ ├── maxuino-Apin-gui.maxpat │ │ │ │ ├── maxuino-Dpin-gui.maxpat │ │ │ │ ├── maxuino-debug.maxpat │ │ │ │ ├── maxuino-gui-pattr.json │ │ │ │ ├── maxuino-gui-teensy-ez-16-out.json │ │ │ │ ├── maxuino-gui-teensy-ez-8-out.json │ │ │ │ ├── maxuino-gui.maxpat │ │ │ │ ├── maxuino.adafruit-pwm-16.js │ │ │ │ ├── maxuino.js │ │ │ │ ├── maxuino.maxswatches │ │ │ │ ├── maxuino.png │ │ │ │ └── maxuinoFork.js │ │ ├── 3. Max2Arduino │ │ │ ├── max2arduino.maxpat │ │ │ ├── max2arduino │ │ │ │ └── max2arduino.ino │ │ │ ├── serial_parseint.maxpat │ │ │ └── serial_parseint │ │ │ │ └── serial_parseint.ino │ │ ├── 4. Messenger │ │ │ ├── -> to ARDUINO LIBRARY │ │ │ │ └── Messenger │ │ │ │ │ ├── Messenger.cpp │ │ │ │ │ ├── Messenger.h │ │ │ │ │ ├── examples │ │ │ │ │ ├── basic_communication │ │ │ │ │ │ └── basic_communication.ino │ │ │ │ │ ├── checkString │ │ │ │ │ │ └── checkString.ino │ │ │ │ │ └── copyString │ │ │ │ │ │ └── copyString.ino │ │ │ │ │ └── keywords.txt │ │ │ ├── Arduino playground - Messenger.webloc │ │ │ ├── messenger+.maxpat │ │ │ ├── messenger.maxhelp │ │ │ └── messenger.maxpat │ │ ├── 5. OSCuino │ │ │ ├── Arduino │ │ │ │ ├── Oscanalogout │ │ │ │ │ └── OSC_analogout.ino │ │ │ │ ├── SerialOscuinowithBundles │ │ │ │ │ └── SerialOscuinowithBundles.ino │ │ │ │ └── SerialOscuinowithMessages │ │ │ │ │ └── SerialOscuinowithMessages.ino │ │ │ ├── IMIoscuinoSerial.maxpat │ │ │ └── OSC tools │ │ │ │ ├── OSC-route_alt.maxpat │ │ │ │ ├── OSCulator_routing.maxpat │ │ │ │ ├── oscroute.js │ │ │ │ ├── osculator.oscd │ │ │ │ └── routing.oscd │ │ ├── 6. Misc Arduino │ │ │ ├── BlinkM │ │ │ │ ├── -> Arduino │ │ │ │ │ ├── BlinkM_datasheet.pdf │ │ │ │ │ ├── BlinkMCommu_v100 │ │ │ │ │ │ ├── BlinkMCommu_v100.ino │ │ │ │ │ │ └── BlinkM_funcs.h │ │ │ │ │ └── BlinkMCommu_v105HSB │ │ │ │ │ │ ├── BlinkMCommu_v105HSB.ino │ │ │ │ │ │ └── BlinkM_funcs.h │ │ │ │ └── Blinkm.maxpat │ │ │ ├── Encoder │ │ │ │ └── Encoder.ino │ │ │ ├── Lightuino │ │ │ │ ├── -> Arduino │ │ │ │ │ └── max4lightuino │ │ │ │ │ │ └── max4lightuino.ino │ │ │ │ └── IMI_max4lightuino.maxpat │ │ │ ├── SensorBox │ │ │ │ ├── SensorBoxAB │ │ │ │ │ ├── SensorBoxAB.ino │ │ │ │ │ └── SensorBoxAB.maxpat │ │ │ │ └── SensorBoxMuxAB │ │ │ │ │ ├── 4051.webloc │ │ │ │ │ ├── SensorBoxMuxAB.ino │ │ │ │ │ ├── SensorBoxMuxAB.maxpat │ │ │ │ │ └── SensorBoxMuxAB_bak.maxpat │ │ │ └── Serial Response │ │ │ │ ├── SerialCallResponseASCII │ │ │ │ └── SerialCallResponseASCII.ino │ │ │ │ └── SerialResponse.maxpat │ │ ├── 8. TUIO │ │ │ └── TuioClient.maxpat │ │ └── 9. Wii │ │ │ ├── OSCulator │ │ │ ├── General Command Syntax.maxpat │ │ │ ├── Vibro Max.maxpat │ │ │ ├── Vibro Max.oscd │ │ │ ├── Wiimote LEDs fun.maxpat │ │ │ └── Wiimote LEDs fun.oscd │ │ │ ├── Wii_accelerometer.maxpat │ │ │ ├── Wiimote2Max.maxpat │ │ │ ├── Wiimote2Max.oscd │ │ │ ├── Wiimote2Max_simple.maxpat │ │ │ └── Wiimote2Max_simple.oscd │ ├── Sound │ │ ├── IMI_multi_sound_player.maxpat │ │ ├── IMI_multi_sound_player_voices.maxpat │ │ ├── IMI_multi_voices.maxpat │ │ ├── IMI_poly_sound.maxpat │ │ ├── IMI_simple_sound_player.maxpat │ │ ├── IMI_sound_player_qtmovie.maxpat │ │ ├── IMI_sound_player_sfplay.maxpat │ │ ├── X.FM2~.maxpat │ │ ├── ajm.midi.programs.maxpat │ │ ├── analyzer~help.maxpat │ │ ├── buffer_help~.maxpat │ │ ├── fiddle~help.maxpat │ │ ├── forbidden~planet.maxpat │ │ ├── jscope_help~.maxpat │ │ ├── jscope~.maxpat │ │ ├── loop_maker.maxpat │ │ ├── matrix_control.maxpat │ │ ├── midi_sounds.maxpat │ │ ├── polysound.maxpat │ │ ├── polysound_gain.maxpat │ │ ├── polysounds.maxpat │ │ ├── scope.maxpat │ │ ├── threshold_help~.maxpat │ │ ├── threshold~.maxhelp │ │ └── threshold~.maxpat │ ├── Text │ │ ├── 12dicts-5.0 │ │ │ ├── 2+2gfreq.txt │ │ │ ├── 2+2lemma.txt │ │ │ ├── 2of12.txt │ │ │ ├── 2of12inf.txt │ │ │ ├── 2of4brif.txt │ │ │ ├── 3esl.txt │ │ │ ├── 5desk.txt │ │ │ ├── 6of12.txt │ │ │ ├── ReadmeR5.html │ │ │ ├── agid.txt │ │ │ ├── neol2007.txt │ │ │ └── readme.html │ │ ├── IMI_coll2text2d+.maxpat │ │ ├── IMI_coll2text2d.maxpat │ │ ├── IMI_lcd_text.maxpat │ │ ├── IMI_oulipo_01.maxpat │ │ ├── IMI_text3D.maxpat │ │ ├── IMI_text_Oulipo.maxpat │ │ ├── IMI_text_alpha+.maxpat │ │ ├── IMI_text_alpha.maxpat │ │ ├── IMI_text_basics.maxpat │ │ ├── IMI_text_compare.maxpat │ │ ├── IMI_text_passingtime.maxpat │ │ ├── IMI_text_search.maxpat │ │ ├── IMI_text_wrapper.maxpat │ │ ├── IMI_type_text.maxpat │ │ ├── Multi-Text.maxpat │ │ ├── millemilliard.txt │ │ ├── text3d2alpha.maxpat │ │ ├── text_wrapper.js │ │ └── text_wrapper.maxpat │ ├── Toolbox │ │ ├── 3D │ │ │ ├── GLgrid2mesh.maxpat │ │ │ ├── GLsmooth_jitter.maxpat │ │ │ ├── GLsmooth_texture.maxpat │ │ │ ├── GLtexture_submatrix.maxpat │ │ │ ├── Model - View - Projection.maxpat │ │ │ ├── anchorPoint(DeBackere).maxpat │ │ │ ├── anchorPoint.maxpat │ │ │ ├── camera2matrix.maxpat │ │ │ ├── textcoordmagic.maxhelp │ │ │ └── textcoordmagic.maxpat │ │ ├── GEN │ │ │ ├── gen az, elev, distance.maxpat │ │ │ ├── gen_EasingFunctions │ │ │ │ ├── BackEaseIn.gendsp │ │ │ │ ├── BackEaseInOut.gendsp │ │ │ │ ├── BackEaseOut.gendsp │ │ │ │ ├── BounceEaseIn.gendsp │ │ │ │ ├── BounceEaseInOut.gendsp │ │ │ │ ├── BounceEaseOut.gendsp │ │ │ │ ├── CircularEaseIn.gendsp │ │ │ │ ├── CircularEaseInOut.gendsp │ │ │ │ ├── CircularEaseOut.gendsp │ │ │ │ ├── CubicEaseIn.gendsp │ │ │ │ ├── CubicEaseInOut.gendsp │ │ │ │ ├── CubicEaseOut.gendsp │ │ │ │ ├── Easing_Functions.maxpat │ │ │ │ ├── ElasticEaseIn.gendsp │ │ │ │ ├── ElasticEaseInOut.gendsp │ │ │ │ ├── ElasticEaseOut.gendsp │ │ │ │ ├── ExponentialEaseIn.gendsp │ │ │ │ ├── ExponentialEaseInOut.gendsp │ │ │ │ ├── ExponentialEaseOut.gendsp │ │ │ │ ├── QuadraticEaseIn.gendsp │ │ │ │ ├── QuadraticEaseInOut.gendsp │ │ │ │ ├── QuadraticEaseOut.gendsp │ │ │ │ ├── QuarticEaseIn.gendsp │ │ │ │ ├── QuarticEaseInOut.gendsp │ │ │ │ ├── QuarticEaseOut.gendsp │ │ │ │ ├── QuinticEaseIn.gendsp │ │ │ │ ├── QuinticEaseInOut.gendsp │ │ │ │ ├── QuinticEaseOut.gendsp │ │ │ │ ├── SineEaseIn.gendsp │ │ │ │ ├── SineEaseInOut.gendsp │ │ │ │ └── SineEaseOut.gendsp │ │ │ ├── gen_concat.maxpat │ │ │ ├── gen_cross_product.maxpat │ │ │ ├── gen_dim.maxpat │ │ │ ├── gen_dot_product.maxpat │ │ │ ├── gen_length.maxpat │ │ │ ├── gen_normal.maxpat │ │ │ ├── gen_param_codeboxes.maxpat │ │ │ ├── gen_quaternion.maxpat │ │ │ ├── gen_reflexion.maxpat │ │ │ ├── gen_sample_or_not.maxpat │ │ │ ├── gen_vector_add.maxpat │ │ │ └── gen_videoslicer.maxpat │ │ ├── GL │ │ │ ├── GLdepthwrite.maxpat │ │ │ ├── GLgridshape_rotation+.maxpat │ │ │ ├── GLmanual_mode(vade).maxpat │ │ │ ├── GLmesh_particles.maxpat │ │ │ ├── GLmultiple │ │ │ │ ├── GLmultiple-order.maxpat │ │ │ │ └── GLmultiple_camera_simple.maxpat │ │ │ ├── GLrender.maxpat │ │ │ ├── GLscreen2world.maxpat │ │ │ ├── GLsketch │ │ │ │ ├── GLsketch_anchor.maxpat │ │ │ │ ├── GLsketch_drawobject2.maxpat │ │ │ │ ├── GLsketch_rotate.maxpat │ │ │ │ └── GLsketch_strokepoints.maxpat │ │ │ ├── IMI_screentoworld.maxpat │ │ │ ├── Triplehead2go.maxpat │ │ │ ├── asyncread_export.maxhelp │ │ │ ├── depth_of_field │ │ │ │ ├── ab.lumagauss.jxs │ │ │ │ ├── depth.jxs │ │ │ │ └── depth_of_field_via_shader pedro.maxpat │ │ │ ├── effects │ │ │ │ ├── GLslab_crossfade.maxpat │ │ │ │ └── GLslab_edgeblend.maxpat │ │ │ ├── explosion │ │ │ │ ├── Explody00.maxpat │ │ │ │ ├── ab.gmquads2.jxs │ │ │ │ └── basicexplodes.png │ │ │ ├── function_graph │ │ │ │ ├── ReadMe.rtf │ │ │ │ ├── function_graph.maxpat │ │ │ │ └── mn_function_graph.xml │ │ │ ├── jit.gl.render.poly~ │ │ │ │ ├── gl-poly-voice.maxpat │ │ │ │ └── jit.gl.render.poly~.maxpat │ │ │ ├── matrix2GL │ │ │ │ ├── matrix2GLsketch.maxpat │ │ │ │ ├── matrix2GLslab.maxpat │ │ │ │ └── matrix2GLvideoplane.maxpat │ │ │ ├── reflectRefract │ │ │ │ ├── RefractReflect.maxpat │ │ │ │ └── td.fresnel.jxs │ │ │ ├── screen_tweaking.maxpat │ │ │ ├── stereography.maxhelp │ │ │ └── time_warp │ │ │ │ ├── ab.slice.jxs │ │ │ │ └── ab.timewarp.maxpat │ │ ├── IMI │ │ │ ├── IMI_average.maxhelp │ │ │ ├── IMI_average.maxpat │ │ │ ├── IMI_counter_uzi_line.maxhelp │ │ │ ├── IMI_fileout.maxpat │ │ │ ├── IMI_filtering_change.maxhelp │ │ │ ├── IMI_loadbangs.maxhelp │ │ │ ├── IMI_max2printer.maxhelp │ │ │ ├── IMI_modulo.maxhelp │ │ │ ├── IMI_simple_triggers.maxhelp │ │ │ ├── IMI_spray_cycle_gate.maxhelp │ │ │ ├── IMI_table.maxhelp │ │ │ └── IMI_video_output.maxhelp │ │ ├── NM │ │ │ └── dot.vscale2.maxpat │ │ ├── c74 │ │ │ ├── JitterRecipes-Book1 │ │ │ │ ├── 00.gLFO.mxt │ │ │ │ ├── 01.TimeScrubber.mxt │ │ │ │ ├── 02.VideoPillows.mxt │ │ │ │ ├── 03.CrumblingFortresses.mxt │ │ │ │ ├── 04.AsteroidGrowth.mxt │ │ │ │ ├── 05.Shifty.mxt │ │ │ │ ├── 06.DancingSprites.mxt │ │ │ │ ├── 07.fftCollector.mxt │ │ │ │ ├── 08.VideoBlobs.mxt │ │ │ │ ├── 09.ParticleRave.mxt │ │ │ │ ├── 10.BufferOps.mxt │ │ │ │ ├── 11.ScanMusic.mxt │ │ │ │ └── 12.TextureDistorter.mxt │ │ │ ├── JitterRecipes-Book2 │ │ │ │ ├── 13.VideoSynth1.mxt │ │ │ │ ├── 14.JitBufferEx.mxt │ │ │ │ ├── 15.GestureRecord.mxt │ │ │ │ ├── 16.VideoSynth2.mxt │ │ │ │ ├── 17.TwineBall.mxt │ │ │ │ ├── 18.Manipulator.maxpat │ │ │ │ ├── 18.Manipulator.mxt │ │ │ │ ├── 19.Tannenbaum.mxt │ │ │ │ ├── 20.Squelcher.mxt │ │ │ │ ├── 21.SceneProcess.maxpat │ │ │ │ ├── 22.CatchNurbs.maxpat │ │ │ │ ├── 23.ElapseGraph.mxt │ │ │ │ ├── 24.GLfeedBack.mxt │ │ │ │ ├── 25.RagingSwirl.mxt │ │ │ │ ├── 26.MatrixLookup.mxt │ │ │ │ └── Jitter Recipes 2.webloc │ │ │ ├── JitterRecipes-Book3 │ │ │ │ ├── 26.VideoSynth3.maxpat │ │ │ │ ├── 27.Debris.maxpat │ │ │ │ ├── 28.SubTitle.maxpat │ │ │ │ ├── 29.Stutters.maxpat │ │ │ │ ├── 30.SoundLump.maxpat │ │ │ │ ├── 31.Animator │ │ │ │ │ ├── 31.Animator.maxpat │ │ │ │ │ ├── 31.Animator.mxt │ │ │ │ │ └── anim.xml │ │ │ │ ├── 32.HoldStill.maxpat │ │ │ │ ├── 33.FastCuts.maxpat │ │ │ │ ├── 34.AlphaToast.maxpat │ │ │ │ ├── 35.Paramination.maxpat │ │ │ │ ├── 36.TinyVideo.maxpat │ │ │ │ ├── 37.Shatter.maxpat │ │ │ │ ├── 38.BrightLights │ │ │ │ │ ├── 38.BrightLights.maxpat │ │ │ │ │ └── ab.spotmask.jxs │ │ │ │ ├── 39.Preview.maxpat │ │ │ │ ├── 40.SceneWarp │ │ │ │ │ ├── 40.SceneWarp.maxpat │ │ │ │ │ └── ab.lumagate.jxs │ │ │ │ ├── 41.Verlets.maxpat │ │ │ │ ├── 42.RenderMaster │ │ │ │ │ ├── 42.RenderMaster.maxpat │ │ │ │ │ └── simple_test.maxpat │ │ │ │ ├── 43.AnaglyphRender.maxpat │ │ │ │ └── Jitter Recipes 3.webloc │ │ │ ├── JitterRecipes-Book4 │ │ │ │ ├── 44.ScrollyBrush.maxpat │ │ │ │ ├── 45.Humanoid.maxpat │ │ │ │ ├── 46.BitFills.maxpat │ │ │ │ ├── 47.Scramble.maxpat │ │ │ │ ├── 48.PartyLights.maxpat │ │ │ │ ├── 49.RoboMoves.maxpat │ │ │ │ ├── 50.Branching.maxpat │ │ │ │ ├── 51.Scrunch.maxpat │ │ │ │ ├── 52.DirtySignal.maxpat │ │ │ │ ├── 53.FlyOver.maxpat │ │ │ │ ├── 54.Zoom.maxpat │ │ │ │ ├── 55.MirrorHouse.maxpat │ │ │ │ ├── 56.Relief.maxpat │ │ │ │ └── Jitter Recipes 4.webloc │ │ │ └── phys_a_day │ │ │ │ ├── AngryHuddle.maxpat │ │ │ │ ├── ForceSystem.maxpat │ │ │ │ ├── GhostPaint.maxpat │ │ │ │ ├── Launch.maxpat │ │ │ │ ├── fizz_dynamicboundaries.maxpat │ │ │ │ ├── snakePit.maxpat │ │ │ │ └── teleporting-spheres.maxpat │ │ ├── communication │ │ │ ├── Enttec_fxwdmxusbpro │ │ │ │ ├── fxwdmxusbpro.maxhelp │ │ │ │ └── fxwdmxusbpro.maxpat │ │ │ ├── Enttec_simple.maxpat │ │ │ ├── IP_broadcast.maxhelp │ │ │ ├── network_scanner.maxhelp │ │ │ ├── panasonic_PJLink.maxpat │ │ │ ├── sane.maxpat │ │ │ ├── twitter.maxhelp │ │ │ └── twitter.maxpat │ │ ├── computer_vision │ │ │ ├── kinect │ │ │ │ ├── GLmesh_model_import.maxpat │ │ │ │ ├── dpkinect_skel_matrix.js │ │ │ │ ├── kinect user id.maxpat │ │ │ │ └── model.txt │ │ │ ├── 3Dcube_track.maxpat │ │ │ ├── KVLpatcher.maxpat │ │ │ ├── blobtrack │ │ │ │ ├── blob_receive.maxpat │ │ │ │ ├── blobtrack.maxpat │ │ │ │ ├── jf.fingerslice.maxpat │ │ │ │ ├── jf.mysplit.maxpat │ │ │ │ └── readme.txt │ │ │ ├── cv_eyetracker.maxpat │ │ │ ├── cv_face_tilting.maxpat │ │ │ ├── cv_follow_points.maxpat │ │ │ ├── cv_re-order blobcv.jit.maxpat │ │ │ ├── face2gridshape.maxpat │ │ │ ├── grab-list.maxpat │ │ │ ├── motion2pixels.maxpat │ │ │ ├── motion_sensor.maxpat │ │ │ └── motion_tracking.maxpat │ │ ├── images │ │ │ ├── collision interface.maxpat │ │ │ └── resizepic │ │ │ │ ├── resizepic.js │ │ │ │ └── resizepic.maxpat │ │ ├── imi_objects │ │ │ ├── imi.apploader.maxhelp │ │ │ ├── imi.apploader.maxpat │ │ │ ├── imi.apploader2.maxhelp │ │ │ ├── imi.apploader2.maxpat │ │ │ ├── imi.avgmap.maxhelp │ │ │ ├── imi.avgmap.maxpat │ │ │ ├── imi.bounce.maxhelp │ │ │ ├── imi.bounce.maxpat │ │ │ ├── imi.counter.maxhelp │ │ │ ├── imi.counter.maxpat │ │ │ ├── imi.debug.maxhelp │ │ │ ├── imi.debug.maxpat │ │ │ ├── imi.desktop.maxhelp │ │ │ ├── imi.desktop.maxpat │ │ │ ├── imi.dict.maxpat │ │ │ ├── imi.dist.maxpat │ │ │ ├── imi.docloader.maxhelp │ │ │ ├── imi.docloader.maxpat │ │ │ ├── imi.draw.maxhelp │ │ │ ├── imi.draw.maxpat │ │ │ ├── imi.encoder.maxhelp │ │ │ ├── imi.encoder.maxpat │ │ │ ├── imi.frameconv.maxpat │ │ │ ├── imi.fullscreen.maxhelp │ │ │ ├── imi.fullscreen.maxpat │ │ │ ├── imi.looptheloop.maxhelp │ │ │ ├── imi.looptheloop.maxpat │ │ │ ├── imi.matrix2cell.maxhelp │ │ │ ├── imi.matrix2cell.maxpat │ │ │ ├── imi.matrixinfo.maxhelp │ │ │ ├── imi.matrixinfo.maxpat │ │ │ ├── imi.matrixset.maxhelp │ │ │ ├── imi.matrixset.maxpat │ │ │ ├── imi.mgra.maxhelp │ │ │ ├── imi.mgra.maxpat │ │ │ ├── imi.minus.maxhelp │ │ │ ├── imi.minus.maxpat │ │ │ ├── imi.movieloader.maxhelp │ │ │ ├── imi.movieloader.maxpat │ │ │ ├── imi.oneint.maxhelp │ │ │ ├── imi.oneint.maxpat │ │ │ ├── imi.past.maxhelp │ │ │ ├── imi.past.maxpat │ │ │ ├── imi.plus.maxhelp │ │ │ ├── imi.plus.maxpat │ │ │ ├── imi.pushcount.maxhelp │ │ │ ├── imi.pushcount.maxpat │ │ │ ├── imi.seqbang.maxhelp │ │ │ ├── imi.seqbang.maxpat │ │ │ ├── imi.slide.maxhelp │ │ │ ├── imi.slide.maxpat │ │ │ ├── imi.splitscale.maxhelp │ │ │ ├── imi.splitscale.maxpat │ │ │ ├── imi.text_counter.maxpat │ │ │ ├── imi.through.maxhelp │ │ │ ├── imi.through.maxpat │ │ │ ├── imi.wh_to_center.maxpat │ │ │ ├── past2.maxhelp │ │ │ └── past2.maxpat │ │ ├── init_save │ │ │ ├── Save Presets │ │ │ │ ├── Path2Pattr.maxpat │ │ │ │ └── getPathToPattrstorageDefaults.js │ │ │ ├── init.maxpat │ │ │ ├── path_patcher.maxhelp │ │ │ ├── pref_save_kit.maxpat │ │ │ ├── preferences_save.maxpat │ │ │ └── preset_namer.maxpat │ │ ├── internet │ │ │ ├── JSONreadwrite │ │ │ │ ├── JSON_readwrite.js │ │ │ │ ├── JSON_readwrite.maxhelp │ │ │ │ ├── doc │ │ │ │ │ ├── Hi dusx,--Have been trying t.textClipping │ │ │ │ │ ├── JSON Example.webloc │ │ │ │ │ ├── hay-xml2json · GitHub.webloc │ │ │ │ │ └── xml2json.py -t xml2json file.textClipping │ │ │ │ ├── test.maxpat │ │ │ │ └── xml2json-master │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── README.md │ │ │ │ │ ├── setup.py │ │ │ │ │ └── xml2json.py │ │ │ ├── detox.maxpat │ │ │ ├── jitwebimage.maxhelp │ │ │ ├── mail.maxpat │ │ │ └── twitscoop.maxpat │ │ ├── javascript │ │ │ ├── graph.js │ │ │ ├── list2matrix.js │ │ │ ├── pol2cart.js │ │ │ └── router.js │ │ ├── listpackage │ │ │ ├── FungibleData │ │ │ │ ├── FungibleData.maxhelp │ │ │ │ ├── FungibleData.maxpat │ │ │ │ ├── Util.Coll2Table.maxpat │ │ │ │ ├── Util.List2Table.maxpat │ │ │ │ ├── Util.Multislider2Table.maxpat │ │ │ │ ├── Util.Table2Coll.maxpat │ │ │ │ ├── Util.Table2List.maxpat │ │ │ │ ├── Util.Table2Multislider.maxpat │ │ │ │ └── Util.TableCopy.maxpat │ │ │ ├── cellblock 2 forward.maxpat │ │ │ ├── coll(endof).maxpat │ │ │ ├── coll2cellblock.maxhelp │ │ │ ├── coll2pattr.maxpat │ │ │ ├── coll_duplicates.maxhelp │ │ │ ├── coll_duplicates.maxpat │ │ │ ├── coll_tools.maxhelp │ │ │ ├── colors.txt │ │ │ ├── csv2coll+.maxpat │ │ │ ├── csv2coll.maxhelp │ │ │ ├── cycle4list.maxpat │ │ │ ├── db-max5-patches │ │ │ │ ├── basic-db.maxhelp │ │ │ │ ├── easyDatabase.js │ │ │ │ ├── movieBase.js │ │ │ │ └── moviePicker.maxpat │ │ │ ├── imi_sprintf.maxhelp │ │ │ ├── imi_zl.maxhelp │ │ │ ├── list in max │ │ │ │ ├── assembling.maxpat │ │ │ │ ├── disassembling.maxpat │ │ │ │ ├── list_in_max.maxhelp │ │ │ │ ├── manipulating.maxpat │ │ │ │ ├── math.maxpat │ │ │ │ └── modifying.maxpat │ │ │ ├── list_utilities.maxpat │ │ │ ├── myfile.maxpat │ │ │ ├── number.maxpat │ │ │ ├── save_coll2desktop.maxpat │ │ │ ├── save_coll_in_app.maxpat │ │ │ ├── thelistpackage.maxhelp │ │ │ └── zlhelp.maxhelp │ │ ├── math │ │ │ ├── 3d_cartopol.maxpat │ │ │ ├── IMI_2dpoltocar.maxpat │ │ │ ├── Parametrical │ │ │ │ ├── Parametrical.maxproj │ │ │ │ ├── data │ │ │ │ │ └── _screenprefs.txt │ │ │ │ ├── other │ │ │ │ │ └── getParametrical_notes.pdf │ │ │ │ └── patchers │ │ │ │ │ ├── 01 Random.bak.maxpat │ │ │ │ │ ├── 01 Random.maxpat │ │ │ │ │ ├── 02 Stochastic Weights.maxpat │ │ │ │ │ ├── 03 Stochastic Logistic.maxpat │ │ │ │ │ ├── 04 Stochastic RanDistribution.maxpat │ │ │ │ │ ├── 05 Stochastic Tmask.maxpat │ │ │ │ │ ├── 06 Stochastic Crossover.maxpat │ │ │ │ │ ├── 07 matmap.maxpat │ │ │ │ │ ├── 1 - GA+Weight table example.maxpat │ │ │ │ │ ├── 1 - weights + processing.maxpat │ │ │ │ │ ├── 1- matmap + gran + visuals.maxpat │ │ │ │ │ ├── 2 - GA + Granular.maxpat │ │ │ │ │ ├── 2 - logistic + pan.maxpat │ │ │ │ │ ├── 3 - probDist + addSyn.maxpat │ │ │ │ │ ├── 4 - Tmask + addSyn.maxpat │ │ │ │ │ ├── gaborGrain.maxpat │ │ │ │ │ ├── gaborGrainB.maxpat │ │ │ │ │ ├── o.list.crossover.maxhelp │ │ │ │ │ ├── o.list.crossover.maxpat │ │ │ │ │ ├── o.list.ramp.maxpat │ │ │ │ │ ├── o.midi.prob-rhythm.maxhelp │ │ │ │ │ ├── o.midi.prob-rhythm.maxpat │ │ │ │ │ ├── o.num2list.maxhelp │ │ │ │ │ ├── o.num2list.maxpat │ │ │ │ │ └── random-value.maxpat │ │ │ ├── a-perps.maxpat │ │ │ ├── cataDelaunay.maxhelp │ │ │ ├── crossProduct.maxpat │ │ │ ├── dotProduct.maxpat │ │ │ ├── iterate.maxhelp │ │ │ ├── iterate.maxpat │ │ │ ├── math_motion_path_atan2.maxpat │ │ │ ├── math_poltocar.maxpat │ │ │ ├── matrix_linear_equation.maxpat │ │ │ ├── modulo.maxpat │ │ │ ├── polar_cartesian.maxhelp │ │ │ ├── scaling_math.maxpat │ │ │ ├── simple_probability.maxhelp │ │ │ ├── smooth.maxpat │ │ │ ├── trapeze.maxpat │ │ │ ├── trignonometry.maxhelp │ │ │ ├── uzi js table speed │ │ │ │ ├── Uzi js table speed.maxpat │ │ │ │ ├── a.js │ │ │ │ └── b.js │ │ │ ├── value_mapping.maxpat │ │ │ ├── vector.maxhelp │ │ │ ├── vectorBouncer.maxpat │ │ │ ├── vectorMover.maxpat │ │ │ ├── vector_add.maxpat │ │ │ ├── vector_practice.maxhelp │ │ │ ├── vector_sub.maxpat │ │ │ └── weighting.maxpat │ │ ├── math_lua │ │ │ ├── centroid3.maxpat │ │ │ ├── centroid4.maxpat │ │ │ ├── intersect_line_sphere.maxpat │ │ │ ├── intersect_lines.maxpat │ │ │ ├── point_distance.maxpat │ │ │ └── vectorMath.lua │ │ ├── matrix │ │ │ ├── CSV2Matrix.maxhelp │ │ │ ├── conditional matrix.maxpat │ │ │ ├── jitter-unpack.maxpat │ │ │ ├── lcd_interface.maxpat │ │ │ ├── mask.maxpat │ │ │ ├── matrix_collision.maxpat │ │ │ ├── matrix_remove_white.maxpat │ │ │ ├── matrix_types.maxpat │ │ │ ├── matrixset2png.maxpat │ │ │ ├── oval-mask.maxpat │ │ │ ├── uzi to matrix.maxpat │ │ │ └── values_csv.txt │ │ ├── max104 │ │ │ └── anim_matrix_transform.maxpat │ │ ├── pattr │ │ │ ├── PattrKitty.maxhelp │ │ │ ├── PattrSave.maxhelp │ │ │ ├── PattrSave.maxpat │ │ │ ├── myData.xml │ │ │ └── settings.json │ │ ├── playlist │ │ │ ├── javascript │ │ │ │ ├── playcluster.js │ │ │ │ ├── playlist.js │ │ │ │ └── playlist_triggers.js │ │ │ └── patches │ │ │ │ ├── playcluster.maxpat │ │ │ │ ├── playcluster_playtrigger_test.maxpat │ │ │ │ ├── playcluster_test.maxpat │ │ │ │ └── playlist_test.maxpat │ │ ├── random │ │ │ ├── 563px-Markovkate_01.svg.png │ │ │ ├── Markov_example.maxpat │ │ │ ├── markov_chains+.maxpat │ │ │ ├── markov_chains.maxpat │ │ │ ├── random+.maxpat │ │ │ ├── random_basic.maxpat │ │ │ ├── randomness.maxhelp │ │ │ ├── randomness.maxpat │ │ │ ├── stochastic_flocking.maxpat │ │ │ └── z │ │ │ │ └── 2_Markov_Chains.maxpat │ │ ├── sound │ │ │ ├── Color_Organ │ │ │ │ ├── Max_Serial_Color Organ.maxpat │ │ │ │ ├── Max_Serial_Color Organ.mxf │ │ │ │ ├── StereoColorOrganReceiver_r2.pde │ │ │ │ ├── buffir-eq3outL.maxpat │ │ │ │ ├── buffir-eq3outR.maxpat │ │ │ │ ├── buffir-eq3saved.maxpat │ │ │ │ └── messengermod.maxpat │ │ │ ├── GLgraph_catch~.maxpat │ │ │ ├── LFO-fader.maxhelp │ │ │ ├── LFO2video.maxpat │ │ │ ├── Max2iTunes.maxpat │ │ │ ├── PhoneTones │ │ │ │ ├── DTMF_Col.pat │ │ │ │ ├── DTMF_Row.pat │ │ │ │ └── PhoneTones.maxpat │ │ │ ├── Waveformcirc │ │ │ │ ├── waveform-circle.maxpat │ │ │ │ ├── waveformcirc.class │ │ │ │ └── waveformcirc.java │ │ │ ├── Waveguidestring │ │ │ │ ├── poly.waveguide_string.maxpat │ │ │ │ ├── waveguide_string.gendsp │ │ │ │ └── waveguide_string.maxpat │ │ │ ├── analyzer_in_practice.maxpat │ │ │ ├── cioccoloni.maxpat │ │ │ ├── metasynth.maxpat │ │ │ ├── panFour.maxpat │ │ │ ├── sound-gate.maxhelp │ │ │ ├── sound_gate.maxpat │ │ │ └── sound_triangulation.maxpat │ │ ├── syphon │ │ │ ├── GLsyphon_demo.maxpat │ │ │ ├── Jitter2Syphon.maxhelp │ │ │ ├── SyphonEye.maxpat │ │ │ ├── Syphon_client+.maxpat │ │ │ └── mini_syphon_client.maxpat │ │ ├── text │ │ │ ├── SRT subtitles.maxpat │ │ │ ├── encryption.maxpat │ │ │ ├── lowercase.maxhelp │ │ │ ├── srt.js │ │ │ ├── text2text_fade.maxpat │ │ │ ├── text_encoding.maxpat │ │ │ ├── text_scanwrap.maxpat │ │ │ └── text_type.maxpat │ │ ├── tween │ │ │ ├── MAtsuitween.maxhelp │ │ │ ├── Tween_exp.maxpat │ │ │ ├── bouncy.maxpat │ │ │ ├── function_interpolation.maxhelp │ │ │ ├── pater.json │ │ │ ├── pattr_animation.maxhelp │ │ │ ├── tween.js │ │ │ ├── tweening.maxhelp │ │ │ └── tweening.maxpat │ │ ├── utilities │ │ │ ├── Copy file (shell).maxpat │ │ │ ├── FileExists │ │ │ │ ├── FIleExists.maxpat │ │ │ │ ├── FIleExists_Test.maxpat │ │ │ │ ├── Test Text 2.txt │ │ │ │ └── Test.txt │ │ │ ├── GetUrlContent.maxhelp │ │ │ ├── codecounter │ │ │ │ ├── codecounter.maxpat │ │ │ │ ├── linecounter.js │ │ │ │ └── objectcounter.js │ │ │ ├── delta_detect.maxhelp │ │ │ ├── deltachange.maxhelp │ │ │ ├── deltachange.maxpat │ │ │ ├── matrixcontrol.maxhelp │ │ │ ├── send_data.maxpat │ │ │ └── slide2LCD.maxpat │ │ └── video │ │ │ ├── GLaspect-ratio.maxpat │ │ │ ├── aspect_helper.js │ │ │ ├── blur.maxhelp │ │ │ ├── blur.maxpat │ │ │ ├── keystonev23.maxpat │ │ │ ├── motionblurring.maxpat │ │ │ ├── renderControl.maxpat │ │ │ ├── vignette.maxhelp │ │ │ └── vignette.maxpat │ ├── Video │ │ ├── IMI_quicktime+.maxpat │ │ ├── IMI_quicktime.maxpat │ │ ├── IMI_sound_to_animation.maxpat │ │ ├── color_tinting.maxpat │ │ ├── image_adjustment.maxpat │ │ ├── jamoma_example.maxpat │ │ ├── jamoma_motion.maxpat │ │ ├── jitter.overview.maxpat │ │ ├── poly_movie.maxpat │ │ └── quicktime_smooth.maxpat │ ├── iCinema │ │ ├── IMI_iCinema.maxpat │ │ ├── IMI_iCinema01-simple.maxpat │ │ ├── IMI_iCinema01.maxpat │ │ ├── IMI_iCinema02.maxpat │ │ ├── IMI_iCinema03.maxpat │ │ ├── iCinema_tools.maxpat │ │ ├── livegrid.maxpat │ │ ├── scheduled_events.maxpat │ │ └── sequencer.maxpat │ ├── z │ │ ├── DbNdemo.txt │ │ ├── IMIMax101.txt │ │ ├── IMIMax102.txt │ │ ├── IMIMax103.txt │ │ ├── IMIMax104.txt │ │ ├── IMIMovies2.txt │ │ ├── images │ │ │ ├── 500px-Cartesian-coordinate-system.png │ │ │ ├── 500px-CircularCoordinates.png │ │ │ ├── cartesian.jpg │ │ │ ├── coord.jpg │ │ │ ├── coords_ws.jpg │ │ │ ├── gl_primitives3.png │ │ │ ├── json.jpg │ │ │ ├── lemonade.jpg │ │ │ ├── linesegment.jpg │ │ │ ├── point.jpg │ │ │ ├── rectangle.jpg │ │ │ ├── videomask.jpg │ │ │ ├── wii-data.jpg │ │ │ └── wii-osculator.jpg │ │ ├── listpackage.txt │ │ ├── max_search.js │ │ ├── news.json │ │ ├── plugin_download.txt │ │ ├── plugins.txt │ │ ├── scripts │ │ │ ├── SProcessing.scpt │ │ │ ├── SSensors.scpt │ │ │ ├── SSensorsA.scpt │ │ │ ├── SSensorsA2.scpt │ │ │ ├── SSosceleton.scpt │ │ │ └── SToolbox.scpt │ │ ├── sensors.txt │ │ ├── soundtools.txt │ │ ├── sprintf.txt │ │ ├── toolbox.txt │ │ ├── xray.about.pat │ │ └── xray.jit.pct │ └── zpatches │ │ ├── IMI_color_patch.maxpat │ │ ├── IMI_credits.maxpat │ │ ├── IMI_toolbox.maxpat │ │ ├── Max_patching_rules.maxpat │ │ ├── Max_style_guide.maxpat │ │ ├── VPT_start.maxpat │ │ ├── _screenprefs.txt │ │ ├── extension_download.maxpat │ │ ├── extension_overview.maxpat │ │ ├── list_toolbox.maxpat │ │ ├── max_message_text │ │ ├── patching_rules.maxpat │ │ ├── plugins_download.maxpat │ │ ├── plugins_overview.maxpat │ │ ├── search_max.maxpat │ │ ├── sound_toolbox.maxpat │ │ ├── style_guide.maxpat │ │ └── zelements.maxpat └── templates │ ├── IMI_exhibition_tools.maxpat │ ├── imi_matrix2cell.maxpat │ ├── imi_templateGL.maxpat │ └── imi_template_root.maxpat ├── README └── _install.command /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /IMIpatches/_IMI_Read me.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/_IMI_Read me.rtf -------------------------------------------------------------------------------- /IMIpatches/apps/content.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/apps/content.rtf -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/DbNDemo.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/DbNDemo.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/IMI_average.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/IMI_average.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/Jitter_overview.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/Jitter_overview.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/JittervsGL.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/JittervsGL.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/MSP_Overview.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/MSP_Overview.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/MaxMSP_thesaurus.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/MaxMSP_thesaurus.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/_imi_toolbox.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/_imi_toolbox.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/_list_toolbox.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/_list_toolbox.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/_plugins_overview.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/_plugins_overview.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/_sound_toolbox.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/_sound_toolbox.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/_toolbox.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/_toolbox.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/color_picker.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/color_picker.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/keyboard.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/keyboard.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/objects_download.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/objects_download.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI/oscillator.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI/oscillator.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI_help.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI_help.maxpat -------------------------------------------------------------------------------- /IMIpatches/extras/_IMI_help_advanced.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/extras/_IMI_help_advanced.maxpat -------------------------------------------------------------------------------- /IMIpatches/media/GLmodel/axe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/GLmodel/axe.jpg -------------------------------------------------------------------------------- /IMIpatches/media/GLmodel/dwarf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/GLmodel/dwarf.jpg -------------------------------------------------------------------------------- /IMIpatches/media/GLmodel/dwarf.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/GLmodel/dwarf.obj -------------------------------------------------------------------------------- /IMIpatches/media/Images/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Images/alpha.png -------------------------------------------------------------------------------- /IMIpatches/media/Images/metapic1.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Images/metapic1.tif -------------------------------------------------------------------------------- /IMIpatches/media/Images/metapic2.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Images/metapic2.tif -------------------------------------------------------------------------------- /IMIpatches/media/Images/monkey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Images/monkey.jpg -------------------------------------------------------------------------------- /IMIpatches/media/Images/monkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Images/monkey.png -------------------------------------------------------------------------------- /IMIpatches/media/Images/picture1.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Images/picture1.tif -------------------------------------------------------------------------------- /IMIpatches/media/Images/picture2.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Images/picture2.tif -------------------------------------------------------------------------------- /IMIpatches/media/Images/picture3.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Images/picture3.tif -------------------------------------------------------------------------------- /IMIpatches/media/Images/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Images/wallpaper.jpg -------------------------------------------------------------------------------- /IMIpatches/media/Images/wheel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Images/wheel.gif -------------------------------------------------------------------------------- /IMIpatches/media/Images/world.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Images/world.jpg -------------------------------------------------------------------------------- /IMIpatches/media/Texture/bell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Texture/bell.jpg -------------------------------------------------------------------------------- /IMIpatches/media/Texture/bird.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Texture/bird.jpg -------------------------------------------------------------------------------- /IMIpatches/media/Texture/brick.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Texture/brick.jpg -------------------------------------------------------------------------------- /IMIpatches/media/Texture/cars.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Texture/cars.jpg -------------------------------------------------------------------------------- /IMIpatches/media/Texture/cleaning.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Texture/cleaning.jpg -------------------------------------------------------------------------------- /IMIpatches/media/Texture/fountain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Texture/fountain.jpg -------------------------------------------------------------------------------- /IMIpatches/media/Texture/pachelbel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Texture/pachelbel.jpg -------------------------------------------------------------------------------- /IMIpatches/media/Texture/step.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Texture/step.jpg -------------------------------------------------------------------------------- /IMIpatches/media/Texture/voice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/Texture/voice.jpg -------------------------------------------------------------------------------- /IMIpatches/media/XML/attributes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/XML/attributes.xml -------------------------------------------------------------------------------- /IMIpatches/media/XML/cd_catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/XML/cd_catalog.xml -------------------------------------------------------------------------------- /IMIpatches/media/XML/lemonade.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/XML/lemonade.xml -------------------------------------------------------------------------------- /IMIpatches/media/XML/pachube.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/media/XML/pachube.xml -------------------------------------------------------------------------------- /IMIpatches/package-info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/package-info.json -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/IMI_HSflow.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/IMI_HSflow.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/IMI_cvjit.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/IMI_cvjit.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/colortrack.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/colortrack.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv.jit.recycle.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv.jit.recycle.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv2draw.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv2draw.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_HSflow.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_HSflow.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_blob01.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_blob01.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_blob03.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_blob03.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_centroid.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_centroid.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_colour_follower.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_colour_follower.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_colour_sum.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_colour_sum.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_faces.findreplace.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_faces.findreplace.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_faces2GL.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_faces2GL.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_faces2GL2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_faces2GL2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_faces2camera.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_faces2camera.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_feature2GLdraw+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_feature2GLdraw+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_feature2GLdraw.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_feature2GLdraw.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_glsketch.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_glsketch.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_jit.blobs.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_jit.blobs.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_jit.learn.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_jit.learn.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_learn.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_learn.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_misc.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_misc.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_multitouch.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_multitouch.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_opticalflow.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_opticalflow.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_threshold.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_threshold.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/cv_track.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/cv_track.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/CV objects/findbounds.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/CV objects/findbounds.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/ kinect/Kinecta.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/ kinect/Kinecta.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/ kinect/OpenNI.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/ kinect/OpenNI.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/ kinect/OpenNI2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/ kinect/OpenNI2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/ kinect/kinect.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/ kinect/kinect.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/ kinect/synapse.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/ kinect/synapse.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/IMI_colourtrack.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/IMI_colourtrack.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/IMI_mov_to_mvt.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/IMI_mov_to_mvt.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/Lightpaint.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/Lightpaint.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/TSPSosc.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/TSPSosc.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/a-jit.humans.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/a-jit.humans.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/c74_camera_data.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/c74_camera_data.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/faceOSC.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/faceOSC.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/framediff_zone.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/framediff_zone.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/inky_particle.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/inky_particle.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/jamoma_motion.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/jamoma_motion.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/taptools.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/taptools.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Computer Vision/v.regions.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Computer Vision/v.regions.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN2D/Drawagent.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN2D/Drawagent.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN2D/IMI_mgraphics_motion+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN2D/IMI_mgraphics_motion+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN2D/IMI_mgraphics_motion.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN2D/IMI_mgraphics_motion.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN2D/IMI_mgraphics_oscillation.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN2D/IMI_mgraphics_oscillation.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN2D/IMI_mgraphics_space.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN2D/IMI_mgraphics_space.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN2D/IMI_noise2mgraphics.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN2D/IMI_noise2mgraphics.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLgraph.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLgraph.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLisosurf/08.VideoBlobs.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLisosurf/08.VideoBlobs.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLisosurf/GLisosurf.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLisosurf/GLisosurf.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLisosurf/GLisosurf_pos.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLisosurf/GLisosurf_pos.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLmodel/GLmodel.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLmodel/GLmodel.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLmodel/GLmodel2GLmesh.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLmodel/GLmodel2GLmesh.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLmodel/GLmodel_texture.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLmodel/GLmodel_texture.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLmultiple/GLmultiple+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLmultiple/GLmultiple+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLmultiple/GLmultiple.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLmultiple/GLmultiple.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLmultiple/boids_poly.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLmultiple/boids_poly.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLnurbs/GLNurbs_sheet.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLnurbs/GLNurbs_sheet.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLnurbs/GLnurbs.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLnurbs/GLnurbs.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLnurbs/GLnurbs_benson.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLnurbs/GLnurbs_benson.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLnurbs/GLnurbs_extrude.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLnurbs/GLnurbs_extrude.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLnurbs/GLnurbs_sound.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLnurbs/GLnurbs_sound.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLnurbs/GLnurbs_video.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLnurbs/GLnurbs_video.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/GLoverview.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/GLoverview.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/IMI_jitexpr+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/IMI_jitexpr+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/IMI_jitexpr.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/IMI_jitexpr.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/cosm_world.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/cosm_world.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/fractals+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/fractals+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/fractals.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/fractals.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/fractals.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/fractals.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D.2/gencoord_expr_gen.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D.2/gencoord_expr_gen.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/3Dextrude/3dextrude.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/3Dextrude/3dextrude.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/3Dextrude/mn_extrude.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/3Dextrude/mn_extrude.xml -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLgridshape2mesh.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLgridshape2mesh.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_benson.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_benson.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_bfg+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_bfg+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_bfg-texture.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_bfg-texture.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_bfg.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_bfg.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_bouncebox.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_bouncebox.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_buffer~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_buffer~.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_catch~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_catch~.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_grab.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_grab.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_mask.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_mask.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_matrix+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_matrix+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_matrix.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_matrix.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_noise.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_noise.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_procedural.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_procedural.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_shadows+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_shadows+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_shadows.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_shadows.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_shatter+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_shatter+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_shatter.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_shatter.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_texture.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_texture.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_video.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_video.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_video2coord.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_video2coord.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/GLmesh_videoplane.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/GLmesh_videoplane.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/TextureDistorter.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/TextureDistorter.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/bfg_intro.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/bfg_intro.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/makemeashape.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/makemeashape.js -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/makemeashape2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/makemeashape2.js -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLMesh/mycoolshape.jxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLMesh/mycoolshape.jxs -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLgeometry.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLgeometry.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLgridshape/GLanimation.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLgridshape/GLanimation.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLgridshape/GLgridshape.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLgridshape/GLgridshape.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLgridshape/anim_bline.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLgridshape/anim_bline.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLgridshape/anim_line.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLgridshape/anim_line.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLgridshape/anim_lobj.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLgridshape/anim_lobj.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLgridshape/anim_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLgridshape/anim_path.json -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLgridshape/anim_path.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLgridshape/anim_path.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLgridshape/anim_path2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLgridshape/anim_path2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLgridshape/anim_path3.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLgridshape/anim_path3.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLlight.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLlight.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLrender_techniques.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLrender_techniques.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLsketch/GLsketch.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLsketch/GLsketch.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLsketch/GLsketch_capture.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLsketch/GLsketch_capture.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLsketch/GLsketch_command.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLsketch/GLsketch_command.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLsketch/GLsketch_join.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLsketch/GLsketch_join.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLsketch/GLsketch_noise.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLsketch/GLsketch_noise.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLsketch/GLsketch_turtle.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLsketch/GLsketch_turtle.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLsketch/Noise2GLsketch.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLsketch/Noise2GLsketch.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLsketch/texture2GLsketch.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLsketch/texture2GLsketch.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLtexture/GLtexture+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLtexture/GLtexture+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/GLtexture/GLtexture.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/GLtexture/GLtexture.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/Generative Design/P.2.0.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/Generative Design/P.2.0.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/Sketchpad/GLsketchpad+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/Sketchpad/GLsketchpad+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/Sketchpad/GLsketchpad.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/Sketchpad/GLsketchpad.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/Sketchpad/GLsketchpad_alt.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/Sketchpad/GLsketchpad_alt.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/Sketchpad/basic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/Sketchpad/basic.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/Sketchpad/basic2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/Sketchpad/basic2.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/Sketchpad/sketchpad+.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/Sketchpad/sketchpad+.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/Sketchpad/sketchpad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/Sketchpad/sketchpad.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/Sketchpad/txbluelav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/Sketchpad/txbluelav.png -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/Sketchpad/txbrownyellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/Sketchpad/txbrownyellow.png -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/Sketchpad/txredgreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/Sketchpad/txredgreen.png -------------------------------------------------------------------------------- /IMIpatches/patchers/DbN3D/fog.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/DbN3D/fog.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/IMI_jit_lcd.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/IMI_jit_lcd.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/IMI_jit_mgraphics.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/IMI_jit_mgraphics.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/IMI_lcd2video_composite.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/IMI_lcd2video_composite.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/IMI_lcd_drawing.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/IMI_lcd_drawing.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/mgraphics_drawing.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/mgraphics_drawing.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/processing/bouncy_balls.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/processing/bouncy_balls.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/processing/example_1_1.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/processing/example_1_1.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/processing/example_1_2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/processing/example_1_2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/processing/example_1_3.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/processing/example_1_3.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/processing/example_1_5.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/processing/example_1_5.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/processing/example_1_6.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/processing/example_1_6.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/processing/example_1_7.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/processing/example_1_7.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/processing/example_1_8.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/processing/example_1_8.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Drawing/processing/recursive.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Drawing/processing/recursive.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/BadTV.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/BadTV.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/BadTV2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/BadTV2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/FFTmatrix.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/FFTmatrix.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/GLpix_colourFX.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/GLpix_colourFX.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/GLslab_blur.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/GLslab_blur.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/GLslab_collection.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/GLslab_collection.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/GLslab_glow_and_blur.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/GLslab_glow_and_blur.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/IMI_GLslab+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/IMI_GLslab+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/IMI_GLslab_simple.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/IMI_GLslab_simple.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/IMI_compositing_modes.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/IMI_compositing_modes.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/IMI_jit_lcd_comp.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/IMI_jit_lcd_comp.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/IMI_jit_op.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/IMI_jit_op.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/IMI_video_delay.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/IMI_video_delay.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/alphablend.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/alphablend.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/blend_text2D.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/blend_text2D.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/blend_text3D.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/blend_text3D.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/brightLights.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/brightLights.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/hsflow.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/hsflow.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/lumagate.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/lumagate.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/mgraphics_text_alpha.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/mgraphics_text_alpha.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/shader_overview_v001.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/shader_overview_v001.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/shaders-ahoy.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/shaders-ahoy.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/transfer_modes.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/transfer_modes.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/video_mask_alphablend.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/video_mask_alphablend.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Effects/video_mask_layers.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Effects/video_mask_layers.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/GLMultivideo_mixing.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/GLMultivideo_mixing.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/GLnode2syphon.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/GLnode2syphon.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/IMI_GLsyphon.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/IMI_GLsyphon.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/IMI_multilayer_poly.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/IMI_multilayer_poly.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/IMI_space_mapping.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/IMI_space_mapping.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/IMI_video_twoscreens.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/IMI_video_twoscreens.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/_screenprefs.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/anim.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/anim.json -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/cornerpin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/cornerpin.json -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/cornerpin.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/cornerpin.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/cornerpoly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/cornerpoly.json -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/jit.anim_video.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/jit.anim_video.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/mira_cornerpin.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/mira_cornerpin.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/multi-layer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/multi-layer.json -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/multil.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/multil.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/projection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/projection.json -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/synching_video.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/synching_video.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/video.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/video.json -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/video_processing.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/video_processing.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Exhibition/videomap.touchosc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Exhibition/videomap.touchosc -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_alphablend.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_alphablend.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_blur.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_blur.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_bulge.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_bulge.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_code_index.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_code_index.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_examples.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_examples.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_gamma.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_gamma.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_nearest.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_nearest.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_nearest2erode.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_nearest2erode.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_rota.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_rota.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_tutorials.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_tutorials.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_vignette.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_vignette.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_vs_Expr.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_vs_Expr.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/Gen_xfades.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/Gen_xfades.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen-a-day/GenPAD01.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen-a-day/GenPAD01.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen-a-day/Gen_PAD-tartan.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen-a-day/Gen_PAD-tartan.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/colormap_1.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/colormap_1.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/colormap_2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/colormap_2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/colormap_3a.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/colormap_3a.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/colormap_3b.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/colormap_3b.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/jit.gen_1.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/jit.gen_1.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/jit.gen_2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/jit.gen_2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/jit.gen_3.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/jit.gen_3.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/jit.gen_4.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/jit.gen_4.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/xyswizzle_1a.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/xyswizzle_1a.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/xyswizzle_1b.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/xyswizzle_1b.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/xyswizzle_2a.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/xyswizzle_2a.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Gen/_Gen_tutorials/xyswizzle_2b.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Gen/_Gen_tutorials/xyswizzle_2b.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/IMI_max5.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/IMI_max5.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/IMI_max_messaging.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/IMI_max_messaging.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/IMI_max_messaging.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/IMI_max_messaging.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/image/ascii_keyboard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/image/ascii_keyboard.gif -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/image/imimatrix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/image/imimatrix.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/image/imimatrix2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/image/imimatrix2.png -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/image/imimatrix3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/image/imimatrix3.png -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/image/jitexpr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/image/jitexpr.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/image/matrix_workflow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/image/matrix_workflow.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/image/regexp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/image/regexp.png -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/image/sprintff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/image/sprintff.png -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/image/textbasics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/image/textbasics.png -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/image/zl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/image/zl.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/max_message/max_message_coll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/max_message/max_message_coll -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/max_message/max_message_numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/max_message/max_message_numbers -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/max_message/max_message_text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/max_message/max_message_text -------------------------------------------------------------------------------- /IMIpatches/patchers/Global/mgraphics_test.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Global/mgraphics_test.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Grab/IMI_iFire_4cam.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Grab/IMI_iFire_4cam.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Grab/IMI_timelapse.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Grab/IMI_timelapse.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Grab/IMI_video_alpha_grab.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Grab/IMI_video_alpha_grab.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Grab/IMI_videograb.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Grab/IMI_videograb.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Grab/background_removal.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Grab/background_removal.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Grab/grab2syphon.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Grab/grab2syphon.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Grab/grab_hotspot.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Grab/grab_hotspot.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Grab/grab_hotspot2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Grab/grab_hotspot2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Grab/grab_position.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Grab/grab_position.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Grab/parameters/param_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Grab/parameters/param_color.png -------------------------------------------------------------------------------- /IMIpatches/patchers/Grab/parameters/param_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Grab/parameters/param_image.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/bang.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/bang.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/compare.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/compare.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/decide.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/decide.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/delay.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/delay.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/format.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/format.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/list.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/list.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/numbers.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/numbers.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/ramps.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/ramps.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/bang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/bang.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/compare.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/decides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/decides.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/delays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/delays.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/format.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/imimax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/imimax.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/list.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/numbers.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/ramps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/ramps.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/sohcahtoa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/sohcahtoa.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/storage.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/traffic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/traffic.png -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/source/unit_circle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/source/unit_circle.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/storage.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/storage.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/IMI max/traffic.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/IMI max/traffic.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/BBCnews.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/BBCnews.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/Facebook.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/Facebook.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/Friends.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/Friends.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/IMI_json+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/IMI_json+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/IMI_json.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/IMI_json.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/IMI_openWeather.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/IMI_openWeather.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/IMI_weather_report.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/IMI_weather_report.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/IMI_xively_report.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/IMI_xively_report.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/IMI_xml.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/IMI_xml.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/regexp_basics.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/regexp_basics.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/regexp_cookbook.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/regexp_cookbook.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/regexp_tutorial.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/regexp_tutorial.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/twitter_read.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/twitter_read.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Internet/xively2jsonP.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Internet/xively2jsonP.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Introduction/IMI_introduction.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Introduction/IMI_introduction.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Introduction/IMI_max_sandpit.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Introduction/IMI_max_sandpit.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Introduction/IMI_maxhelp_a_day.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Introduction/IMI_maxhelp_a_day.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/IMI_fill.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/IMI_fill.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/IMI_iter.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/IMI_iter.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/IMI_jit_matrix_tools.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/IMI_jit_matrix_tools.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/IMI_jit_matrix_workflow.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/IMI_jit_matrix_workflow.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/IMI_matrix_positioning.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/IMI_matrix_positioning.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/IMI_spill.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/IMI_spill.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/IMI_submatrix.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/IMI_submatrix.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/iter_to_multislider.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/iter_to_multislider.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/jit_concat.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/jit_concat.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/jit_rota.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/jit_rota.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/jit_unpack_planes.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/jit_unpack_planes.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/js.submatrix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/js.submatrix.js -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/matrix_01.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/matrix_01.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/matrix_02.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/matrix_02.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/matrix_03.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/matrix_03.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/matrix_04.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/matrix_04.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/matrix_05.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/matrix_05.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/matrix_06.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/matrix_06.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/matrix_feedback.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/matrix_feedback.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/matrix_graph.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/matrix_graph.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/matrix_kaleidoscope.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/matrix_kaleidoscope.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/matrix_lookup.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/matrix_lookup.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/matrix_setcell.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/matrix_setcell.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Matrix/sliding_light.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Matrix/sliding_light.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/CameraToPhys2d/polCircle.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/CameraToPhys2d/polCircle.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLcamera.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLcamera.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLcamera_2D_3D.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLcamera_2D_3D.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLcamera_IK.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLcamera_IK.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLcamera_render.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLcamera_render.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLcamera_screenworld.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLcamera_screenworld.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLcamera_viewport.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLcamera_viewport.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLcamera_viewport2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLcamera_viewport2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLmesh_matrixoutput.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLmesh_matrixoutput.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLmesh_particles.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLmesh_particles.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLmesh_quaternion.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLmesh_quaternion.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLmultiple_camera.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLmultiple_camera.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLnode_basic.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLnode_basic.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLnode_capture+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLnode_capture+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLnode_capture.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLnode_capture.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLnode_glow.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLnode_glow.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLnode_nurb.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLnode_nurb.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLnode_video.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLnode_video.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLnode_video_mask.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLnode_video_mask.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLnodes_video.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLnodes_video.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLpath_draw.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLpath_draw.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLpath_evaluation.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLpath_evaluation.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLpath_matrix.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLpath_matrix.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLpath_render.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLpath_render.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLpath_screen2anim.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLpath_screen2anim.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLpath_selector.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLpath_selector.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLpicker.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLpicker.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLsketch_ capture Max6.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLsketch_ capture Max6.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/GLskybox.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/GLskybox.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/Gen_phys2mesh.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/Gen_phys2mesh.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/Gen_scalebias.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/Gen_scalebias.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/anim.node_animturn.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/anim.node_animturn.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/anim_drive2camera+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/anim_drive2camera+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/anim_drive2camera.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/anim_drive2camera.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/anim_drive_camera+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/anim_drive_camera+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/anim_drive_camera.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/anim_drive_camera.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/anim_drive_tunnel.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/anim_drive_tunnel.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/anim_node.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/anim_node.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/anim_node2camera.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/anim_node2camera.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/anim_video.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/anim_video.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/path_animation.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/path_animation.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/path_animation_intro.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/path_animation_intro.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/pdict-route.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/pdict-route.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_basic.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_basic.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_collision.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_collision.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_collision2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_collision2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_collision3.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_collision3.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_forcesystem.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_forcesystem.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_hinge+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_hinge+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_hinge.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_hinge.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_membrane.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_membrane.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_multiple.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_multiple.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_multiple_stars.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_multiple_stars.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_patch_day.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_patch_day.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_string.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_string.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_text.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_text.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_twoworlds.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_twoworlds.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/phys_world2D.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/phys_world2D.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/renderMaster.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/renderMaster.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/star12.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/star12.dae -------------------------------------------------------------------------------- /IMIpatches/patchers/Max104/whitestar.jitmtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Max104/whitestar.jitmtl -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/IMI_OSC2Millumin.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/IMI_OSC2Millumin.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/IMI_OSC2Modul8.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/IMI_OSC2Modul8.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/IMI_OSC2Resolume.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/IMI_OSC2Resolume.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/IMI_OSC2VPT.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/IMI_OSC2VPT.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/IMI_OSC2VPT5.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/IMI_OSC2VPT5.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/IMI_OSControl.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/IMI_OSControl.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/IMI_netReceive.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/IMI_netReceive.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/IMI_netSend.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/IMI_netSend.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/Jitter2DMX.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/Jitter2DMX.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/OSCseq.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/OSCseq.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/OSCtools.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/OSCtools.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Network/UDPreceiver.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Network/UDPreceiver.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/GLCorner_edgeblend.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/GLCorner_edgeblend.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/GLblending.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/GLblending.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/GLcornerpin+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/GLcornerpin+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/GLcpu.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/GLcpu.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/GLslab-gpu+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/GLslab-gpu+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/GLslab_video_mask.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/GLslab_video_mask.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/GLsmooth+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/GLsmooth+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/GLsmooth_slab.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/GLsmooth_slab.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/GLvideoplane-multi.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/GLvideoplane-multi.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/IMI_cosm_multiple.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/IMI_cosm_multiple.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/IMI_cosm_one.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/IMI_cosm_one.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Projection/IMI_triplehead2go.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Projection/IMI_triplehead2go.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/BulbArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/BulbArray.js -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/Dmx_Enttec.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/Dmx_Enttec.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/GPS_simple.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/GPS_simple.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/IBVA_EEG_digital_filter.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/IBVA_EEG_digital_filter.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/IMI_exhibition_tools.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/IMI_exhibition_tools.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/IMI_misc_interfaces.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/IMI_misc_interfaces.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/IMI_osc_protocol.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/IMI_osc_protocol.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/IMI_sensors_tools.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/IMI_sensors_tools.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/IMI_wii_interfaces.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/IMI_wii_interfaces.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/PhilipsHue.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/PhilipsHue.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/can_smoother.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/can_smoother.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/conductive_tea.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/conductive_tea.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/mira/mira_camera.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/mira/mira_camera.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/mira/mira_examples.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/mira/mira_examples.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/mira/mira_grid.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/mira/mira_grid.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/mira/mira_sound_mixer.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/mira/mira_sound_mixer.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/sensor_tamer.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/sensor_tamer.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/smoother_derivitive.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/smoother_derivitive.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/telemetre.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/telemetre.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/telemetreSimple.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/telemetreSimple.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sensor/witilt.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sensor/witilt.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/IMI_multi_sound_player.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/IMI_multi_sound_player.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/IMI_multi_voices.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/IMI_multi_voices.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/IMI_poly_sound.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/IMI_poly_sound.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/X.FM2~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/X.FM2~.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/ajm.midi.programs.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/ajm.midi.programs.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/analyzer~help.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/analyzer~help.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/buffer_help~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/buffer_help~.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/fiddle~help.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/fiddle~help.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/forbidden~planet.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/forbidden~planet.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/jscope_help~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/jscope_help~.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/jscope~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/jscope~.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/loop_maker.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/loop_maker.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/matrix_control.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/matrix_control.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/midi_sounds.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/midi_sounds.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/polysound.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/polysound.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/polysound_gain.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/polysound_gain.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/polysounds.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/polysounds.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/scope.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/scope.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/threshold_help~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/threshold_help~.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/threshold~.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/threshold~.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Sound/threshold~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Sound/threshold~.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/2+2gfreq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/2+2gfreq.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/2+2lemma.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/2+2lemma.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/2of12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/2of12.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/2of12inf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/2of12inf.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/2of4brif.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/2of4brif.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/3esl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/3esl.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/5desk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/5desk.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/6of12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/6of12.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/ReadmeR5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/ReadmeR5.html -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/agid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/agid.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/neol2007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/neol2007.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/12dicts-5.0/readme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/12dicts-5.0/readme.html -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_coll2text2d+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_coll2text2d+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_coll2text2d.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_coll2text2d.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_lcd_text.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_lcd_text.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_oulipo_01.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_oulipo_01.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_text3D.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_text3D.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_text_Oulipo.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_text_Oulipo.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_text_alpha+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_text_alpha+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_text_alpha.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_text_alpha.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_text_basics.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_text_basics.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_text_compare.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_text_compare.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_text_passingtime.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_text_passingtime.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_text_search.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_text_search.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_text_wrapper.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_text_wrapper.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/IMI_type_text.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/IMI_type_text.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/Multi-Text.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/Multi-Text.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/millemilliard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/millemilliard.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/text3d2alpha.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/text3d2alpha.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/text_wrapper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/text_wrapper.js -------------------------------------------------------------------------------- /IMIpatches/patchers/Text/text_wrapper.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Text/text_wrapper.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/3D/GLgrid2mesh.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/3D/GLgrid2mesh.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/3D/GLsmooth_jitter.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/3D/GLsmooth_jitter.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/3D/GLsmooth_texture.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/3D/GLsmooth_texture.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/3D/anchorPoint.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/3D/anchorPoint.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/3D/camera2matrix.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/3D/camera2matrix.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/3D/textcoordmagic.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/3D/textcoordmagic.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/3D/textcoordmagic.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/3D/textcoordmagic.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GEN/gen_concat.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GEN/gen_concat.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GEN/gen_dim.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GEN/gen_dim.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GEN/gen_dot_product.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GEN/gen_dot_product.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GEN/gen_length.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GEN/gen_length.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GEN/gen_normal.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GEN/gen_normal.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GEN/gen_quaternion.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GEN/gen_quaternion.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GEN/gen_reflexion.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GEN/gen_reflexion.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GEN/gen_vector_add.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GEN/gen_vector_add.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GEN/gen_videoslicer.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GEN/gen_videoslicer.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GL/GLdepthwrite.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GL/GLdepthwrite.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GL/GLmesh_particles.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GL/GLmesh_particles.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GL/GLrender.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GL/GLrender.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GL/GLscreen2world.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GL/GLscreen2world.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GL/IMI_screentoworld.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GL/IMI_screentoworld.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GL/Triplehead2go.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GL/Triplehead2go.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GL/asyncread_export.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GL/asyncread_export.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GL/depth_of_field/depth.jxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GL/depth_of_field/depth.jxs -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GL/screen_tweaking.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GL/screen_tweaking.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GL/stereography.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GL/stereography.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/GL/time_warp/ab.slice.jxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/GL/time_warp/ab.slice.jxs -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/IMI/IMI_average.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/IMI/IMI_average.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/IMI/IMI_average.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/IMI/IMI_average.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/IMI/IMI_fileout.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/IMI/IMI_fileout.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/IMI/IMI_loadbangs.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/IMI/IMI_loadbangs.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/IMI/IMI_max2printer.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/IMI/IMI_max2printer.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/IMI/IMI_modulo.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/IMI/IMI_modulo.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/IMI/IMI_table.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/IMI/IMI_table.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/NM/dot.vscale2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/NM/dot.vscale2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/communication/sane.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/communication/sane.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/imi_objects/imi.dict.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/imi_objects/imi.dict.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/imi_objects/imi.dist.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/imi_objects/imi.dist.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/imi_objects/imi.draw.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/imi_objects/imi.draw.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/imi_objects/imi.mgra.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/imi_objects/imi.mgra.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/imi_objects/imi.past.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/imi_objects/imi.past.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/imi_objects/imi.plus.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/imi_objects/imi.plus.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/imi_objects/past2.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/imi_objects/past2.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/imi_objects/past2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/imi_objects/past2.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/init_save/init.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/init_save/init.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/internet/JSONreadwrite/doc/Hi dusx,--Have been trying t.textClipping: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/internet/JSONreadwrite/doc/xml2json.py -t xml2json file.textClipping: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/internet/JSONreadwrite/xml2json-master/.gitignore: -------------------------------------------------------------------------------- 1 | xml2json.egg-info 2 | -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/internet/detox.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/internet/detox.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/internet/mail.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/internet/mail.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/internet/twitscoop.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/internet/twitscoop.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/javascript/graph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/javascript/graph.js -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/javascript/list2matrix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/javascript/list2matrix.js -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/javascript/pol2cart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/javascript/pol2cart.js -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/javascript/router.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/javascript/router.js -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/listpackage/colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/listpackage/colors.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/listpackage/imi_zl.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/listpackage/imi_zl.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/listpackage/myfile.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/listpackage/myfile.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/listpackage/number.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/listpackage/number.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/listpackage/zlhelp.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/listpackage/zlhelp.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/3d_cartopol.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/3d_cartopol.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/IMI_2dpoltocar.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/IMI_2dpoltocar.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/Parametrical/data/_screenprefs.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/a-perps.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/a-perps.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/cataDelaunay.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/cataDelaunay.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/crossProduct.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/crossProduct.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/dotProduct.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/dotProduct.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/iterate.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/iterate.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/iterate.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/iterate.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/math_poltocar.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/math_poltocar.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/modulo.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/modulo.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/scaling_math.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/scaling_math.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/smooth.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/smooth.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/trapeze.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/trapeze.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/trignonometry.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/trignonometry.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/value_mapping.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/value_mapping.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/vector.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/vector.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/vectorBouncer.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/vectorBouncer.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/vectorMover.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/vectorMover.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/vector_add.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/vector_add.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/vector_sub.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/vector_sub.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math/weighting.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math/weighting.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math_lua/centroid3.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math_lua/centroid3.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math_lua/centroid4.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math_lua/centroid4.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/math_lua/vectorMath.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/math_lua/vectorMath.lua -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/matrix/CSV2Matrix.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/matrix/CSV2Matrix.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/matrix/jitter-unpack.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/matrix/jitter-unpack.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/matrix/lcd_interface.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/matrix/lcd_interface.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/matrix/mask.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/matrix/mask.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/matrix/matrix_types.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/matrix/matrix_types.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/matrix/matrixset2png.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/matrix/matrixset2png.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/matrix/oval-mask.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/matrix/oval-mask.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/matrix/uzi to matrix.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/matrix/uzi to matrix.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/matrix/values_csv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/matrix/values_csv.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/pattr/PattrKitty.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/pattr/PattrKitty.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/pattr/PattrSave.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/pattr/PattrSave.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/pattr/PattrSave.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/pattr/PattrSave.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/pattr/myData.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/pattr/myData.xml -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/pattr/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/pattr/settings.json -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/random/markov_chains.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/random/markov_chains.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/random/random+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/random/random+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/random/random_basic.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/random/random_basic.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/random/randomness.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/random/randomness.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/random/randomness.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/random/randomness.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/sound/GLgraph_catch~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/sound/GLgraph_catch~.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/sound/LFO-fader.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/sound/LFO-fader.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/sound/LFO2video.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/sound/LFO2video.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/sound/Max2iTunes.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/sound/Max2iTunes.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/sound/cioccoloni.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/sound/cioccoloni.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/sound/metasynth.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/sound/metasynth.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/sound/panFour.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/sound/panFour.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/sound/sound-gate.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/sound/sound-gate.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/sound/sound_gate.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/sound/sound_gate.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/syphon/GLsyphon_demo.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/syphon/GLsyphon_demo.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/syphon/SyphonEye.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/syphon/SyphonEye.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/text/SRT subtitles.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/text/SRT subtitles.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/text/encryption.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/text/encryption.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/text/lowercase.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/text/lowercase.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/text/srt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/text/srt.js -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/text/text2text_fade.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/text/text2text_fade.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/text/text_encoding.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/text/text_encoding.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/text/text_scanwrap.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/text/text_scanwrap.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/text/text_type.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/text/text_type.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/tween/MAtsuitween.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/tween/MAtsuitween.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/tween/Tween_exp.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/tween/Tween_exp.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/tween/bouncy.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/tween/bouncy.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/tween/pater.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/tween/pater.json -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/tween/tween.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/tween/tween.js -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/tween/tweening.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/tween/tweening.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/tween/tweening.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/tween/tweening.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/utilities/FileExists/Test Text 2.txt: -------------------------------------------------------------------------------- 1 | THIS IS SOME more TEXT. 2 | -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/utilities/FileExists/Test.txt: -------------------------------------------------------------------------------- 1 | THIS IS SOME TEXT. 2 | -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/utilities/send_data.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/utilities/send_data.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/utilities/slide2LCD.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/utilities/slide2LCD.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/video/GLaspect-ratio.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/video/GLaspect-ratio.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/video/aspect_helper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/video/aspect_helper.js -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/video/blur.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/video/blur.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/video/blur.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/video/blur.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/video/keystonev23.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/video/keystonev23.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/video/motionblurring.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/video/motionblurring.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/video/renderControl.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/video/renderControl.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/video/vignette.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/video/vignette.maxhelp -------------------------------------------------------------------------------- /IMIpatches/patchers/Toolbox/video/vignette.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Toolbox/video/vignette.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Video/IMI_quicktime+.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Video/IMI_quicktime+.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Video/IMI_quicktime.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Video/IMI_quicktime.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Video/IMI_sound_to_animation.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Video/IMI_sound_to_animation.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Video/color_tinting.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Video/color_tinting.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Video/image_adjustment.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Video/image_adjustment.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Video/jamoma_example.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Video/jamoma_example.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Video/jamoma_motion.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Video/jamoma_motion.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Video/jitter.overview.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Video/jitter.overview.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Video/poly_movie.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Video/poly_movie.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/Video/quicktime_smooth.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/Video/quicktime_smooth.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/iCinema/IMI_iCinema.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/iCinema/IMI_iCinema.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/iCinema/IMI_iCinema01-simple.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/iCinema/IMI_iCinema01-simple.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/iCinema/IMI_iCinema01.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/iCinema/IMI_iCinema01.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/iCinema/IMI_iCinema02.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/iCinema/IMI_iCinema02.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/iCinema/IMI_iCinema03.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/iCinema/IMI_iCinema03.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/iCinema/iCinema_tools.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/iCinema/iCinema_tools.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/iCinema/livegrid.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/iCinema/livegrid.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/iCinema/scheduled_events.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/iCinema/scheduled_events.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/iCinema/sequencer.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/iCinema/sequencer.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/z/DbNdemo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/DbNdemo.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/IMIMax101.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/IMIMax101.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/IMIMax102.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/IMIMax102.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/IMIMax103.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/IMIMax103.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/IMIMax104.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/IMIMax104.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/IMIMovies2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/IMIMovies2.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/cartesian.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/cartesian.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/coord.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/coord.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/coords_ws.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/coords_ws.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/gl_primitives3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/gl_primitives3.png -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/json.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/json.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/lemonade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/lemonade.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/linesegment.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/linesegment.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/point.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/point.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/rectangle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/rectangle.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/videomask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/videomask.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/wii-data.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/wii-data.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/z/images/wii-osculator.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/images/wii-osculator.jpg -------------------------------------------------------------------------------- /IMIpatches/patchers/z/listpackage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/listpackage.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/max_search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/max_search.js -------------------------------------------------------------------------------- /IMIpatches/patchers/z/news.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/news.json -------------------------------------------------------------------------------- /IMIpatches/patchers/z/plugin_download.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/plugin_download.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/plugins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/plugins.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/scripts/SProcessing.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/scripts/SProcessing.scpt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/scripts/SSensors.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/scripts/SSensors.scpt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/scripts/SSensorsA.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/scripts/SSensorsA.scpt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/scripts/SSensorsA2.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/scripts/SSensorsA2.scpt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/scripts/SSosceleton.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/scripts/SSosceleton.scpt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/scripts/SToolbox.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/scripts/SToolbox.scpt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/sensors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/sensors.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/soundtools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/soundtools.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/sprintf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/sprintf.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/toolbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/toolbox.txt -------------------------------------------------------------------------------- /IMIpatches/patchers/z/xray.about.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/xray.about.pat -------------------------------------------------------------------------------- /IMIpatches/patchers/z/xray.jit.pct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/z/xray.jit.pct -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/IMI_color_patch.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/IMI_color_patch.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/IMI_credits.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/IMI_credits.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/IMI_toolbox.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/IMI_toolbox.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/Max_patching_rules.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/Max_patching_rules.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/Max_style_guide.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/Max_style_guide.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/VPT_start.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/VPT_start.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/_screenprefs.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/extension_download.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/extension_download.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/extension_overview.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/extension_overview.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/list_toolbox.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/list_toolbox.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/max_message_text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/max_message_text -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/patching_rules.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/patching_rules.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/plugins_download.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/plugins_download.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/plugins_overview.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/plugins_overview.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/search_max.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/search_max.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/sound_toolbox.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/sound_toolbox.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/style_guide.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/style_guide.maxpat -------------------------------------------------------------------------------- /IMIpatches/patchers/zpatches/zelements.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/patchers/zpatches/zelements.maxpat -------------------------------------------------------------------------------- /IMIpatches/templates/IMI_exhibition_tools.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/templates/IMI_exhibition_tools.maxpat -------------------------------------------------------------------------------- /IMIpatches/templates/imi_matrix2cell.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/templates/imi_matrix2cell.maxpat -------------------------------------------------------------------------------- /IMIpatches/templates/imi_templateGL.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/templates/imi_templateGL.maxpat -------------------------------------------------------------------------------- /IMIpatches/templates/imi_template_root.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/IMIpatches/templates/imi_template_root.maxpat -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/README -------------------------------------------------------------------------------- /_install.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnimar/IMI-Max-patches-for-Max6/HEAD/_install.command --------------------------------------------------------------------------------