makramé

MaxMSP/Jitter user resources

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)

Color-note

Example of historical color-tone relations by the theories of artificial synaethesia. The sources of the datas is: http://rhythmiclight.com/

Download: .mxb

Code:

max v2;
#N vpatcher 132 143 1051 801;
#P window setfont "Sans Serif" 9.;
#N vpatcher 59 74 659 474;
#P origin 64 0;
#P inlet 378 33 15 0;
...
6 readers are present.
Login
Register / Lost Password