[beast/wip/soundfont: 23/832] BEAST-GTK: remove sound font related debugging code
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/wip/soundfont: 23/832] BEAST-GTK: remove sound font related debugging code
- Date: Sun, 6 Nov 2016 11:50:52 +0000 (UTC)
commit 6b6764b148d477b5557d3c3324ebb239f62ad12d
Author: Stefan Westerfeld <stefan space twc de>
Date: Tue Nov 9 03:08:14 2010 +0100
BEAST-GTK: remove sound font related debugging code
beast-gtk/bsttrackview.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/beast-gtk/bsttrackview.c b/beast-gtk/bsttrackview.c
index e6c44e9..f0206f1 100644
--- a/beast-gtk/bsttrackview.c
+++ b/beast-gtk/bsttrackview.c
@@ -211,15 +211,10 @@ track_view_synth_edited (BstTrackView *self,
GSList *slist = NULL;
/* list possible snet/wave/sound_font_preset candidates */
BsePropertyCandidates *pc = bse_item_get_property_candidates (item, "snet");
- printf ("[0] slist=%p\n", slist);
slist = g_slist_append (slist, pc->items);
pc = bse_item_get_property_candidates (item, "wave");
- printf ("[1] slist=%p\n", slist);
slist = g_slist_append (slist, pc->items);
pc = bse_item_get_property_candidates (item, "sound_font_preset");
- printf ("[2] slist=%p\n", slist);
- printf ("pc=%p\n", pc);
- printf ("pc->items=%p\n", pc->items);
slist = g_slist_append (slist, pc->items);
/* find best match */
proxy = bst_item_seq_list_match (slist, text);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]