/* * NCLOOPER INTERACTIVE */ #include #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; } /* --------------------------------------------------------------------- */