Day: February 10, 2012
-
(maxmsp) presentation mode
Max/MSP has two ways of viewing a patcher, patcher view, which we’ve been dealing up to now, and presentation view Presentation view provides an alternate way of viewing your patcher information. Patch cords do not show at all, and you can decide what (subset) of objects appear in presentation view. You can even rearrange the…
-
(maxmsp) encapsulation
Download the encapsulation and ccAssignNew patchers. Keep the ccAssignNew patcher in the same folder as encapsulation, or if you want to use it over and over in your own projects, store ccAssignNew in Max/Cycling ’74/max-externals. Encapsulation Encapsulation is the process of creating patchers within patchers. It can help to organize your overall patcher layout and…
-
(maxmsp) midi listen/learn
The ccLearn patcher can be set to listen to any continuous controller (CC) input, and then set itself to always listen to that CC input. Listening The listening section is based around a ctlin object with no arguments. Without arguments, ctlin listens to all CC numbers. The middle outlet sends the current CC number. Learning…
-
(maxmsp) global synch’ing metro explanation
To follow up on my last post on my global synch’ing metro patcher, here’s an explanation. Transport Since I’m using musical time, I have to use the transport. I want to be able to start and stop the transport, and to change tempo. Rewinding isn’t completely necessary, and I don’t care about transport location, so…
-
(maxmsp) global synch’ing metro
Here’s a quick post of the global synch’ing metro that I demonstrated. A more detailed explanation will (hopefully) come later, but for now… synchMetros.maxpat