Finished creating descriptor selection interface

This commit is contained in:
2015-08-28 17:21:38 +01:00
parent 4268fe2f60
commit 2bd4bbb456
5 changed files with 4405 additions and 3514 deletions
+1
View File
@@ -0,0 +1 @@
.DS_Store
+14 -1
View File
@@ -2,7 +2,7 @@
"name" : "SP_FYP",
"version" : 1,
"creationdate" : -771589673,
"modificationdate" : -771530657,
"modificationdate" : -771348487,
"viewrect" : [ 25.0, 70.0, 300.0, 500.0 ],
"autoorganize" : 1,
"hideprojectwindow" : 0,
@@ -26,6 +26,19 @@
"local" : 1
}
}
,
"code" : {
"Radio2Router.js" : {
"kind" : "javascript",
"local" : 1
}
,
"ConcatenateItems.js" : {
"kind" : "javascript",
"local" : 1
}
}
,
"data" : {
File diff suppressed because it is too large Load Diff
+9
View File
@@ -0,0 +1,9 @@
inlets = 1;
outlets = 1;
var list = new Array()
function list(a)
{
post(arguments);
}
+20 -3513
View File
File diff suppressed because it is too large Load Diff