c74 is using ObjectiveMax2010-03-19 19:45:00 UTC
ObjectiveMax The c74 iPhone application is a cool app for controlling Max remotely. The source code was published to the c74 Twitter page @ http://www.nr74.org/c74 . The Mac version is using ObjectiveMax . Cool stuff! |
||
ObjectiveMax Forums2008-05-28 02:16:00 UTC
ObjectiveMax We have two forum/mailing lists setup now for the ObjectiveMax project: The first one is for discussion, etc. There has been some interest expressed in the project, so hopefully this will help with the communication. |
||
ObjectiveMax is Released2008-05-24 07:26:00 UTC
ObjectiveMax The initial version of ObjectiveMax, version 0.1, has been released over on the project site: ObjectiveMax is a framework for creating objects in Objective-C for Cycling ’74’s Max/MSP. It makes for a super easy way to create objects. For example, this is what the audio perform method looks like for an object doing the same thing as the +~ object in MSP:
That’t all there is to make the object handle audio. Everything else that you would normally do in a C external (call the init dsp function in main, create a dsp method, etc.) is all automatic and behind the scenes. If you want your object to handle a float message in Max, all you do is write a float method. Like this:
The documentation is currently weak at best. There really needs to be a tutorial or something. This is an open-source project though, so perhaps someone will write one and contribute it to the project! |
||
