Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3117] Re: Major performance issues with 4.23 on OS 9

Date2003-10-06 06:06
From"Michael Gogins"
Subject[CSOUND-DEV:3117] Re: Major performance issues with 4.23 on OS 9
I think an opcode with a GUI component would have to call POLL_EVENTS. This
really should be a Csound API call.

============================================
Michael Gogins
gogins at pipeline period com
Irreducible Productions
Silence, a language for programming music and sound
Available at http://sourceforge.net/projects/silencevst/
============================================


----- Original Message ----- 
From: "Matt J. Ingalls" 
To: "Csound Developers Discussion List" 
Sent: Sunday, October 05, 2003 4:04 PM
Subject: [CSOUND-DEV:3116] Re: Major performance issues with 4.23 on OS 9


>
> no opcode should call POLL_EVENTS, should it?
> -m
>
>
>
>
>
> On Thu, 2 Oct 2003, J P Fitch wrote:
>
> > Away from base, but could this be the dreaded GUI problem, where it
polls
> > the system too often?  It is possible that POLL_EVENTS is being called
too
> > often in some opcode?  Apart from that i cannot think of anything that
> > would cause such a problem.
> > ==John
> >
> >
>

Date2003-10-06 07:41
FromAnthony Kozar
Subject[CSOUND-DEV:3119] Re: Major performance issues with 4.23 on OS 9
I may be wrong, but I don't think any of the GUI opcodes work under OS 9
(since there is no FLTK).  So POLL_EVENTS is being called from somewhere
else too (presumably from somewhere it shouldn't).

Anthony Kozar
anthony.kozar@utoledo.edu


On 10/6/03 1:06 AM, Michael Gogins etched in stone:

> I think an opcode with a GUI component would have to call POLL_EVENTS. This
> really should be a Csound API call.