Looks like a current directory issue. Does it work OK with full pathnames? Quoting allears62 : > Hi Guys, > > I'm currently trying tidy up a set of tools used in my university and make > them all cross platform however I'm having issues when the tools use the > system_i opcode. This is the code I'm using: > > ires system_i 1, {{ > csound -U pvanal -n 4096 -w 4 -c 1 "" "templeft.pvx" > }} > > > ires system_i 1, {{ > csound -U pvanal -n 4096 -w 4 -c 2 "" "tempright.pvx" > }} > > > which runs absolutely fine on Linux (Ubuntu 12.04 i think) and Windows (7) > however on OSX Mavericks I'm having no luck. I've run the command line > section in Terminal and this worked. I'm using Blue and this is the csound > dialog output: > > SECTION 1: > new alloc for instr 1: > sh: line 1: csound: command not found > sh: line 1: csound: command not found > INIT ERROR in instr 1: pvsdiskin: could not open file templeft.pvx > > fsig1 pvsdiskin "templeft.pvx" gk_blue_auto3 1 0 1 1 > INIT ERROR in instr 1: pvsdiskin: could not open file tempright.pvx > > fsig2 pvsdiskin "tempright.pvx" gk_blue_auto3 1 0 1 1 > > > Thanks in advance! > > Alex >