makramé

MaxMSP/Jitter user resources

Offset


Offset: makes possible to split number ranges. Should be set the threshold and the maximum of the input range.

Code:

max v2;
#N vpatcher 58 74 658 474;
#P window setfont “Sans Serif” 9.;
#P window linecount 1;
#P newex 84 110 37 196617 abs 0.;
#P comment 280 320 39 196617 output;
#P flonum 241 319 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P comment 119 57 38 196617 thresh;


For download:

  • max4/5 binary (.mxb)

Credits:

Made during the post doc research at UCSB-MAT, supported by the Eötvös Fundation.


Bangfilter

The “bang” is the ground level of the communication in Max. The attached patch is a possible solution in the situation when we need only one bang, but we get more.

Task: bangs arrived after each other, the first one can pass, and the gate opens only after a defined time, when no more bangs arrive. It is not equal with the speedlim object!

Code

max v2;
#N vpatcher 240 96 840 496;
#P button 90 246 15 0;
#P window setfont "Sans Serif" 9.;
#P window linecount 1;
...

Download: .mxb (max4/5)

Keyboard » MIDI-note converter

Simple transfer between the keyboard and MIDI notes. With the focus on MaxMSP it handles the keyboard as a MIDI note input source.

  • octave can be marked with SHIFT 0-9
  • notes: zsxdcvgbhnjm
  • input: note, output: pitch_glob (hangjegy), freq_glob (frekvencia)

Code:

max   v2;
#N vpatcher 190 673 721 810;
#P origin 0 -10;
#P hidden message 445 189 31 851977 front;
#N  thispatcher;
...

Download: .mxb (max4/5)

4 readers are present.
Login
Register / Lost Password