Csound Csound-dev Csound-tekno Search About

[Csnd] Csound 6 Plugin Directory

Date2014-03-18 17:57
FromCasey Mongoven
Subject[Csnd] Csound 6 Plugin Directory
Hi everyone,

I am having trouble getting real-time audio to work using the Csound6 API.
The plugin directory is also not being found (the directory that it mentions
indeed does not exist - there is only a "Info.plist" in the Resources
folder). Non-realtime audio seems to work fine. Has anyone had similar
problems? Are these two problems related? Here are the errors I am getting:

WARNING: Error opening plugin directory
'/Users/cm/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64':
No such file or directory
0dBFS level = 32768.0
Csound version 6.02.0 (double samples) Mar 18 2014
libsndfile-1.0.25
UnifiedCSD:  test1.csd
STARTING FILE
Creating options
Creating orchestra
Creating score
Elapsed time at end of orchestra compile: real: 0.001s, CPU: 0.001s
sorting score ...
	... done
Elapsed time at end of score sort: real: 0.001s, CPU: 0.001s
Csound version 6.02.0 (double samples) Mar 18 2014
graphics suppressed, ascii substituted
0dBFS level = 1.0
orch now loaded
audio buffered in 1024 sample-frame blocks
 unknown rtaudio module: 'portaudio', using dummy module
rtaudio: dummy module enabled
writing 2048 sample blks of 64-bit floats to dac:hw:0,0 
SECTION 1:
Csound is already started, call csoundReset()
before starting again 
new alloc for instr 1:
B  0.000 ..  1.000 T  1.000 TT  1.000 M:  0.57974  0.57974
Score finished in csoundPerform().
inactive allocs returned to freespace
end of score.		   overall amps:  0.57974  0.57974
	   overall samples out of range:        0        0
0 errors in performance
Elapsed time at end of performance: real: 1.000s, CPU: 0.018s
44 2048 sample blks of 64-bit floats written to dac:hw:0,0




--
View this message in context: http://csound.1045644.n5.nabble.com/Csound-6-Plugin-Directory-tp5733306.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-03-18 18:19
FromVictor Lazzarini
SubjectRe: [Csnd] Csound 6 Plugin Directory
Did you try setting OPCODE6DIR64 to your correct directory? It appears it is looking at the default
place: $HOME/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64


========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 18 Mar 2014, at 17:57, Casey Mongoven  wrote:

> Hi everyone,
> 
> I am having trouble getting real-time audio to work using the Csound6 API.
> The plugin directory is also not being found (the directory that it mentions
> indeed does not exist - there is only a "Info.plist" in the Resources
> folder). Non-realtime audio seems to work fine. Has anyone had similar
> problems? Are these two problems related? Here are the errors I am getting:
> 
> WARNING: Error opening plugin directory
> '/Users/cm/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64':
> No such file or directory
> 0dBFS level = 32768.0
> Csound version 6.02.0 (double samples) Mar 18 2014
> libsndfile-1.0.25
> UnifiedCSD:  test1.csd
> STARTING FILE
> Creating options
> Creating orchestra
> Creating score
> Elapsed time at end of orchestra compile: real: 0.001s, CPU: 0.001s
> sorting score ...
> 	... done
> Elapsed time at end of score sort: real: 0.001s, CPU: 0.001s
> Csound version 6.02.0 (double samples) Mar 18 2014
> graphics suppressed, ascii substituted
> 0dBFS level = 1.0
> orch now loaded
> audio buffered in 1024 sample-frame blocks
> unknown rtaudio module: 'portaudio', using dummy module
> rtaudio: dummy module enabled
> writing 2048 sample blks of 64-bit floats to dac:hw:0,0 
> SECTION 1:
> Csound is already started, call csoundReset()
> before starting again 
> new alloc for instr 1:
> B  0.000 ..  1.000 T  1.000 TT  1.000 M:  0.57974  0.57974
> Score finished in csoundPerform().
> inactive allocs returned to freespace
> end of score.		   overall amps:  0.57974  0.57974
> 	   overall samples out of range:        0        0
> 0 errors in performance
> Elapsed time at end of performance: real: 1.000s, CPU: 0.018s
> 44 2048 sample blks of 64-bit floats written to dac:hw:0,0
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Csound-6-Plugin-Directory-tp5733306.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 



Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-03-18 18:49
FromCasey Mongoven
Subject[Csnd] Re: Csound 6 Plugin Directory
Hi Victor,

