Csound Csound-dev Csound-tekno Search About

[Cs-dev] source code for pd external csoundapi~

Date2013-10-13 22:46
Fromtkzic
Subject[Cs-dev] source code for pd external csoundapi~
Hello,

Is source code for the csoundapi~ pd external object available? The object
comes with pd-extended, but the source is not in the pd-extended repository.

I'm adding csoundapi~ to a libpd project.

Thanks.

Tom Zicarelli




--
View this message in context: http://csound.1045644.n5.nabble.com/source-code-for-pd-external-csoundapi-tp5728295.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-13 23:48
FromVictor Lazzarini
SubjectRe: [Cs-dev] source code for pd external csoundapi~
Hi Tom,

csoundapi~  is in the Csound 5 sources:
git clone git://git.code.sf.net/p/csound/csound5-git csound-csound5-git


Victor

On 13 Oct 2013, at 22:46, tkzic wrote:

> Hello,
> 
> Is source code for the csoundapi~ pd external object available? The object
> comes with pd-extended, but the source is not in the pd-extended repository.
> 
> I'm adding csoundapi~ to a libpd project.
> 
> Thanks.
> 
> Tom Zicarelli
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/source-code-for-pd-external-csoundapi-tp5728295.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-14 01:54
Fromtkzic
SubjectRe: [Cs-dev] source code for pd external csoundapi~
AttachmentsNone  None  
Victor,

Thanks so much. Will let you know how it goes!

Tom
On Oct 13, 2013, at 7:05 PM, Victor Lazzarini [via Csound] <[hidden email]> wrote:

git clone <a href="git://git.code.sf.net/p/csound/csound5-git" style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">git://git.code.sf.net/p/csound/csound5-git



View this message in context: Re: source code for pd external csoundapi~
Sent from the Csound - Dev mailing list archive at Nabble.com.

Date2013-10-14 03:58
Fromtkzic
SubjectRe: [Cs-dev] source code for pd external csoundapi~
Hi Victor,

Success! We're listening to a hideous mixture of sine waves produced from
csoundapi~ running inside libpd in an OpenFrameworks project on Mac OS. 

Thanks. Dr. B will be happy to see this too.

I have attached a log from the console. - There are warnings for missing
LIB's but the error messages seem clear and it didn't prevent a patch from
running and producing audio.

Tom

console log:
-------------

BEGIN Patch Test
/Users/tkzic/control.csd
CoreMIDI real time MIDI plugin for Csound
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
WARNING: could not open library
'/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib'
(-1)
WARNING: could not open library
'/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib'
(-1)
WARNING: could not open library
'/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib'
(-1)
0dBFS level = 32768.0 
Csound version 5.17.11 (float samples) May 29 2012 
libsndfile-1.0.25 
UnifiedCSD:  /Users/tkzic/control.csd 
STARTING FILE 
Creating options 
Creating orchestra 
Creating score 
graph init  
rtaudio: PortAudio module enabled ... 
using callback interface 
rtmidi: PortMIDI module enabled 
Parsing successful! 
Elapsed time at end of orchestra compile: real: 0.020s, CPU: 0.003s 
sorting score ... 
	... done 
Elapsed time at end of score sort: real: 0.064s, CPU: 0.024s 
Csound version 5.17.11 (float samples) May 29 2012 
displays suppressed 
0dBFS level = 1.0 
ftable 101: 
orch now loaded 
audio buffered in 1024 sample-frame blocks 
SECTION 1: 
Patch: "test.pd" $0: 1002 valid: 1
new alloc for instr 1: 
inactive allocs returned to freespace 
end of score.		   overall amps 
  0.4999 
  0.4999 

	   overall samples out of range 
         
         

0 errors in performance 
Elapsed time at end of performance: real: 0.066s, CPU: 0.026s 
Patch: "test.pd" $0: 0 valid: 0




--
View this message in context: http://csound.1045644.n5.nabble.com/source-code-for-pd-external-csoundapi-tp5728295p5728300.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-14 07:30
FromVictor Lazzarini
SubjectRe: [Cs-dev] source code for pd external csoundapi~
Those warnings are all benign, unless you need the Jack connection kit.
On 14 Oct 2013, at 03:58, tkzic wrote:

> Hi Victor,
> 
> Success! We're listening to a hideous mixture of sine waves produced from
> csoundapi~ running inside libpd in an OpenFrameworks project on Mac OS. 
> 
> Thanks. Dr. B will be happy to see this too.
> 
> I have attached a log from the console. - There are warnings for missing
> LIB's but the error messages seem clear and it didn't prevent a patch from
> running and producing audio.
> 
> Tom
> 
> console log:
> -------------
> 
> BEGIN Patch Test
> /Users/tkzic/control.csd
> CoreMIDI real time MIDI plugin for Csound
> PortMIDI real time MIDI plugin for Csound
> PortAudio real-time audio module for Csound
> virtual_keyboard real time MIDI plugin for Csound
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib'
> (-1)
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib'
> (-1)
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib'
> (-1)
> 0dBFS level = 32768.0 
> Csound version 5.17.11 (float samples) May 29 2012 
> libsndfile-1.0.25 
> UnifiedCSD:  /Users/tkzic/control.csd 
> STARTING FILE 
> Creating options 
> Creating orchestra 
> Creating score 
> graph init  
> rtaudio: PortAudio module enabled ... 
> using callback interface 
> rtmidi: PortMIDI module enabled 
> Parsing successful! 
> Elapsed time at end of orchestra compile: real: 0.020s, CPU: 0.003s 
> sorting score ... 
> 	... done 
> Elapsed time at end of score sort: real: 0.064s, CPU: 0.024s 
> Csound version 5.17.11 (float samples) May 29 2012 
> displays suppressed 
> 0dBFS level = 1.0 
> ftable 101: 
> orch now loaded 
> audio buffered in 1024 sample-frame blocks 
> SECTION 1: 
> Patch: "test.pd" $0: 1002 valid: 1
> new alloc for instr 1: 
> inactive allocs returned to freespace 
> end of score.		   overall amps 
>  0.4999 
>  0.4999 
> 
> 	   overall samples out of range 
> 
> 
> 
> 0 errors in performance 
> Elapsed time at end of performance: real: 0.066s, CPU: 0.026s 
> Patch: "test.pd" $0: 0 valid: 0
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/source-code-for-pd-external-csoundapi-tp5728295p5728300.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net