Skip to content

Commit 80cc246

Browse files
committed
Removed bugued set boundary
1 parent 304ba7d commit 80cc246

6 files changed

Lines changed: 122 additions & 8473 deletions

File tree

src/maxmsp/1dSAV/package-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"min_version" : "none"
1414
}
1515
},
16-
"version" : "0.4.0"
16+
"version" : "0.5.0"
1717
}

src/maxmsp/1dSAV/source/projects/1dSAV.CubicString/1dSAV.CubicString.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -220,20 +220,6 @@ return {};
220220
}
221221
;
222222

223-
message<> list{this, "list", MIN_FUNCTION{cout << args[0] << endl;
224-
if (args.size() == processor->getN() - 1)
225-
{
226-
processor->setBoundary(args.data());
227-
}
228-
else
229-
{
230-
cout << "Wrong input size, must be" << processor->getN() - 1 << endl;
231-
}
232-
return {};
233-
}
234-
}
235-
;
236-
237223
CubicString(const atom &args = {})
238224
{
239225
processor = std::make_shared<StringProcessor<double>>(44100);

0 commit comments

Comments
 (0)