denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] [bug #40911] MIDI instrument list is not correct


From: Richard Shann
Subject: [Denemo-devel] [bug #40911] MIDI instrument list is not correct
Date: Sun, 22 Dec 2013 18:00:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131030 Firefox/17.0 Iceweasel/17.0.10

Follow-up Comment #5, bug #40911 (project denemo):

Having said that, I don't think this code can be right:

instrument_list = g_list_insert (instrument_list, g_strdup ((gchar *) name),
preset);


g_list_insert inserts at a place in a list. But for random values of preset
that place will not exist, so it will default to inserting somewhere else.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40911>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]