Max 5 API Reference
00001 /** 00002 @page devmac Max Development for the Mac OS 00003 00004 @section devmac_environment Development Environment 00005 00006 - Copy frameworks (MaxAPI.framework etc.) from /Applications/MaxMSP.app/Contents/Frameworks to /Library/Frameworks 00007 - folder structure: 00008 <pre> 00009 Max5Dev 00010 c74support 00011 myObject 00012 myObject.c 00013 myObject.xcodeproj 00014 myOtherObject 00015 myOtherObject.c 00016 myOtherObject.xcodeproj 00017 sysbuild 00018 Development 00019 MaxMSP Runtime.app 00020 Cycling ’74 00021 max-externals 00022 myObject.mxo 00023 myOtherObject.mxo 00024 </pre> 00025 00026 00027 @section devmac_debug Debugging 00028 00029 - Make a patch with your object and messages to test it (object can be bogus) 00030 - Set MaxMSP Runtime to be executable for your object (this is saved locally) 00031 - Build and Debug 00032 - Set breakpoint in your object 00033 00034 00035 @section devmac_problems What to check if it doesn’t work... 00036 00037 - Info.plist? 00038 - Is there an executable? 00039 - Assign class variable? 00040 - Register class? 00041 - Return instance from new instance routine? 00042 00043 */
Copyright © 2008, Cycling '74