Csound Csound-dev Csound-tekno Search About

[Csnd] csound~ testing version

Date2013-10-30 20:23
FromSteven Yi
Subject[Csnd] csound~ testing version
Hi All,

I've placed a testing version of csound~ for OSX here:

http://www.kunstmusik.com/csound~_v1.1.0.pkg

This is in response to Bug #58, an issue where running csound~ with
32-bit Max or Max Runtime was causing issues with messages.  I found
that there was a general class of problems where values from atoms
were read directly instead of using helper functions (i.e
atom.a_w.w_long instead of atom_getlong(&atom)).  The fix seems to be
to use the helper functions which will correctly read the value
whether you're running 32-bit or 64-bit Max.  I've did a search and
modified all accesses of the values to use the helper functions.

If you have a chance to test, I'd certainly appreciate any feedback.
I suspect there might be more things like this. However, since I'm
only somewhat familiar with Max's SDK, it's probably easier if someone
reports an issue and for me to fix it rather than for me to search for
possible bugs.

If this one seems good, I'll issue a 1.1.1 release, as well as will
update the csound installer DMG with the new one.

Thanks!
steven

Date2013-10-30 20:31
Frompeiman khosravi
SubjectRe: [Csnd] csound~ testing version
Hi Steven, 

It seems to be running fine over here but let me do some more testing. 

Thanks so much for taking this up. 

All the best,
Peiman



On 30 October 2013 20:23, Steven Yi <stevenyi@gmail.com> wrote:
Hi All,

I've placed a testing version of csound~ for OSX here:

http://www.kunstmusik.com/csound~_v1.1.0.pkg

This is in response to Bug #58, an issue where running csound~ with
32-bit Max or Max Runtime was causing issues with messages.  I found
that there was a general class of problems where values from atoms
were read directly instead of using helper functions (i.e
atom.a_w.w_long instead of atom_getlong(&atom)).  The fix seems to be
to use the helper functions which will correctly read the value
whether you're running 32-bit or 64-bit Max.  I've did a search and
modified all accesses of the values to use the helper functions.

If you have a chance to test, I'd certainly appreciate any feedback.
I suspect there might be more things like this. However, since I'm
only somewhat familiar with Max's SDK, it's probably easier if someone
reports an issue and for me to fix it rather than for me to search for
possible bugs.

If this one seems good, I'll issue a 1.1.1 release, as well as will
update the csound installer DMG with the new one.

Thanks!
steven


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"




Date2013-11-01 03:21
FromSteven Yi
SubjectRe: [Csnd] csound~ testing version
Hi All,

Just FYI, I've heard bug 58 is fixed and working. I've also heard
there are some other examples that are not working.  I'm currently
waiting to hear back on further details. If you find any bugs, please
do file issues int he Csound tracker.

Thanks!
steven

On Wed, Oct 30, 2013 at 4:31 PM, peiman khosravi
 wrote:
> Hi Steven,
>
> It seems to be running fine over here but let me do some more testing.
>
> Thanks so much for taking this up.
>
> All the best,
> Peiman
>
>
>
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
> On 30 October 2013 20:23, Steven Yi  wrote:
>>
>> Hi All,
>>
>> I've placed a testing version of csound~ for OSX here:
>>
>> http://www.kunstmusik.com/csound~_v1.1.0.pkg
>>
>> This is in response to Bug #58, an issue where running csound~ with
>> 32-bit Max or Max Runtime was causing issues with messages.  I found
>> that there was a general class of problems where values from atoms
>> were read directly instead of using helper functions (i.e
>> atom.a_w.w_long instead of atom_getlong(&atom)).  The fix seems to be
>> to use the helper functions which will correctly read the value
>> whether you're running 32-bit or 64-bit Max.  I've did a search and
>> modified all accesses of the values to use the helper functions.
>>
>> If you have a chance to test, I'd certainly appreciate any feedback.
>> I suspect there might be more things like this. However, since I'm
>> only somewhat familiar with Max's SDK, it's probably easier if someone
>> reports an issue and for me to fix it rather than for me to search for
>> possible bugs.
>>
>> If this one seems good, I'll issue a 1.1.1 release, as well as will
>> update the csound installer DMG with the new one.
>>
>> Thanks!
>> steven
>>
>>
>> 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"
>>
>>
>

Date2013-11-01 08:53
Frompeiman khosravi
SubjectRe: [Csnd] csound~ testing version
Hi Steven,

Do you know what is not working? I haven't found any issue yet. 

Best,
Peiman



