[Csnd]
Date | 2017-11-05 19:05 |
From | Francesco Scagliola |
Subject | [Csnd] |
Hi everibody, I set SSDIR in this way in my csd on my MacOSX:<CsOptions> --env:SSDIR="/Users/franz/BU_CodiceClasse/9999 Codice/00Campioni" --env:SADIR="/Users/franz/BU_CodiceClasse/9999 Codice/00Analisi" -W -o20171105_194131_952_mathCampionatore.wav -m0 </CsOptions> but it doesn't work. Any Idea? This is the output of my shell: Compiler arguments (added by WinXound): -B4096 --displays --asciidisplay /Users/franz/BU_CodiceClasse/9999 Codice/20171105_194131_952_mathCampionatore.csd ------- Compiler Started ------- virtual_keyboard real time MIDI plugin for Csound Error: define environment variable RAWWAVE_PATH (points to rawwaves directory) to use STK opcodes. [m [m0dBFS level = 32768.0 Csound version 6.04 (double samples) Dec 7 2014 libsndfile-1.0.25 WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib' (-1) WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib' (-1) WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib' (-1) UnifiedCSD: /Users/franz/BU_CodiceClasse/9999 Codice/20171105_194131_952_mathCampionatore.csd STARTING FILE Creating options Creating orchestra Creating score Error: define environment variable RAWWAVE_PATH (points to rawwaves directory) to use STK opcodes. rtaudio: PortAudio module enabled ... using callback interface rtmidi: PortMIDI module enabled sorting score ... ... done --Csound version 6.04 (double samples) Dec 7 2014 graphics suppressed, ascii substituted 0dBFS level = 32768.0 orch now loaded audio buffered in 1024 sample-frame blocks writing 4096-byte blks of shorts to /Users/franz/BU_CodiceClasse/9999 Codice/20171105_194131_952_mathCampionatore.wav (WAV) SECTION 1: INIT ERROR in instr 1: diskinfo cannot open flauto.wav ilen filelen.i ifilcod 1 INIT ERROR in instr 1: diskinfo cannot open flauto.wav ichn filenchnls.i ifilcod 1 INIT ERROR in instr 1: diskin2: flauto.wav: failed to open file adiskL adiskR diskin2.i ifilcod iratio iskiptime 1 0 0 0 0 0 B 0.000 - note deleted. i1 had 3 init errors INIT ERROR in instr 1: diskinfo cannot open fox.wav ilen filelen.i ifilcod 1 INIT ERROR in instr 1: diskinfo cannot open fox.wav ichn filenchnls.i ifilcod 1 INIT ERROR in instr 1: diskin2: fox.wav: failed to open file adiskL adiskR diskin2.i ifilcod iratio iskiptime 1 0 0 0 0 0 B 2.000 - note deleted. i1 had 3 init errors INIT ERROR in instr 1: diskinfo cannot open polvere.wav ilen filelen.i ifilcod 1 INIT ERROR in instr 1: diskinfo cannot open polvere.wav ichn filenchnls.i ifilcod 1 INIT ERROR in instr 1: diskin2: polvere.wav: failed to open file adiskL adiskR diskin2.i ifilcod iratio iskiptime 1 0 0 0 0 0 B 4.000 - note deleted. i1 had 3 init errors INIT ERROR in instr 1: diskinfo cannot open flauto.wav ilen filelen.i ifilcod 1 INIT ERROR in instr 1: diskinfo cannot open flauto.wav ichn filenchnls.i ifilcod 1 INIT ERROR in instr 1: diskin2: flauto.wav: failed to open file adiskL adiskR diskin2.i ifilcod iratio iskiptime 1 0 0 0 0 0 B 6.000 - note deleted. i1 had 3 init errors INIT ERROR in instr 1: diskinfo cannot open fox.wav ilen filelen.i ifilcod 1 INIT ERROR in instr 1: diskinfo cannot open fox.wav ichn filenchnls.i ifilcod 1 INIT ERROR in instr 1: diskin2: fox.wav: failed to open file adiskL adiskR diskin2.i ifilcod iratio iskiptime 1 0 0 0 0 0 B 8.000 - note deleted. i1 had 3 init errors INIT ERROR in instr 1: diskinfo cannot open flauto.wav ilen filelen.i ifilcod 1 INIT ERROR in instr 1: diskinfo cannot open flauto.wav ichn filenchnls.i ifilcod 1 INIT ERROR in instr 1: diskin2: flauto.wav: failed to open file adiskL adiskR diskin2.i ifilcod iratio iskiptime 1 0 0 0 0 0 B 10.000 - note deleted. i1 had 3 init errors Score finished in csoundPerform(). inactive allocs returned to freespace end of score. overall amps: 0.0 0.0 overall samples out of range: 0 0 6 errors in performance 2048 4096 sample blks of shorts written to /Users/franz/BU_CodiceClasse/9999 Codice/20171105_194131_952_mathCampionatore.wav (WAV) ------- Compiler Ended ------- Thanks, F -- Francesco Scagliola Composer Full Professor of Electroacoustic Music Composition (COME/02) New Technologies and Musical Languages Dept. Coordinator of Computer Music at Scuola di Musica Elettronica Conservatorio Statale "Niccolò Piccinni" Via Cifarelli 26, I-70124, Bari, Italy mobile: +39 339 4847271 skype: francesco.scagliola youtube: https://www.youtube.com/channel/UCMR1fRTcHDeUD_EEykIVoiA e-mail: f.scagliola[AT]conservatoriopiccinni.it francesco.scagliola[AT]gmail.com http://scholar.google.it/citations?user=2tN8RgIAAAAJ
**************************************************************************** "Musica est exercitium arithmeticae occultum nescientis se ****************************************************************************numerare animi" (G.Leibniz) |
Date | 2017-11-05 19:42 |
From | Fabio De Sanctis De Benedictis |
Subject | [Csnd] |
Hi, I don't know if the following is a correction: it could be because the space character in 9999 Codice? In Unix system you can try 9999\ Codice. (backslash + space stands for space). But really I don't know if that resolves. Best fdsdb Il giorno dom, 05/11/2017 alle 20.05 +0100, Francesco Scagliola ha scritto: > Hi everibody, > > > I set SSDIR in this way in my csd on my MacOSX: > > |
Date | 2017-11-06 23:20 |
From | Steven Yi |
Subject | [Csnd] |
I'm curious Francesco, did you try using a folder without spaces in the name? Also, I wonder if using --env works within CsOptions. I seem to remember there was something that didn't work from CsOptions due to some kind of order of operations issue but I don't remember if this was it. On Sun, Nov 5, 2017 at 2:42 PM, Fabio De Sanctis De Benedictis |