File: playback.h

package info (click to toggle)
denemo 0.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 26,724 kB
  • sloc: ansic: 59,006; lisp: 13,874; sh: 11,666; makefile: 2,082; xml: 634; sed: 16
file content (19 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef PLAYBACKH
#define PLAYBACKH
#include <gtk/gtk.h>

gchar *
get_midi_audio_pointer(gchar *audio_device);

void set_tempo (void);
void
ext_midi_playback (GtkAction *action, DenemoScriptParam *param);
void
stop_midi_playback (GtkAction *action, gpointer param);
void 
playback_panic(void);
void
PlaybackRangeDialog();
void
MasterVolumeDialog();
#endif //PLAYBACKH