Csound Csound-dev Csound-tekno Search About

[Csnd-dev] csoundCompileOrcCsd.csoundCompileOrcCsdText

Date2015-11-16 19:19
Fromjpff
Subject[Csnd-dev] csoundCompileOrcCsd.csoundCompileOrcCsdText
Could some kind developer send me a simple example of use if each of
these?  i have been drafting a version that uses corfiles and I need
tests.  I have no experience of using csound via the API

Date2015-11-16 20:25
FromMichael Gogins
SubjectRe: [Csnd-dev] csoundCompileOrcCsd.csoundCompileOrcCsdText
I will send you an example this evening, I created one for testing but
have not yet committed it to Git.

Best,
Mike



-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, Nov 16, 2015 at 2:19 PM, jpff  wrote:
> Could some kind developer send me a simple example of use if each of
> these?  i have been drafting a version that uses corfiles and I need
> tests.  I have no experience of using csound via the API

Date2015-11-17 00:12
FromMichael Gogins
SubjectRe: [Csnd-dev] csoundCompileOrcCsd.csoundCompileOrcCsdText
Attachmentslua_example_csd.lua  
Here is the example, from Csound git:
https://github.com/csound/csound/blob/develop/examples/lua/lua_example_csd.lua

My suggestion is that the behavior of csoundCompileCsd and
csoundCompileCsdText should be exactly identical, and use the same
code, except that the one will read from a FILE and the other will
read from the string parameter.

Best,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, Nov 16, 2015 at 3:25 PM, Michael Gogins
 wrote:
> I will send you an example this evening, I created one for testing but
> have not yet committed it to Git.
>
> Best,
> Mike
>
>
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Mon, Nov 16, 2015 at 2:19 PM, jpff  wrote:
>> Could some kind developer send me a simple example of use if each of
>> these?  i have been drafting a version that uses corfiles and I need
>> tests.  I have no experience of using csound via the API
>> ==John ffitch