Csound Csound-dev Csound-tekno Search About

[Csnd] docu for public methods, arguments, return types in csnd.dll

Date2011-01-11 22:05
Fromcflor
Subject[Csnd] docu for public methods, arguments, return types in csnd.dll
Hi,

I am not sure if this got posted the first time around, since my list
membership was still pending, then.
If you all saw this already and I am reposting, I apologize.

So, here it is:

I am trying to call the public methods in csnd.dll. I desessembled the dll
and got the method names, but even though I searched around a bit I have
been unable to find documentation on what exactly those methods do and what
parameters to pass to them.
Ultimately, my goal is to have Ruby communicate with CSound directly via the
dll - so I won't have figuring out Python as added on overhead :)

Does anyone have an idea where (or how) i could find that information?

Cheers, Chris 

Date2011-01-11 22:23
FromRory Walsh
Subject[Csnd] Re: docu for public methods, arguments, return types in csnd.dll
You should check out csound.h and csound.hpp in the Csound includes
folder. They have information about the different function available.
Of course it's C/C++ but it will give you and idea of what functions
are available.

Rory.

On 11 January 2011 22:05, cflor  wrote:
>
> Hi,
>
> I am not sure if this got posted the first time around, since my list
> membership was still pending, then.
> If you all saw this already and I am reposting, I apologize.
>
> So, here it is:
>
> I am trying to call the public methods in csnd.dll. I desessembled the dll
> and got the method names, but even though I searched around a bit I have
> been unable to find documentation on what exactly those methods do and what
> parameters to pass to them.
> Ultimately, my goal is to have Ruby communicate with CSound directly via the
> dll - so I won't have figuring out Python as added on overhead :)
>
> Does anyone have an idea where (or how) i could find that information?
>
> Cheers, Chris
> --
> View this message in context: http://csound.1045644.n5.nabble.com/docu-for-public-methods-arguments-return-types-in-csnd-dll-tp3337406p3337406.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> 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 tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-01-11 22:24
FromMichael Gogins
Subject[Csnd] Re: docu for public methods, arguments, return types in csnd.dll
There is a Csound API Reference document that comes with the Csound
Windows installer. It is also available online at
http://csound.sourceforge.net/refman.pdf (go past the blank first page
and there's a lot of extraneous stuff, so pay attention to the
introduction)..

Regards,
Mike

On Tue, Jan 11, 2011 at 5:05 PM, cflor  wrote:
>
> Hi,
>
> I am not sure if this got posted the first time around, since my list
> membership was still pending, then.
> If you all saw this already and I am reposting, I apologize.
>
> So, here it is:
>
> I am trying to call the public methods in csnd.dll. I desessembled the dll
> and got the method names, but even though I searched around a bit I have
> been unable to find documentation on what exactly those methods do and what
> parameters to pass to them.
> Ultimately, my goal is to have Ruby communicate with CSound directly via the
> dll - so I won't have figuring out Python as added on overhead :)
>
> Does anyone have an idea where (or how) i could find that information?
>
> Cheers, Chris
> --
> View this message in context: http://csound.1045644.n5.nabble.com/docu-for-public-methods-arguments-return-types-in-csnd-dll-tp3337406p3337406.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-01-12 00:13
Fromcflor
Subject[Csnd] Re: docu for public methods, arguments, return types in csnd.dll
Hi Mike, hi Rory,

Great documentation in the Reference document, and csound.h is super helpful
as well.
I got everything I need, thanks for helping me find it.

Cheers, Chris