set + store signal chain latency for all processors; DiskWriter sets its capture_offs...
[ardour.git] / libs / ardour / ardour / disk_writer.h
1 /*
2     Copyright (C) 2009-2016 Paul Davis
3
4     This program is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation; either version 2 of the License, or
7     (at your option) any later version.
8
9     This program is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.
13
14     You should have received a copy of the GNU General Public License
15     along with this program; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
18 */
19
20 #ifndef __ardour_disk_writer_h__
21 #define __ardour_disk_writer_h__
22
23 #include <list>
24 #include <vector>
25
26 #include "pbd/i18n.h"
27
28 #include "ardour/disk_io.h"
29 #include "ardour/midi_buffer.h"
30
31 namespace ARDOUR
32 {
33
34 class AudioFileSource;
35 class SMFSource;
36 class MidiSource;
37
38 class LIBARDOUR_API DiskWriter : public DiskIOProcessor
39 {
40   public:
41         DiskWriter (Session&, std::string const & name, DiskIOProcessor::Flag f = DiskIOProcessor::Flag (0));
42         ~DiskWriter ();
43
44         bool set_name (std::string const & str);
45         std::string display_name() const { return std::string (_("writer")); }
46
47         virtual bool set_write_source_name (const std::string& str);
48
49         bool           recordable()  const { return _flags & Recordable; }
50
51         static framecnt_t chunk_frames() { return _chunk_frames; }
52         static framecnt_t default_chunk_frames ();
53         static void set_chunk_frames (framecnt_t n) { _chunk_frames = n; }
54
55         void run (BufferSet& /*bufs*/, framepos_t /*start_frame*/, framepos_t /*end_frame*/, double speed, pframes_t /*nframes*/, bool /*result_required*/);
56         void non_realtime_locate (framepos_t);
57         void realtime_handle_transport_stopped ();
58
59         virtual XMLNode& state (bool full);
60         int set_state (const XMLNode&, int version);
61
62         std::string write_source_name () const {
63                 if (_write_source_name.empty()) {
64                         return name();
65                 } else {
66                         return _write_source_name;
67                 }
68         }
69
70         boost::shared_ptr<AudioFileSource> audio_write_source (uint32_t n=0) {
71                 boost::shared_ptr<ChannelList> c = channels.reader();
72                 if (n < c->size()) {
73                         return (*c)[n]->write_source;
74                 }
75
76                 return boost::shared_ptr<AudioFileSource>();
77         }
78
79         boost::shared_ptr<SMFSource> midi_write_source () { return _midi_write_source; }
80
81         virtual std::string steal_write_source_name ();
82         int use_new_write_source (DataType, uint32_t n = 0);
83         void reset_write_sources (bool, bool force = false);
84
85         AlignStyle  alignment_style() const { return _alignment_style; }
86         AlignChoice alignment_choice() const { return _alignment_choice; }
87         void       set_align_style (AlignStyle, bool force=false);
88         void       set_align_choice (AlignChoice a, bool force=false);
89
90         PBD::Signal0<void> AlignmentStyleChanged;
91
92         void set_input_latency (framecnt_t);
93
94         bool configure_io (ChanCount in, ChanCount out);
95
96         std::list<boost::shared_ptr<Source> >& last_capture_sources () { return _last_capture_sources; }
97
98         bool         record_enabled() const { return g_atomic_int_get (const_cast<gint*>(&_record_enabled)); }
99         bool         record_safe () const { return g_atomic_int_get (const_cast<gint*>(&_record_safe)); }
100         virtual void set_record_enabled (bool yn);
101         virtual void set_record_safe (bool yn);
102
103         bool destructive() const { return _flags & Destructive; }
104         int set_destructive (bool yn);
105         int set_non_layered (bool yn);
106         bool can_become_destructive (bool& requires_bounce) const;
107
108         /** @return Start position of currently-running capture (in session frames) */
109         framepos_t current_capture_start() const { return capture_start_frame; }
110         framepos_t current_capture_end()   const { return capture_start_frame + capture_captured; }
111         framepos_t get_capture_start_frame (uint32_t n = 0) const;
112         framecnt_t get_captured_frames (uint32_t n = 0) const;
113
114         float buffer_load() const;
115
116         virtual void request_input_monitoring (bool) {}
117         virtual void ensure_input_monitoring (bool) {}
118
119         framecnt_t   capture_offset() const { return _capture_offset; }
120         virtual void set_capture_offset ();
121
122         int seek (framepos_t frame, bool complete_refill);
123
124         static PBD::Signal0<void> Overrun;
125
126         void set_note_mode (NoteMode m);
127
128         /** Emitted when some MIDI data has been received for recording.
129          *  Parameter is the source that it is destined for.
130          *  A caller can get a copy of the data with get_gui_feed_buffer ()
131          */
132         PBD::Signal1<void, boost::weak_ptr<MidiSource> > DataRecorded;
133
134         PBD::Signal0<void> RecordEnableChanged;
135         PBD::Signal0<void> RecordSafeChanged;
136
137         void check_record_status (framepos_t transport_frame, bool can_record);
138
139         void transport_looped (framepos_t transport_frame);
140         void transport_stopped_wallclock (struct tm&, time_t, bool abort);
141
142         void adjust_buffering ();
143
144   protected:
145         friend class Track;
146         int do_flush (RunContext context, bool force = false);
147
148         void get_input_sources ();
149         void prepare_record_status (framepos_t /*capture_start_frame*/);
150         void set_align_style_from_io();
151         void setup_destructive_playlist ();
152         void use_destructive_playlist ();
153         void prepare_to_stop (framepos_t transport_pos, framepos_t audible_frame);
154
155         void engage_record_enable ();
156         void disengage_record_enable ();
157         void engage_record_safe ();
158         void disengage_record_safe ();
159
160         bool prep_record_enable ();
161         bool prep_record_disable ();
162
163         void calculate_record_range (
164                 Evoral::OverlapType ot, framepos_t transport_frame, framecnt_t nframes,
165                 framecnt_t& rec_nframes, framecnt_t& rec_offset
166                 );
167
168         mutable Glib::Threads::Mutex capture_info_lock;
169         CaptureInfos capture_info;
170
171   private:
172         gint         _record_enabled;
173         gint         _record_safe;
174         framepos_t    capture_start_frame;
175         framecnt_t    capture_captured;
176         bool          was_recording;
177         framecnt_t    adjust_capture_position;
178         framecnt_t   _capture_offset;
179         framepos_t    first_recordable_frame;
180         framepos_t    last_recordable_frame;
181         int           last_possibly_recording;
182         AlignStyle   _alignment_style;
183         AlignChoice  _alignment_choice;
184         std::string   _write_source_name;
185         boost::shared_ptr<SMFSource> _midi_write_source;
186
187         std::list<boost::shared_ptr<Source> > _last_capture_sources;
188         std::vector<boost::shared_ptr<AudioFileSource> > capturing_sources;
189
190         static framecnt_t _chunk_frames;
191
192         NoteMode                     _note_mode;
193         volatile gint                _frames_pending_write;
194         volatile gint                _num_captured_loops;
195         framepos_t                   _accumulated_capture_offset;
196
197         /** A buffer that we use to put newly-arrived MIDI data in for
198             the GUI to read (so that it can update itself).
199         */
200         MidiBuffer                   _gui_feed_buffer;
201         mutable Glib::Threads::Mutex _gui_feed_buffer_mutex;
202
203         void finish_capture (boost::shared_ptr<ChannelList> c);
204 };
205
206 } // namespace
207
208 #endif /* __ardour_disk_writer_h__ */