summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-waveview.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-10 18:43:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-10 18:43:09 +0000
commit1eb4f9a2dae44513ca66a5fc9f01b92237f5ae61 (patch)
treea83918c66dbd95565dda921f9f0feac62fbffc6a /gtk2_ardour/canvas-waveview.h
parent9a3d9dcb3c37dbf2540318d3ff90b805985a449f (diff)
add option to not use gradients when rendering waveforms (#4944)
git-svn-id: svn://localhost/ardour2/branches/3.0@13015 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/canvas-waveview.h')
-rw-r--r--gtk2_ardour/canvas-waveview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/canvas-waveview.h b/gtk2_ardour/canvas-waveview.h
index f04a4b38c2..9ece3f5425 100644
--- a/gtk2_ardour/canvas-waveview.h
+++ b/gtk2_ardour/canvas-waveview.h
@@ -64,6 +64,8 @@ struct _GnomeCanvasWaveViewCache
GnomeCanvasWaveViewCache* gnome_canvas_waveview_cache_new ();
void gnome_canvas_waveview_cache_destroy (GnomeCanvasWaveViewCache*);
+void gnome_canvas_waveview_set_gradient_waveforms (int);
+
typedef gulong (*waveview_length_function_t)(void*);
typedef gulong (*waveview_sourcefile_length_function_t)(void*, double);
typedef void (*waveview_gain_curve_function_t)(void *arg, double start, double end, float* vector, gint64 veclen);