Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] API, was Broken again

Date2005-03-25 18:55
FromMichael Gogins
SubjectRe: [Cs-dev] API, was Broken again
The link in your mail did not work for me. But if the signature is the same, i.e.

invalue sname, xvalue
xvalue outvalue sname

then that is a good suggestion.

-----Original Message-----
From: Steven Yi 
Sent: Mar 25, 2005 1:32 PM
To: csound-devel@lists.sourceforge.net
Subject: Re: [Cs-dev] API, was Broken again

How about using Matt's code?  

invalue
outvalue

(documented http://csounds.com/matt/MacCsound/doc.html)

I'm sure he'd appreciate it, and it seems that it'd get us all closer
towards common API. It's also common practice for MacCsound users for
the past couple of years now.

steven


On Fri, 25 Mar 2005 17:54:51 +0100, Istvan Varga  wrote:
> Michael Gogins wrote:
> 
> > extset sname, xvalue
> >
> > xvalue extget sname
> >
> > Do you have another suggestion?
> 
> These seem to be OK. Should it be possible to create variables from the
> orchestra ? Also, how about the API functions (name, prototype) ?
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-25 19:23
FromSteven Yi
SubjectRe: [Cs-dev] API, was Broken again
I think MacCsound has it flipped:

xvalue invalue sname
outvalue sname, xvalue

as from the csound point of view, you are getting values in from the
host, and sending out values to it.

Matt, not sure if you have been following this thread so I've cc'd you
here.  Could you correct me if I've gotten this wrong?

steven


On Fri, 25 Mar 2005 13:55:48 -0500 (GMT-05:00), Michael Gogins
 wrote:
> The link in your mail did not work for me. But if the signature is the same, i.e.
> 
> invalue sname, xvalue
> xvalue outvalue sname
> 
> then that is a good suggestion.
> 
> -----Original Message-----
> From: Steven Yi 
> Sent: Mar 25, 2005 1:32 PM
> To: csound-devel@lists.sourceforge.net
> Subject: Re: [Cs-dev] API, was Broken again
> 
> How about using Matt's code?
> 
> invalue
> outvalue
> 
> (documented http://csounds.com/matt/MacCsound/doc.html)
> 
> I'm sure he'd appreciate it, and it seems that it'd get us all closer
> towards common API. It's also common practice for MacCsound users for
> the past couple of years now.
> 
> steven
> 
> On Fri, 25 Mar 2005 17:54:51 +0100, Istvan Varga  wrote:
> > Michael Gogins wrote:
> >
> > > extset sname, xvalue
> > >
> > > xvalue extget sname
> > >
> > > Do you have another suggestion?
> >
> > These seem to be OK. Should it be possible to create variables from the
> > orchestra ? Also, how about the API functions (name, prototype) ?
> >
> >
> > -------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > Csound-devel mailing list
> > Csound-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-devel
> >
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-25 19:34
Frommatt
SubjectRe: [Cs-dev] API, was Broken again
you all suck [except for steven]

http://csounds.com/manual/html/invalue.html
http://csounds.com/manual/html/outvalue.html

InputValue() and OutputValue() have been in there since the beginning 
of the API....

i lost count how many times ive advocated using this
[ way before john put in the automation bus - SO THERE!!!!!!!!!!!! ]

-m




On Mar 25, 2005, at 11:23 AM, Steven Yi wrote:

> I think MacCsound has it flipped:
>
> xvalue invalue sname
> outvalue sname, xvalue
>
> as from the csound point of view, you are getting values in from the
> host, and sending out values to it.
>
> Matt, not sure if you have been following this thread so I've cc'd you
> here.  Could you correct me if I've gotten this wrong?
>
> steven
>
>
> On Fri, 25 Mar 2005 13:55:48 -0500 (GMT-05:00), Michael Gogins
>  wrote:
>> The link in your mail did not work for me. But if the signature is 
>> the same, i.e.
>>
>> invalue sname, xvalue
>> xvalue outvalue sname
>>
>> then that is a good suggestion.
>>
>> -----Original Message-----
>> From: Steven Yi 
>> Sent: Mar 25, 2005 1:32 PM
>> To: csound-devel@lists.sourceforge.net
>> Subject: Re: [Cs-dev] API, was Broken again
>>
>> How about using Matt's code?
>>
>> invalue
>> outvalue
>>
>> (documented http://csounds.com/matt/MacCsound/doc.html)
>>
>> I'm sure he'd appreciate it, and it seems that it'd get us all closer
>> towards common API. It's also common practice for MacCsound users for
>> the past couple of years now.
>>
>> steven
>>
>> On Fri, 25 Mar 2005 17:54:51 +0100, Istvan Varga 
>>  wrote:
>>> Michael Gogins wrote:
>>>
>>>> extset sname, xvalue
>>>>
>>>> xvalue extget sname
>>>>
>>>> Do you have another suggestion?
>>>
>>> These seem to be OK. Should it be possible to create variables from 
>>> the
>>> orchestra ? Also, how about the API functions (name, prototype) ?
>>>
>>>
>>> -------------------------------------------------------
>>> SF email is sponsored by - The IT Product Guide
>>> Read honest & candid reviews on hundreds of IT Products from real 
>>> users.
>>> Discover which products truly live up to the hype. Start reading now.
>>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> -------------------------------------------------------
>> SF email is sponsored by - The IT Product Guide
>> Read honest & candid reviews on hundreds of IT Products from real 
>> users.
>> Discover which products truly live up to the hype. Start reading now.
>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> -------------------------------------------------------
>> SF email is sponsored by - The IT Product Guide
>> Read honest & candid reviews on hundreds of IT Products from real 
>> users.
>> Discover which products truly live up to the hype. Start reading now.
>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real 
> users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net