create feature branch for #242

This commit is contained in:
c0ntrol
2019-07-11 22:32:37 +02:00
parent e300d0d8bc
commit ff04950dae
10 changed files with 459 additions and 65 deletions

View File

@@ -204,6 +204,7 @@ extern int sample_readFromFile(char *, void *vp, void *ptr, void *font, void *el
extern int sample_writeToFile(char *, void *vp, void *ptr, void *font, int id, int mode);
#endif
extern int sample_update_offset(int s1, int nframe);
extern int sample_get_position(int s1);
extern int sample_set_state(int new_state);
extern int sample_get_state();
extern sample_info *sample_skeleton_new(long startFrame, long endFrame);