-
Notifications
You must be signed in to change notification settings - Fork 0
Home
thomadan edited this page Nov 15, 2016
·
4 revisions
Welcome to the CSVmorph wiki!
This project is a Max patch for processing CSV files dynamically at audio signal rate.
The core code for this project is written in Java, with additional code in JavaScript. Max is hosting the Java and JavaScript code through its APIs, and is used for its graphical interface and audio engine.
The patch runs on Max version 7. Java version 6 or later is required. Since both Max and Java are available in both 32- and 64-bit architecture, one should make sure that the installed Java version is of the same bit architecture as that of the Max executable. Both Mac OS and Windows operating systems are supported.
See Java and Max