projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae7e547
)
examples/utils.{c,h}: move flush_process prototype to .h
author
Paul Brossier
<piem@piem.org>
Fri, 30 Nov 2007 08:59:33 +0000
(09:59 +0100)
committer
Paul Brossier
<piem@piem.org>
Fri, 30 Nov 2007 08:59:33 +0000
(09:59 +0100)
examples/utils.c
patch
|
blob
|
history
examples/utils.h
patch
|
blob
|
history
diff --git
a/examples/utils.c
b/examples/utils.c
index
77c813f
..
de67627
100644
(file)
--- a/
examples/utils.c
+++ b/
examples/utils.c
@@
-21,7
+21,6
@@
void * lash_thread_main (void * data);
int lash_main (void);
void save_data (void);
void restore_data(lash_config_t * lash_config);
-void flush_process(aubio_process_func_t process_func, aubio_print_func_t print);
pthread_t lash_thread;
#endif /* LASH_SUPPORT */
diff --git
a/examples/utils.h
b/examples/utils.h
index
047b0a5
..
cc75bb6
100644
(file)
--- a/
examples/utils.h
+++ b/
examples/utils.h
@@
-56,6
+56,7
@@
typedef int (*aubio_process_func_t)
(smpl_t **input, smpl_t **output, int nframes);
#endif
void examples_common_process(aubio_process_func_t process_func, aubio_print_func_t print);
+void flush_process(aubio_process_func_t process_func, aubio_print_func_t print);
void send_noteon(int pitch, int velo);