13
0

amend last commit

This commit is contained in:
Robin Gareus 2016-03-25 20:40:26 +01:00
parent 5fb5a20e08
commit 6d735dafe2

View File

@ -216,8 +216,8 @@ class LIBARDOUR_API PluginInsert : public Processor
/** details of the match currently being used */
Match _match;
std::map <int, ARDOUR::ChanMapping> _in_map;
std::map <int, ARDOUR::ChanMapping> _out_map;
std::map <uint32_t, ARDOUR::ChanMapping> _in_map;
std::map <uint32_t, ARDOUR::ChanMapping> _out_map;
void automation_run (BufferSet& bufs, framepos_t start, pframes_t nframes);
void connect_and_run (BufferSet& bufs, pframes_t nframes, framecnt_t offset, bool with_auto, framepos_t now = 0);