updated with location of silicon_lines.txt
parent
1c8250c574
commit
1a944968b4
|
@ -14,7 +14,7 @@
|
||||||
// function procLines: process lines and store/return List
|
// function procLines: process lines and store/return List
|
||||||
postln("~~~ function ~procLinesFunc ...");
|
postln("~~~ function ~procLinesFunc ...");
|
||||||
~procLinesFunc = { // process lines, return na array
|
~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 siLines = FileReader.read(path: location, skipBlanks:true, skipEmptyLines:true);
|
||||||
var intensity, minutes, seconds, freq1, freq2, midi1, midi2, red, green, blue;
|
var intensity, minutes, seconds, freq1, freq2, midi1, midi2, red, green, blue;
|
||||||
var threshold = 0;
|
var threshold = 0;
|
||||||
|
|
Loading…
Reference in New Issue