summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2006-05-17 12:07:16 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2006-05-17 12:07:16 +0000
commitb3b383faa5ca4e2a101314612d69b05184edc422 (patch)
tree709e456eb51260ae12b1d646c89e857e6fb997c0 /gtk2_ardour/mixer_strip.h
parent1242d9595c198bd5cb351271002b1c910ec7864b (diff)
Remove CannotRecordNoInput signal (allowing recording without input connections), provide visual indication of phase reverse, change e.g. 'gain automation' to 'fader automation', enforce mouse button 1 use in mixer strip, make button labels more consistent in mixer strip, disable io change/record enable when disconnected from jack on mixer strip, remove duplicated signal connections and typo in audio_time_axis.cc.
git-svn-id: svn://localhost/trunk/ardour2@505 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index f95a4afebf..32ff691583 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -267,6 +267,9 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
string solo_button_name () const { return "MixerSoloButton"; }
string safe_solo_button_name () const { return "MixerSafeSoloButton"; }
+ void engine_running();
+ void engine_stopped();
+
};
#endif /* __ardour_mixer_strip__ */