Category: max
-
(maxmsp) free NI players
Those students looking for add’l software synthesis bang for NO bucks, check out the offer from Native Instruments: http://bit.ly/zuAPLn You can get the Kontakt 5 Player, Reaktor 5 Player, and Guitar Rig 5 Player all for free. And they come with sounds. (if you’ve gotten tired of your DLS Apple Synth)
-
(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
-
(maxmsp) Project 1: MIDI Performance Patcher
Guidelines for your first project: MUMET242_MIDI Due date (performance date): 2/13 during class
-
(maxmsp) the transport and musical time, part 1
Download the demo patcher, MusicalTime1-day06.maxpat. New Objects and Messages The transport object. The transport object is an object that allows for time to be represented musically in bars:beats:ticks. You can control the transport window (Extras | GlobalTransport) and control the transport with start, stop, and rewind buttons, and set the tempo. You can also use…
-
(maxmsp) MIDI, metro, and table
The example patcher from Wednesday is uploaded (cleaned up a little bit). Here are some notes about it. Basic MIDI note input and output First, the patcher has a toggle/gate added so that MIDI input isn’t always passed to the Apple Synth (or anything else). The red box is a toggle to turn MIDI note…
-
(maxmsp) object arguments and right-to-left order
Another post on MaxMSP basics – this time on object arguments and right-to-left order of operation. Object Arguments Most MaxMSP objects can be initialized with certain values through the use of arguments. For example, you can tell a metro how fast to go by typing an initial time value (usually in milliseconds) as an argument.…