Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3711] Re: POLLing in Csound5

Date2003-12-08 09:40
FromGabriel Maldonado
Subject[CSOUND-DEV:3711] Re: POLLing in Csound5
With CsoundAV (Winzoz) there is absolutely not reason to keep 
POLL_EVENTS, since all FLTK stuff runs in another thread. It makes the 
code more messy. I don't know if this assertion is valid for other OSes

Gab



jpff@codemist.co.uk wrote:
> It seems to me that the API means that there should be no reason to
> poll the interface from inside csound, and this would be left to the
> user interface, probably running on a separate thread.  Is this
> really the case?  Can I remove all POLL_EVENTS code?  It would simplify
> a great deal.
> 
> Also, in a similar vein, winX11 winFLTK etc should be removed.  Any
> thoughts?
> 
> I now have a csound5 compiling on OSX, but not tested.
> 
> ==John ffitch
> 
> 

Date2003-12-08 09:53
FromJohn ffitch
Subject[CSOUND-DEV:3712] Re: POLLing in Csound5
For Linux, Unix and OSX there is no need.  My only concern was that an 
opcode may like to have an early exit if for exampel a stop button was 
pressed.  Or is there some other API stuff about that?
==John