completed single grain -> database matching. UI is still unintuitive

This commit is contained in:
2015-09-02 10:18:53 +01:00
parent 86cfb72725
commit 1f0e493858
2 changed files with 340 additions and 267 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ function list(a)
for(i=0; i<matcherName.length; i++)
{
output = output.concat("{0} {1} ".format(matcherName[i], arguments[i]));
output = output.concat("{0} distance {1} ".format(matcherName[i], arguments[i]));
}
outlet(0, output)
}
+339 -266
View File
File diff suppressed because it is too large Load Diff