Files
veejay/veejay-ng/ui/anim_ui.h
Niels Elburg 633ea1f4da added veejayui, veejay-ng live user interface trough OSC
git-svn-id: svn://code.dyne.org/veejay/trunk@607 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2006-09-27 20:40:49 +00:00

14 lines
248 B
C

#ifndef ANIM_UI_H
#define ANIM_UI_H
void anim_ui_new(void *sender, char *path, char *types);
void anim_ui_collection_init();
void anim_ui_collection_destroy();
void anim_ui_collection_free();
void anim_ui_collection_bang( double pos );
#endif