From af2c8a166c053ea29cf543e0a15054bdd0e39799 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 8 Apr 2004 03:09:14 +0000 Subject: made mjLib conform to the CVS build system and 0.37 help patch naming scheme svn path=/trunk/externals/mjlib/; revision=1572 --- monorythm.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 monorythm.h (limited to 'monorythm.h') diff --git a/monorythm.h b/monorythm.h deleted file mode 100644 index 4a0f503..0000000 --- a/monorythm.h +++ /dev/null @@ -1,33 +0,0 @@ - -typedef struct _monorhythm -{ - t_object x_obj; - t_clock *x_clock; - t_float *x_pattern; - int x_idx; - int x_size; - t_float x_time; - t_float x_beattime; - int t_running; - int t_exclusive; - t_outlet *x_bang; - t_outlet *x_sync; - t_outlet *x_accent; -} t_monorhythm; - -static void monorhythm_tick(t_monorhythm *x); -static void monorhythm_start(t_monorhythm *x); -static void monorhythm_stop(t_monorhythm *x); -static void monorhythm_free(t_monorhythm *x); -static void *monorhythm_new(t_symbol *s, int argc, t_atom *argv); -static void monorhythm_pattern_seq( t_monorhythm *x, t_symbol *s, int ac, t_atom *av ); -static void monorhythm_time_float( t_monorhythm *x1, t_float f ); -static void monorhythm_calculate_beat_interval( t_monorhythm *x ); -static void monorhythm_set_time( t_monorhythm *x, t_float f ); -static void monorhythm_restart(t_monorhythm *x); -static void monorhythm_do_beat( t_monorhythm* x ); -static void monorhythm_set_exclusive(t_monorhythm *x); -static void monorhythm_set_nonexclusive(t_monorhythm *x); - - - -- cgit v1.2.1