« Return to Thread: Problems with Siren 7.5

Re: Problems with Siren 7.5

by Stephen Travis Pope :: Rate this Message:

Reply to Author | View in Thread


Please let me know if this is still happenning; From the message you  
sent, it makes no sense to me.

It looks like the code is saying
        SecondDuration + MSecDuration
which should be handled earlier in that method (since the receiver  
and the argument are the same species), meaning it should not be  
falling through to the bottom of the method.

What's the other walk-back you got?

stp

--
    Stephen Travis Pope  --  Santa Barbara, California, USA
    http://HeavenEverywhere.com     http://FASTLabInc.com
 
 




On May 3, 2007, at 9:59 PM, Stefano Franchi wrote:

> Hi all,
>
> now that Cincom has finally released 7.5, I immediately set on  
> installing Siren (Stephen's earlier suggestion to download the beta  
> version did not work for me, unfortunately).
> However, I am stuck at the very beginning. I did install all the VW  
> packages Siren requires, and then installed Siren itself from  
> Cincom repository. So far so good. (I left the job of compiling and  
> installing the C libs for another weekend...)
> Then I started with the workbook/tutorial and immediately got a  
> walkback on the very first Siren expression I tried to evaluate:
>
>  EventList randomExample: 20
>
> The culprit is
> Siren.SecondDuration>>+
>
> which tries to sum two values only one of which is a number.
> Specifically, the last line of the + method says:
>
> ifFalse: [self class new value: (value + aValue)]]
>
> and the variables are:
>
> value 0
> aValue (242 msec)   (aMSecDuration)
>
>
> I tried to replace
> ifFalse: [self class new value: (value + aValue)]]
>
> with:
>
> ifFalse: [self class new value: (value + aValue value)]]
>
> but I immediately got another walkback later on, so I thought I'd  
> stop and ask before embroiling myself any further with code I know  
> nothing about.
>
>
> Stefano
>
> P.S. I am on a G4 powerbook running 10.3.9 and using either the  
> MacOsX or MacOsX11 virtual machines.
> __________________________________________________
> Stefano Franchi
> Department of Philosophy                  Ph:  (64)  9 373-7599 x83940
> University Of Auckland Fax: (64) 9 373-8768
> Private Bag 92019 s.franchi@...
> Auckland
> New Zealand
>
>
> __________________________________________________
> Stefano Franchi
> Department of Philosophy                  Ph:  (64)  9 373-7599 x83940
> University Of Auckland Fax: (64) 9 373-8768
> Private Bag 92019 s.franchi@...
> Auckland
> New Zealand
>
> _______________________________________________
> SqueakAudio mailing list
> SqueakAudio@...
> http://www.create.ucsb.edu/mailman/listinfo/squeakaudio

_______________________________________________
SqueakAudio mailing list
SqueakAudio@...
http://www.create.ucsb.edu/mailman/listinfo/squeakaudio

pastedGraphic.tiff (3K) Download Attachment

 « Return to Thread: Problems with Siren 7.5