updated with location of silicon_lines.txt

master
Nova deViator 2015-09-10 18:40:53 +02:00
parent 1c8250c574
commit 1a944968b4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
// function procLines: process lines and store/return List
postln("~~~ function ~procLinesFunc ...");
~procLinesFunc = { // process lines, return na array
arg location = PathName(thisProcess.nowExecutingPath).pathOnly +/+ "../dev/silicon_lines.txt";
arg location = PathName(thisProcess.nowExecutingPath).pathOnly +/+ "../dat/silicon_lines.txt";
var siLines = FileReader.read(path: location, skipBlanks:true, skipEmptyLines:true);
var intensity, minutes, seconds, freq1, freq2, midi1, midi2, red, green, blue;
var threshold = 0;