Skip to content

Commit

Permalink
initial sdk updated for max 7
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy place committed Apr 22, 2015
1 parent 4d49065 commit e67301b
Show file tree
Hide file tree
Showing 1,779 changed files with 339,270 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sysbuild
*.sdf
*.suo
*.sln
*.opensdf
log.txt
externals
support
build
*.o
*.dylib
17 changes: 17 additions & 0 deletions MaxAPI-7.0.3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title>Max API Documentation</title>
<meta http-equiv="refresh" content="0;URL=html/index.html">
</head>

<body>
<p>Max API Documentation</p>
<p>You should have been automatically forwarded, but something has gotten snagged. Please click the link below to keep on moving:
<a href="html/index.html">Max API Roadmap</a>
</p>
</body>

</html>
Binary file added MaxAPI-7.0.3.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# max-sdk

SDK files may not be republished without the permission of Cycling ’74.
This repository is provided so that you may include a link to it as a git submodule within projects.

For support, please use the developer forums at:
http://cycling74.com/forums/
161 changes: 161 additions & 0 deletions help/attrtester.maxhelp
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
{
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 6,
"minor" : 1,
"revision" : 3,
"architecture" : "x64"
}
,
"rect" : [ 232.0, 102.0, 371.0, 433.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 10.0,
"default_fontface" : 0,
"default_fontname" : "Verdana",
"gridonopen" : 0,
"gridsize" : [ 5.0, 5.0 ],
"gridsnaponopen" : 0,
"statusbarvisible" : 2,
"toolbarvisible" : 1,
"boxanimatetime" : 200,
"imprint" : 0,
"enablehscroll" : 1,
"enablevscroll" : 1,
"devicewidth" : 0.0,
"description" : "",
"digest" : "",
"tags" : "",
"boxes" : [ {
"box" : {
"fontname" : "Verdana",
"fontsize" : 10.0,
"frgb" : 0.0,
"id" : "obj-10",
"linecount" : 2,
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 155.0, 270.0, 150.0, 31.0 ],
"text" : "use the inspector to set attributes",
"textcolor" : [ 0.333333, 0.333333, 0.333333, 1.0 ]
}

}
, {
"box" : {
"fontname" : "Verdana",
"fontsize" : 10.0,
"id" : "obj-8",
"maxclass" : "flonum",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "float", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 170.0, 200.0, 50.0, 19.0 ]
}

}
, {
"box" : {
"fontname" : "Verdana",
"fontsize" : 10.0,
"id" : "obj-5",
"maxclass" : "number",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "int", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 115.0, 200.0, 50.0, 19.0 ]
}

}
, {
"box" : {
"fontname" : "Verdana",
"fontsize" : 10.0,
"id" : "obj-3",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 90.0, 285.0, 34.0, 19.0 ],
"text" : "print"
}

}
, {
"box" : {
"id" : "obj-6",
"maxclass" : "button",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 90.0, 200.0, 20.0, 20.0 ]
}

}
, {
"box" : {
"fontname" : "Verdana",
"fontsize" : 10.0,
"id" : "obj-1",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 90.0, 240.0, 103.0, 19.0 ],
"saved_object_attributes" : {
"min" : -52
}
,
"text" : "attrtester @max 2"
}

}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-1", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-1", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-5", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-1", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-6", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-1", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-8", 0 ]
}

}
],
"dependency_cache" : [ {
"name" : "attrtester.mxo",
"type" : "iLaX"
}
]
}

}
Loading

0 comments on commit e67301b

Please sign in to comment.