On Thu, 2016-01-14 at 14:26 -0600, Jeremiah Benham wrote: > I noticed that for some reason I can't see the midi instruments drop > down in > > Ubuntu. I see a little arrow to view the possible instruments but the > arrow does nothing. > What versions of Gtk does
denemo --version report? Gtk is getting increasingly remote from the API we started with ... The staff_properties_change() function is the one to break at in gdb and instrument_list is the variable that should be populated by the time line 226 of src/ui/staffpropdialog.c is reached Richard BTW I notice that this list is not freed as it should be, evidently at one time it was static, and then, presumably to allow a change of soundfont, it has been made dynamic and yet it it still tested to see if it needs populating, and it is not freed. I'll raise a bug about that, it's not a showstopper. > > Jeremiah > > > On Tue, Jan 12, 2016 at 12:06 PM, Jeremiah Benham > <[email protected]> wrote: > Thanks, I will test this out. > > > Jeremiah > > > On Tue, Jan 12, 2016 at 8:35 AM, Richard Shann > <[email protected]> wrote: > On Mon, 2016-01-11 at 10:03 -0600, Jeremiah Benham > wrote: > > How do I create an instrument template like this for > other > > instruments? > > I realised there were bugs in my MidiInstrumentName > script, and I've > arranged for it to be run when you set the MIDI > instrument in the > (built-in) staff properties. > I updated the Clarinet in Bb template. > In git now. > > Richard > > > > > > _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
