On Thu, 2007-05-03 at 16:11 +0200, Lars Luthman wrote:
> On Wed, 2007-05-02 at 20:15 -0700, William Weston wrote:
> > Announcing the latest release of the Phase Harmonic Advanced Synthesis
> > EXperiment (first release featuring a GUI), available for download (source
> > tarball and FC6 RPMs) at:
> > 
> >     http://sysex.net/phasex/
> 
> Very nice sounds. Since you asked for feedback, here is some:
> 
> * the whole program crashes for me when I pull down the File or Patch
>   menus or try to close the window, with lots of Gtk error messages 
>   about invalid style objects. If I change line 241 in gtkknob.c from
> 
> widget->style = gtk_style_attach(widget->parent->style, widget->window);
> 
>   to
> 
> widget->style = gtk_style_attach(widget->style, widget->window);
> 
>   it doesn't crash any more. Other behaviour seems to be identical.

Hrm.  There aren't any pull-down menus in nekobee (where the knob code
seems to be from), so I've never seen this happen.  I'll roll that into
svn later tonight.

Gordon

_______________________________________________
Linux-audio-dev mailing list
[email protected]
http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-dev

Reply via email to