On 1 November 2013 03:21, Steven Yi <stevenyi@gmail.com> wrote:
Hi All,

Just FYI, I've heard bug 58 is fixed and working. I've also heard
there are some other examples that are not working.  I'm currently
waiting to hear back on further details. If you find any bugs, please
do file issues int he Csound tracker.

Thanks!
steven

On Wed, Oct 30, 2013 at 4:31 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Hi Steven,
>
> It seems to be running fine over here but let me do some more testing.
>
> Thanks so much for taking this up.
>
> All the best,
> Peiman
>
>
>
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
> On 30 October 2013 20:23, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi All,
>>
>> I've placed a testing version of csound~ for OSX here:
>>
>> http://www.kunstmusik.com/csound~_v1.1.0.pkg
>>
>> This is in response to Bug #58, an issue where running csound~ with
>> 32-bit Max or Max Runtime was causing issues with messages.  I found
>> that there was a general class of problems where values from atoms
>> were read directly instead of using helper functions (i.e
>> atom.a_w.w_long instead of atom_getlong(&atom)).  The fix seems to be
>> to use the helper functions which will correctly read the value
>> whether you're running 32-bit or 64-bit Max.  I've did a search and
>> modified all accesses of the values to use the helper functions.
>>
>> If you have a chance to test, I'd certainly appreciate any feedback.
>> I suspect there might be more things like this. However, since I'm
>> only somewhat familiar with Max's SDK, it's probably easier if someone
>> reports an issue and for me to fix it rather than for me to search for
>> possible bugs.
>>
>> If this one seems good, I'll issue a 1.1.1 release, as well as will
>> update the csound installer DMG with the new one.
>>
>> Thanks!
>> steven
>>
>>
>> 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"




Date2013-11-02 18:13
FromSteven Yi
SubjectRe: [Csnd] csound~ testing version
Hi All,

I've put up a new build here:

http://www.kunstmusik.com/csound~_v1.1.1.pkg

This has a fix for invalue callbacks.  CSD's that used invalue were crashing.

Jeremy has found another bug with channels of type 3.  It looks like a
general csound issue though, and not one in particular to csound~.
Besides that, I am not aware of other issues at the moment.

Thanks!
steven

On Fri, Nov 1, 2013 at 4:53 AM, peiman khosravi
 wrote:
> Hi Steven,
>
> Do you know what is not working? I haven't found any issue yet.
>
> Best,
> Peiman
>
>
>
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
> On 1 November 2013 03:21, Steven Yi  wrote:
>>
>> Hi All,
>>
>> Just FYI, I've heard bug 58 is fixed and working. I've also heard
>> there are some other examples that are not working.  I'm currently
>> waiting to hear back on further details. If you find any bugs, please
>> do file issues int he Csound tracker.
>>
>> Thanks!
>> steven
>>
>> On Wed, Oct 30, 2013 at 4:31 PM, peiman khosravi
>>  wrote:
>> > Hi Steven,
>> >
>> > It seems to be running fine over here but let me do some more testing.
>> >
>> > Thanks so much for taking this up.
>> >
>> > All the best,
>> > Peiman
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || RSS Feed || Concert News
>> >
>> >
>> > On 30 October 2013 20:23, Steven Yi  wrote:
>> >>
>> >> Hi All,
>> >>
>> >> I've placed a testing version of csound~ for OSX here:
>> >>
>> >> http://www.kunstmusik.com/csound~_v1.1.0.pkg
>> >>
>> >> This is in response to Bug #58, an issue where running csound~ with
>> >> 32-bit Max or Max Runtime was causing issues with messages.  I found
>> >> that there was a general class of problems where values from atoms
>> >> were read directly instead of using helper functions (i.e
>> >> atom.a_w.w_long instead of atom_getlong(&atom)).  The fix seems to be
>> >> to use the helper functions which will correctly read the value
>> >> whether you're running 32-bit or 64-bit Max.  I've did a search and
>> >> modified all accesses of the values to use the helper functions.
>> >>
>> >> If you have a chance to test, I'd certainly appreciate any feedback.
>> >> I suspect there might be more things like this. However, since I'm
>> >> only somewhat familiar with Max's SDK, it's probably easier if someone
>> >> reports an issue and for me to fix it rather than for me to search for
>> >> possible bugs.
>> >>
>> >> If this one seems good, I'll issue a 1.1.1 release, as well as will
>> >> update the csound installer DMG with the new one.
>> >>
>> >> Thanks!
>> >> steven
>> >>
>> >>
>> >> 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"
>>
>>
>