Revert commit #39975dc3c6 from Feb 7th
'using namespace ARDOUR;' is needed for the MSVC build. (I guess it could be enclosed by a #ifdef if it's causing issues for the gcc build)
This commit is contained in:
@@ -35,10 +35,11 @@
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace ARDOUR::DSP;
|
||||
using namespace ArdourZita;
|
||||
|
||||
Convolution::Convolution (ARDOUR::Session& session, uint32_t n_in, uint32_t n_out)
|
||||
Convolution::Convolution (Session& session, uint32_t n_in, uint32_t n_out)
|
||||
: SessionHandleRef (session)
|
||||
, _n_samples (0)
|
||||
, _max_size (0)
|
||||
@@ -217,7 +218,7 @@ Convolution::run (BufferSet& bufs, ChanMapping const& in_map, ChanMapping const&
|
||||
/* ****************************************************************************/
|
||||
|
||||
Convolver::Convolver (
|
||||
ARDOUR::Session& session,
|
||||
Session& session,
|
||||
std::string const& path,
|
||||
IRChannelConfig irc,
|
||||
IRSettings irs)
|
||||
|
||||
Reference in New Issue
Block a user