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); };