2872011
Offset
Written by admin
| Latest update: 2011. October 14. Friday @ 21:22
| Topic: modules
| Nincs hozzászólás
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)
Simple transfer between the keyboard and MIDI notes. With the focus on MaxMSP it handles the keyboard as a MIDI note input source.
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)