I don't seem to be able to find OPCODE6DIR64 after I build it. I remember
having similar problems when installing Csound 5 a couple years ago but
don't remember how I solved it. Is it perhaps this:
/usr/local/csound6-git/build/CMakeFiles/CsoundLib64.dir/Opcodes or am I
pointing to the wrong directory? I've tried this before building:

export
OPCODE6DIR64=/usr/local/csound6-git/build/CMakeFiles/CsoundLib64.dir/Opcodes 

Am I missing anything in building it ... I simply ran

Caseys-iMac:~ cm$ cd /usr/local/csound6-git/build 
Caseys-iMac:~ cm$ cmake ../
Caseys-iMac:~ cm$ make

Thanks for your help.

Casey





--
View this message in context: http://csound.1045644.n5.nabble.com/Csound-6-Plugin-Directory-tp5733306p5733310.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2014-03-18 18:57
FromVictor Lazzarini
SubjectRe: [Csnd] Csound 6 Plugin Directory
Did you

$ make install

?

Victor
========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 18 Mar 2014, at 17:57, Casey Mongoven  wrote:

> Hi everyone,
> 
> I am having trouble getting real-time audio to work using the Csound6 API.
> The plugin directory is also not being found (the directory that it mentions
> indeed does not exist - there is only a "Info.plist" in the Resources
> folder). Non-realtime audio seems to work fine. Has anyone had similar
> problems? Are these two problems related? Here are the errors I am getting:
> 
> WARNING: Error opening plugin directory
> '/Users/cm/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64':
> No such file or directory
> 0dBFS level = 32768.0
> Csound version 6.02.0 (double samples) Mar 18 2014
> libsndfile-1.0.25
> UnifiedCSD:  test1.csd
> STARTING FILE
> Creating options
> Creating orchestra
> Creating score
> Elapsed time at end of orchestra compile: real: 0.001s, CPU: 0.001s
> sorting score ...
> 	... done
> Elapsed time at end of score sort: real: 0.001s, CPU: 0.001s
> Csound version 6.02.0 (double samples) Mar 18 2014
> graphics suppressed, ascii substituted
> 0dBFS level = 1.0
> orch now loaded
> audio buffered in 1024 sample-frame blocks
> unknown rtaudio module: 'portaudio', using dummy module
> rtaudio: dummy module enabled
> writing 2048 sample blks of 64-bit floats to dac:hw:0,0 
> SECTION 1:
> Csound is already started, call csoundReset()
> before starting again 
> new alloc for instr 1:
> B  0.000 ..  1.000 T  1.000 TT  1.000 M:  0.57974  0.57974
> Score finished in csoundPerform().
> inactive allocs returned to freespace
> end of score.		   overall amps:  0.57974  0.57974
> 	   overall samples out of range:        0        0
> 0 errors in performance
> Elapsed time at end of performance: real: 1.000s, CPU: 0.018s
> 44 2048 sample blks of 64-bit floats written to dac:hw:0,0
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Csound-6-Plugin-Directory-tp5733306.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 



Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-03-18 19:04
FromCasey Mongoven
Subject[Csnd] Re: Csound 6 Plugin Directory
Yes ... that seems to have fixed the problem. Thanks for your help.



--
View this message in context: http://csound.1045644.n5.nabble.com/Csound-6-Plugin-Directory-tp5733306p5733312.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"