ah... useful, thanks!
> hi ron, there is, attached.
>
> best,
> adc
>
>> Hey Dan,
>>
>> Done.
>> BTW: is there any way to check for gremlins from within Document?
>>
>> RJK
>>
>> On Apr 21, 2009, at 11:52 AM, Dan Stowell wrote:
>>
>>> 2009/4/21, ronald kuivila <
rkuivila@...>:
>>>> Hi Julian,
>>>>
>>>> I just updated and the (Second) commit looks fine.
>>>
>>> It might look fine to you but the commit log is a good indication
>>> that
>>> you dropped in a couple of gremlin characters.
>>>
>>> Some keyboards make it easy to accidentally press alt+space
>>> instead of
>>> space, apparently...? The "\xCA" items in the commit log show where
>>> they are. Please fix those gremlin characters... they can cause
>>> problems, not neccessarily for you...
>>>
>>> Dan
>>>
>>>> On Apr 21, 2009, at 10:46 AM, Julian Rohrhuber wrote:
>>>>
>>>>>
>>>>>> Revision: 9090
>>>>>>
>>>>
http://supercollider.svn.sourceforge.net/supercollider/?
>>>> rev=9090&view=rev
>>>>>> Author: rkuivila
>>>>>> Date: 2009-04-21 12:42:55 +0000 (Tue, 21 Apr 2009)
>>>>>>
>>>>>> Log Message:
>>>>>> -----------
>>>>>> eliminated redundant pointer to EventStreamObject in the
>>>>>> routine that
>>>> wraps prNext.
>>>>>>
>>>>>> Modified Paths:
>>>>>> --------------
>>>>>> trunk/build/SCClassLibrary/Common/Streams/Stream.sc
>>>>>>
>>>>>> Modified:
>>>> trunk/build/SCClassLibrary/Common/Streams/Stream.sc
>>>>>>
>>>> ===================================================================
>>>>>> --- trunk/build/SCClassLibrary/Common/Streams/Stream.sc
>>>> 2009-04-21 11:19:04 UTC (rev 9089)
>>>>>> +++ trunk/build/SCClassLibrary/Common/Streams/Stream.sc
>>>> 2009-04-21 12:42:55 UTC (rev 9090)
>>>>>> @@ -503,9 +503,8 @@
>>>>>> }
>>>>>>
>>>>>> init {
>>>>>> - var me = this;
>>>>>> cleanup = EventStreamCleanup.new;
>>>>>> - routine = Routine{\xCA| inTime |\xCAloop { inTime
>>>> =\xCAme.prNext(inTime).yield } };
>>>>>> + routine = Routine{\xCA| inTime |\xCAloop { inTime
>>>> =\xCAthis.prNext(inTime).yield } };
>>>>>> }
>>>>>>
>>>>>
>>>>> strange characters in the code - maybe need to be spaces?
>>>>> a question - what was changed and why?
>>>>> --
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> .
>>>>>
>>>>> _______________________________________________
>>>>> sc-dev mailing list
>>>>>
>>>>> info (subscription, etc.):
>>>>
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml>>>>> archive:
http://www.listarc.bham.ac.uk/marchives/sc-dev/>>>>> search:
>>>>
http://www.listarc.bham.ac.uk/lists/sc-dev/search/>>>>>
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> sc-dev mailing list
>>>>
>>>> info (subscription, etc.):
>>>>
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml>>>> archive:
http://www.listarc.bham.ac.uk/marchives/sc-dev/>>>> search:
http://www.listarc.bham.ac.uk/lists/sc-dev/search/>>>>
>>>
>>>
>>> --
>>>
http://www.mcld.co.uk>>>
>>> _______________________________________________
>>> sc-dev mailing list
>>>
>>> info (subscription, etc.):
http://www.beast.bham.ac.uk/research/
>>> sc_mailing_lists.shtml
>>> archive:
http://www.listarc.bham.ac.uk/marchives/sc-dev/>>> search:
http://www.listarc.bham.ac.uk/lists/sc-dev/search/>>>
>>
>>
>> _______________________________________________
>> sc-dev mailing list
>>
>> info (subscription, etc.):
http://www.beast.bham.ac.uk/research/
>> sc_mailing_lists.shtml
>> archive:
http://www.listarc.bham.ac.uk/marchives/sc-dev/>> search:
http://www.listarc.bham.ac.uk/lists/sc-dev/search/>
>
> --
> --
> Alberto de Campo
> Bergstrasse 59/33
> A-8020 Graz, Austria
> e-mail :
adc@...
> --<extStringClean.sc>