Thanks for your help. We've received your bug report.

Register for a C74 account and join an active community of artists and creatives. Post on forums and add your projects and tools to our growing showcase.

Create an Account

Playing multiple instances of the same video clip

Hello Everybody, I am a newcomer to Jitter, and after working my way through the basic tutorials, I am now trying something a little more complex. I am trying to play many (50-100) copies of the same video clip, tiled on one screen. It is also important for me to be able to play each [...]

itable cant be renamed

Hi all – I’m probably missing something very obvious – but i cant rename my itable objects. I have a patcher with 2 itables, the first is named tab1 (copied from a tutorial patcher) and the second wont let me rename it – i can change the scripting name, long name and short name – [...]

Max 4 Live Tutorial: 102: Making your Second Audio Effect

In this tutorial we slim down the device controls for the JC Stereo Swapper from 2 gain sliders to 1 dry / wet knob. The patch is more involved and complex than the first versions of the device, but the presentation is cleaner and more efficient. Watch it here: http://www.joshuacasper.com/2013/05/max-4-live-tutorial-102.html

multiple js objects sharing information

Read  the Max tutorials about java and the global object, but cannot find out, how  js objects share Infomations. Woulf like to create an array in one js object and share it with another js object. Thanks for any help!  

Max 4 Live Tutorial 101: Making your first Audio FX Device

These are entry level tutorials. If you are new to Max start here! This is a video tutorials series on making your first Audio Effects Device in Max for Live! Step by Step making a stereo field reverser. Here are the links to the videos and all the information: 1 of 4 http://www.joshuacasper.com/2013/05/max-4-live-tutorial-101-1.html 2 of [...]

send bluetooth key commands to ipad

hi – basically want to emulate a bluetooth keyboard and send ascii to an ipad from Max. I know i need to use serial to do it but am a bit stuck. Any ideas? thanks!

analysis of multichannel msp filtering

I scan a sound with ~256 Bandpassfilters (high Q) at the same time to detect the frequency with the highest energy over a course of some millisconds. One idea to achieve the filtering is by fffb~ then take the sum of absolute amplitude of each filteroutput. But then… I need the maximum value of the [...]

Online Osc Controller

Hi all, I was wondering if there is the possibility to send osc information from an online simple page. with on and off buttons. that means that i can open a webpage and control my max msp patch.   thanks

Granular patch won't calculate total number of voices in the poly~

Recently, I’ve been trying to reverse engineer the sugarsynth implementation of granular synthesis and I’ve basically cloned it outright with only one or two minor changes, yet I’m having a problem I can’t figure out. In the sugarsynth’s [x_sugar~] patch for the [poly~] object, it uses a few number boxes and a send receive pair [...]

expanding crossover help

Hello, I am trying to expand this 4-way crossover that uses pfft to separate four frequency domains. Can someone help me to expand it a few more, or showed me how to do it by expanding it by one more. I have working on this for a long time and haven’t been able to do [...]

percolate live 9

Hi, I have noticed Percolate does not work with Max for live and Ableton Live 9. Whit Live 8.x it works fine. Do you have some suggestion? I often work whit gen10 object. Do you a know similar object for the use with Live 9? Thanks fv

bad audio while 2 sync videos

hello, i am trying to synchronize two videos with jit.qt, they have both the same duration. the problem is the following: when i load the videos in the jit.qt they start immediatly, so i use an autostart0 message. but when i start the videos at the same time, the audio of one of them (only [...]

SENSOR TO ARDUINO TO MAX MSP

Hello, First of all I am new with arduinos and sensors. I use a zilog epir sensor. I have used a code for arduino that I found online (here http://www.macherzin.net/article17-Arduino-Sensoren-Infrarot-ePIR). With this code the sensor works (the led on arduino that it is supposed to turn on and off when motion is detect. it does). [...]

Basic zl group inquiry

Another beginner question. I would like to be able to start and stop individual metro objects from one arrangeable (something that can simply send a bang at a stated time, but linear not a repeated interval) time source. Is zl group a good choice for this? I have difficulty finding a basic example of how [...]

Js phys.world retrieve collisions in script

Hi is it possible to retrieve information about the collisions made ​​between objects in javascript like the dumpout outlet in a patcher (knowing that all objects are instantiated in javascript, my 3D scene, my world etc…) I have examples like the ragdolls etc…to create objects but I did not find any solutions to retrieve collisions [...]

Possible bug using poly_mode on macbook pro retina?

Hi List! Weird problem here: with jit.gl 3d shapes, poly_mode set to non-zero values seems to be horribly inefficient on my new macbook retina. See example patch below. It runs at 14 fps on my new macbook pro retina (15-inch, Early 2013. 2.7 Ghz Intel Core i7. NVIDIA GeForce GT 650M 1024 MB. OS X [...]

transratio formula in JS

Hi All, I’m trying to replicate the transratio function by EJ in Javascript. From the object: [expr exp(.057762265 * $f1)] In JS : Math.exp(.0057762265 * $f1) They don’t give the same values, and the JS one seems to be wrong. Is this a limitation of JS in Max or am I missing something?

How to convert "Plot~" data to be understood by ifft~

Hi everybody ! I’m trying to do a kind of microphone correction patch. I’ve got 2 microphones (one extremely linear and the other more or less) coming into my sound card. I make a FFT of each one that I visualize into a plot~. Then I do a few operation with the lists of data [...]

patch works with manual bang, but not with loadbang. patch attached. please help

Here I have a simple patch that should load a midi port from a file (using pattrstorage) on loadbang. After loadbang, there is [t b b]. The 2nd b (that happens first) bangs the midiinfo to fill the [umenu]s. The 1st b (that happens 2nd) does tell pattrstorage to read a file and recall value [...]

Cyclical Poly-Rhythm

I am working on a Poly-Rhythm generator and need to be able to have running cycle of ever changing onsets. For example,  one of my series of poly-ryhthm’s base is 5. I want to cycle through that series with an onset on the 4th note.  I then want the next onset to start 3 notes [...]

pattrstorage issues and autorestore strategies

%#%## First of all, I’m confused by the autorestore attribute of pattrstorage. I have [pattrstorage midiconf @autorestore 0] but when I open the patch, it DOES automatically load a midiconf.xml file and restore the values. As a workaround I do put the @autorestore 0 into each and every [pattr] object, but the autorestore attribute is [...]

Directional trigger for blob movement in live video feed? Match obj not working.

Trying to set up a trigger for directional movement detected from a live video feed. Currently I have cv.jit blobs detection coupled with an lkflow object that only displays movement. A bang is triggered whenever the left or right side of the video frame detects a moving form (people walking in front of the video [...]

How to determine range on rslider with total time of an audio file?

I have used info~sound to determine the range of a normal slider, but the rslider range in inspector stays the same whatever I try, putting 0 and the total time into the left and right inlets only selects that amount of the slider.

Default initial location for open_dialog?

Is there any way one could force open_dialog to open at some specified position? That would be so handy. (It would be handy in Max objects as well, see this thread…) Thanks, daniele