From 88beef2e93d26d28467fe151f5ef2972d0ca9169 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 13 Jul 2009 00:26:28 +0000 Subject: merge pre- and post-fader processor boxes; start removing Placement (not finished) ; add -DWAF_BUILD and use per-directory foobar-config.h to correctly pick up configure-time settings like HAVE_OGG ; check for libgiomm (part of upgrade to newer gtk stack); 32 bit marker reload fix from 2.X; audiounit IO config cache fix from 2.X; multi-add route template fix from 2.X; plugin GUI delete fix from 2.X; solo button labels are A or P for listen mode git-svn-id: svn://localhost/ardour2/branches/3.0@5344 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/internal_send.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/internal_send.h') diff --git a/libs/ardour/ardour/internal_send.h b/libs/ardour/ardour/internal_send.h index 3172176897..ea2ffce3fe 100644 --- a/libs/ardour/ardour/internal_send.h +++ b/libs/ardour/ardour/internal_send.h @@ -33,6 +33,7 @@ class InternalSend : public Send virtual ~InternalSend (); bool set_name (const std::string&); + bool visible() const; XMLNode& state(bool full); XMLNode& get_state(void); -- cgit v1.2.3