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