Parent Directory
|
Revision Log
remake/add cabestan.h
1 | ben | 11 | #ifndef CABESTAN_H |
2 | #define CABESTAN_H | ||
3 | |||
4 | #include <jack/jack.h> | ||
5 | |||
6 | typedef struct { | ||
7 | jack_client_t *jackd_client; /* jackd handle */ | ||
8 | GtkWidget *timeline; /* the gtk timeline label */ | ||
9 | GtkWidget *frame_check; /* the gtk frame check */ | ||
10 | } AppData; | ||
11 | |||
12 | #define TIMERVAL 300 | ||
13 | |||
14 | gchar* format_time (float secs); | ||
15 | |||
16 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.26 |