[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to wor
From: |
Richard Shann |
Subject: |
Re: [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to work with ALSA and qjackctl) |
Date: |
Wed, 22 Jan 2014 12:52:14 +0000 |
On Wed, 2014-01-22 at 12:40 +0000, Richard Shann wrote:
> On Wed, 2014-01-22 at 11:48 +0000, Richard Shann wrote:
> > [...] I think the only real
> > regression is thumb nailing. I think it only works for simple files that
> > don't have Denemo Directives that create menu items and other widgets.
> >
> > code like this (from lilydirectives.c) will not work:
> >
> > if (GTK_IS_MENU_ITEM (directive->widget))
> > gtk_menu_item_set_label_text ((GtkMenuItem *) directive->widget, value);
> > else
> > gtk_label_set_markup ((GtkLabel *) gtk_bin_get_child (GTK_BIN
> > (directive->widget)), value);
> >
> > and this
> >
> > (directive->override & DENEMO_OVERRIDE_GRAPHIC) ? gtk_widget_show
> > (GTK_WIDGET (directive->widget)) : gtk_widget_hide (GTK_WIDGET
> > (directive->widget));
> >
> > from the same file. I'm not sure how much of this sort of stuff there
> > is, or what the general approach to getting Denemo.non_interactive
> > working is...
>
> I have committed a few if(Denemo.non_interactive) return; statements in
> where gtk critical errors were arising when running denemo -n and it no
> longer crashes - in git now. I hope this is the correct approach.
I see that travis reports the build is broken with the last commits :(
Maybe this is just the new scripted command I added... hmm, back to the
maintainer page ... run make potfile ... git commit ... git push ... and
wait ...
Richard
>
>
> > but most serious Denemo scores will not generate a
> > thumbnail at present I think.
>
> Well, it *is* generating a thumbnail when I use the Score->Set Thumbnail
> from Selection, but not (sometimes?) on exit.
>
> Richard
>
>
- Re: [Denemo-devel] Newbie getting MIDI K/B to work with ALSA and qjackctl - update - some progress, (continued)
- Re: [Denemo-devel] Newbie getting MIDI K/B to work with ALSA and qjackctl, Bric, 2014/01/30
- Re: [Denemo-devel] Newbie getting MIDI K/B to work with ALSA and qjackctl, Éloi Rivard, 2014/01/20
- Re: [Denemo-devel] Newbie getting MIDI K/B to work with ALSA and qjackctl, Edgar Aichinger, 2014/01/20
- Re: [Denemo-devel] Newbie getting MIDI K/B to work with ALSA and qjackctl, Éloi Rivard, 2014/01/21
- Re: [Denemo-devel] Newbie getting MIDI K/B to work with ALSA and qjackctl, Edgar Aichinger, 2014/01/22
- [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to work with ALSA and qjackctl), Richard Shann, 2014/01/22
- Re: [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to work with ALSA and qjackctl), Richard Shann, 2014/01/22
- Re: [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to work with ALSA and qjackctl),
Richard Shann <=
- Re: [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to work with ALSA and qjackctl), Jeremiah Benham, 2014/01/27
- Re: [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to work with ALSA and qjackctl), Richard Shann, 2014/01/27
- Re: [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to work with ALSA and qjackctl), Richard Shann, 2014/01/29
- Re: [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to work with ALSA and qjackctl), Jeremiah Benham, 2014/01/29
- Re: [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to work with ALSA and qjackctl), Richard Shann, 2014/01/30
- Re: [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to work with ALSA and qjackctl), Jeremiah Benham, 2014/01/30
- Message not available
- Re: [Denemo-devel] Release 1.1.2 (was Re: Newbie getting MIDI K/B to work with ALSA and qjackctl), Richard Shann, 2014/01/30