Skip to content

archive-for-processing/processing-for-max-and-matlab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processing for Max/MSP & Matlab

WARNING: This code dates from 2010 and is no longer actively maintained. I offer no support or bugfixes.

If you'd like to fork & patch: Pull requests are welcome.

License

Creative Commons License
Processing for Max & Matlab by Mark Marijnissen is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on a work at https://github.com/markmarijnissen/processing-for-max-and-matlab.

MAX/MSP:

Unzip to "..\Cycling '74\Max 5.0\Cycling '74\java". Alternatively, edit the "max.java.config.txt" to point to the "core.jar" in the lib-directory and classes in the "classes" directory.

MATLAB:

Run "install.m" to add "core.jar" to your classpath. Or do it manually by editing the "classpath.txt" in "[matlabroot]/toolbox/local"

NOTE:

There are two different "Processing.java"s. One has MAX/MSP support, but requires the "max.jar" (in the maxmsp package), the other doesn't have it (in the Processing package).

They only differ a few lines of code, so you might want to delete the version that you don't need to avoid confusion. You can also use the MAX/MSP version in Matlab if you add the "max.jar"!

MORE INFORMATION: Read the comments in "processing.java", or try the example patch / m-file.

About

Use Processing in Max/MSP or Matlab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 69.8%
  • Max 25.1%
  • M 5.1%