Mercurial > audlegacy-plugins
view src/echo_plugin/echo.h @ 193:4b48e6e9b3cb trunk
[svn] - rewrite line drawing algorithm for speed
- use lines instead of dots by default in horizontal and vertical waveforms
| author | nenolod |
|---|---|
| date | Fri, 03 Nov 2006 02:54:12 -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
