#include "Constant.hpp" namespace muz { /*explicit*/ Constant::Constant(AudioConf const& conf, float value) : m_conf { conf } , m_value { value } { } /*virtual*/ Constant::~Constant() { } void Constant::next(std::vector& out) /*override*/ { for (int i=0; i