pre-xmas commit
This commit is contained in:
23
interactive.c
Normal file
23
interactive.c
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* NCLOOPER INTERACTIVE
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "nclooper.h"
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
extern int verbosity;
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
int enter_interactive(SampleRef *psmpl, int notused)
|
||||
{
|
||||
|
||||
#if DEBUG_LEVEL
|
||||
fprintf(stderr, ">>> %s ( %p %d )\n", __func__, psmpl, notused);
|
||||
#endif
|
||||
|
||||
return -1;
|
||||
}
|
||||
/* --------------------------------------------------------------------- */
|
||||
Reference in New Issue
Block a user