Mercurial > audlegacy-plugins
view src/echo_plugin/echo.h @ 304:3d0b7ca9c8eb trunk
[svn] - add pn_draw_dot() and convert some functions to use that instead of redundant checks all over the code.
| author | nenolod |
|---|---|
| date | Thu, 23 Nov 2006 00:02:25 -0800 |
| parents | 46730e83b1e2 |
| children |
line wrap: on
line source
#ifndef ECHO_H #define ECHO_H #include <glib.h> #define MAX_DELAY 1000 void echo_about(void); void echo_configure(void); extern gint echo_delay, echo_feedback, echo_volume; extern gboolean echo_surround_enable; #endif
