errors in test files corrected

nix
tremblap 3 years ago
parent e326dd0297
commit f13d9b4e28

@ -30,7 +30,7 @@
arg rasterBuffer;
var colors;
colors = CSVFileReader.readInterpret(FluidFilesPath("../Resources/color-schemes/%.csv".format("CET-L16"))).collect{
colors = CSVFileReader.readInterpret(FluidFilesPath("../color-schemes/%.csv".format("CET-L16"))).collect{
arg row;
Color.fromArray(row);
};

@ -14,7 +14,7 @@ s.waitForBoot{
imageBuffer.loadToFloatArray(action:{
arg vals;
fork({
var colors = CSVFileReader.readInterpret(FluidFilesPath("../Resources/color-schemes/%.csv".format(color))).collect{
var colors = CSVFileReader.readInterpret(FluidFilesPath("../color-schemes/%.csv".format(color))).collect{
arg row;
Color.fromArray(row);
};

Loading…
Cancel
Save