File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ MaxPatcherQ::usage = "MaxPatcherQ[maxpatcher] tests whether maxpatcher is a vali
1818$SampleMaxPatcher ::usage = "A sample Max patcher file" ;
1919
2020MaxObject ::usage = "MaxObject[assoc] represents a max object in symbolic form."
21- MaxObjectQ ::usage = "MaxObjectQ[maxobject] tests whether maxobject is a valid MaxObject." (* TODO: #7 Flesh out MaxObjectQ documentation *)
22- MaxObjectLookup ::usage = "MaxObjectLookup[maxobject, key] returns the value of key in maxobject." (* TODO: #8 Flesh out MaxObjectLookup documentation *)
21+ MaxObjectQ ::usage = "MaxObjectQ[maxobject] tests whether maxobject is a valid MaxObject."
22+ MaxObjectLookup ::usage = "MaxObjectLookup[maxobject, key] returns the value of key in maxobject."
2323GetMaxObject ::usage = "GetMaxObject[boxes, id] returns the max object with the given id from the list of boxes."
2424
2525MaxPatcherGraph ::usage = "MaxPatcherGraph[maxpatcher] returns a graph representation of maxpatcher."
You can’t perform that action at this time.
0 commit comments