Ardour  9.0-pre0-582-g084a23a80d
capturing_processor.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2013-2017 Paul Davis <paul@linuxaudiosystems.com>
3  * Copyright (C) 2013-2017 Robin Gareus <robin@gareus.org>
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License along
16  * with this program; if not, write to the Free Software Foundation, Inc.,
17  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18  */
19 
20 #pragma once
21 
22 #include "ardour/fixed_delay.h"
23 #include "ardour/processor.h"
24 #include "ardour/types.h"
25 
26 namespace ARDOUR {
27 
29 {
30 public:
33 
34 public: // main interface
35  BufferSet const & get_capture_buffers() const { return capture_buffers; }
36 
37 public: // Processor overrides
38  bool display_to_user() const { return false; }
39  int set_block_size (pframes_t nframes);
40  void run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_sample, double speed, pframes_t nframes, bool result_required);
43 
44 protected:
45  XMLNode& state () const;
46 
47 private:
49 
54 };
55 
56 } // namespace ARDOUR
57 
BufferSet const & get_capture_buffers() const
bool configure_io(ChanCount in, ChanCount out)
XMLNode & state() const
CapturingProcessor(Session &session, samplecnt_t latency)
void run(BufferSet &bufs, samplepos_t start_sample, samplepos_t end_sample, double speed, pframes_t nframes, bool result_required)
bool can_support_io_configuration(const ChanCount &in, ChanCount &out)
int set_block_size(pframes_t nframes)
Definition: xml++.h:114
#define LIBARDOUR_API
void session(lua_State *L)
uint32_t pframes_t
Temporal::samplecnt_t samplecnt_t
Temporal::samplepos_t samplepos_t