summaryrefslogtreecommitdiff
path: root/gtk2_ardour/waveview.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-15 03:12:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-15 03:12:16 +0000
commitbeb3ee233969b7a1a7863102d0d38484f327dae3 (patch)
tree53d971313be7736e83c37a8f1fcf2a717f0ad1aa /gtk2_ardour/waveview.h
parentb373ef6a243b0cf8fbb0ef7190f0631ee0cd8899 (diff)
fix sigc++ SConscript, get crossfade_edit.cc to compile
git-svn-id: svn://localhost/trunk/ardour2@97 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/waveview.h')
-rw-r--r--gtk2_ardour/waveview.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/gtk2_ardour/waveview.h b/gtk2_ardour/waveview.h
index 047d125cdd..87e38fe1da 100644
--- a/gtk2_ardour/waveview.h
+++ b/gtk2_ardour/waveview.h
@@ -111,10 +111,12 @@ private:
public:
WaveView(Group& parent);
+ static void* create_cache();
+
Glib::PropertyProxy<void*> property_data_src();
Glib::PropertyProxy_ReadOnly<void*> property_data_src() const;
- Glib::PropertyProxy<void*> property_channel();
- Glib::PropertyProxy_ReadOnly<void*> property_channel() const;
+ Glib::PropertyProxy<uint32_t> property_channel();
+ Glib::PropertyProxy_ReadOnly<uint32_t> property_channel() const;
Glib::PropertyProxy<void*> property_length_function();
Glib::PropertyProxy_ReadOnly<void*> property_length_function() const;
Glib::PropertyProxy<void*> property_sourcefile_length_function();
@@ -127,8 +129,8 @@ public:
Glib::PropertyProxy_ReadOnly<void*> property_gain_src() const;
Glib::PropertyProxy<void*> property_cache();
Glib::PropertyProxy_ReadOnly<void*> property_cache() const;
- Glib::PropertyProxy<void*> property_cache_updater();
- Glib::PropertyProxy_ReadOnly<void*> property_cache_updater() const;
+ Glib::PropertyProxy<bool> property_cache_updater();
+ Glib::PropertyProxy_ReadOnly<bool> property_cache_updater() const;
Glib::PropertyProxy<double> property_samples_per_unit();
Glib::PropertyProxy_ReadOnly<double> property_samples_per_unit() const;
Glib::PropertyProxy<double> property_amplitude_above_axis();