Re: -U programs problems.
Date | 2007-08-05 10:21 |
From | Victor Lazzarini |
Subject | Re: -U programs problems. |
Try running lpanal etc directly, as in lpanal ... Perhaps somehow the utilities modules are missing, I'll check it when I can. Victor > > > Dear All, > > I am running some audio files with csound > (Csound5.06-OSX10.4-PPC) for analysis and I am getting an > error message which states: (BTW, this is for all of the > analysis programs.) Any help will be greatly appreciated! > > Best regards > > --Sal > > ///////////////////////////////////////////// > csound -U lpanal -a -p26 -d2.5 -P100 -Q400 audio.aiff > lpfil22 Localisation of messages is disabled, using > default language. 0dBFS level = 32768.0 > Csound version 5.06 (float samples) Jun 8 2007 > libsndfile-1.0.16 > Error: utility 'lpanal' not found > /////////////////////////////////////////// > -- > Send bugs reports to this list. > To unsubscribe, send email to > csound-unsubscribe@lists.bath.ac.uk |
Date | 2007-08-05 19:04 |
From | sal g sofia |
Subject | Re: -U programs problems. |
Hello Victor, I did do it and... (Error: utility 'lpanal' not found) appeared. My guess would be, as you wrote, that the utilities modules are missing. Thank you for your help. Best regards, --Sal On Sun, 5 Aug 2007, Victor Lazzarini wrote: > Try running lpanal etc directly, as in > > lpanal ... > > Perhaps somehow the utilities modules are missing, > I'll check it when I can. > > Victor > >> >> >> Dear All, >> >> I am running some audio files with csound >> (Csound5.06-OSX10.4-PPC) for analysis and I am getting an >> error message which states: (BTW, this is for all of the >> analysis programs.) Any help will be greatly appreciated! >> >> Best regards >> >> --Sal >> >> ///////////////////////////////////////////// >> csound -U lpanal -a -p26 -d2.5 -P100 -Q400 audio.aiff >> lpfil22 Localisation of messages is disabled, using >> default language. 0dBFS level = 32768.0 >> Csound version 5.06 (float samples) Jun 8 2007 >> libsndfile-1.0.16 >> Error: utility 'lpanal' not found >> /////////////////////////////////////////// >> -- >> Send bugs reports to this list. >> To unsubscribe, send email to >> csound-unsubscribe@lists.bath.ac.uk > -- > Send bugs reports to this list. > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > |
Date | 2007-08-05 20:34 |
From | Anthony Kozar |
Subject | Re: -U programs problems. |
Is OPCODEDIR (or OPCODEDIR64) set correctly ? If it is you can look in your opcode plugin directory and you should see a file named libstdutil.so or libstdutil.dylib or stdutil.dll (something along those lines ...) if the utilities module is present. Anthony Kozar anthonykozar AT sbcglobal DOT net http://anthonykozar.net/ sal g sofia wrote on 8/5/07 2:04 PM: > I did do it and... (Error: utility 'lpanal' not found) appeared. > My guess would be, as you wrote, that the utilities modules > are missing. |