summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/port_manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/port_manager.h b/libs/ardour/ardour/port_manager.h
index 743c006fbd..e2a932e0d9 100644
--- a/libs/ardour/ardour/port_manager.h
+++ b/libs/ardour/ardour/port_manager.h
@@ -181,7 +181,6 @@ class LIBARDOUR_API PortManager
*/
boost::shared_ptr<Ports> _cycle_ports;
- void fade_out (gain_t, gain_t, pframes_t);
void silence (pframes_t nframes, Session *s = 0);
void silence_outputs (pframes_t nframes);
void check_monitoring ();
@@ -198,6 +197,8 @@ class LIBARDOUR_API PortManager
*/
void cycle_end (pframes_t nframes, Session* s = 0);
+ void cycle_end_fade_out (gain_t, gain_t, pframes_t, Session* s = 0);
+
typedef std::map<std::string,MidiPortInformation> MidiPortInfo;
mutable Glib::Threads::Mutex midi_port_info_mutex;