summaryrefslogtreecommitdiff
path: root/src/exportmidi.h
blob: 895562c407f208768d89e608ff9a7d5d07c50ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* exportmidi.h
 * Header file for Standard MIDI output
 * for Denemo, a gtk+ frontend to GNU Lilypond
 *
 * (c) 2001 Per Andersson 
 * 2009 RTS */

#include <gtk/gtk.h>

gdouble exportmidi( gchar * filename, DenemoScore *si, gint start, gint end);

gchar *substitute_midi_values(gchar* str, gint channel, gint volume);

void free_midi_data(DenemoScore *si);