EZAudio icon indicating copy to clipboard operation
EZAudio copied to clipboard

OS X - EZAudioPlotGL issues list

Open akac opened this issue 8 years ago • 0 comments

Here are my issues:

  • The waveform sometimes just doesn't show. Random. Not often but it happens
  • I get openGL locks when the view its in is being layed out or resized. For example, I put a view in a storyboard that gets resized when its displayed and at that time, its stuck in a lock.
  • Same lock in a view based NSTableView with it showing in different tables.

If I try to pauseDrawing and resumeDrawing - the issues mostly go away, but still can occur. I just can't control a chance occurrence of the OS X drawing system and the plotGL view locking the GL context.

What is the best way around this? It makes the GL plot almost useless unless its in a view/window where it'll never move/resize.

akac avatar May 04 '16 23:05 akac