I also think unthreaded should be default to maintain determinacy in sync with Max, with threaded being optionally enabled.
Best,
Ico
On 1/29/2017 9:25 AM, Alexandre Torres Porres wrote:
yeah, derek was talking about our current development, where we screwed up with the order of bangs in the unthreaded - but fixed now.
Derek, would you care to elaborate why you think unthreaded should be the default?
And is this threaded stuff only for multi threaded processors? How does this work on a single core rasbperry pi or something like that?
cheers
2017-01-29 6:32 GMT-02:00 Derek Kwan <derek.x.kwan@gmail.com mailto:derek.x.kwan@gmail.com>:
> > coll_bind, where msg is the thing returned by collcommon_doread: > > if(msg->m_line > 0) clock_delay(x->x_clock); > > but that may have been the thing that screwed up the correct order of > things. In any case, I'll have to look at it more... (apologies in advance for polluting the list with cyclone-dev stuff but for those following along) Oh, nm, it was something collcommon_doread and I fixed the unthreaded order =)