64 Insanity for live max patch help
This is probably a really basic question, but is there any way to get a max patch (not a max for live patch) working in max for live? I've spent the last day and a half just trying to get 64insanity interfacing with ableton, but to no avail ;_;
It looks like you need to do it as a midi-effect. Use plugmidiin and plugmidiout, IIRC.
what do you mean by IIRC? once i use the commands plugmidiin & plugmidiout in the midi-effect box, what do i put in between them?
Depends what you want to do. You'll send/receive raw midi, so you'll most likely to something like the following:
plugmidiin (raw midi)
|
midiparse (turn it into something easier to deal with...)
|
do something with your data, maybe Borax, etc.
|
midiformat (turn it back into raw midi bytes)
|
plugmidiout