From f13d9b4e28b5447f464838298356b36cc7c0143a Mon Sep 17 00:00:00 2001 From: tremblap Date: Fri, 16 Dec 2022 14:19:30 +0000 Subject: [PATCH] errors in test files corrected --- test/FluidWaveform raster scratch paper.scd | 2 +- test/overlay.scd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/FluidWaveform raster scratch paper.scd b/test/FluidWaveform raster scratch paper.scd index 0a0f918..16283d9 100644 --- a/test/FluidWaveform raster scratch paper.scd +++ b/test/FluidWaveform raster scratch paper.scd @@ -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); }; diff --git a/test/overlay.scd b/test/overlay.scd index 18ab385..07cf104 100644 --- a/test/overlay.scd +++ b/test/overlay.scd @@ -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); };