score-avnd-amuencha/Amuencha/AmuenchaModel.cpp

15 lines
205 B
C++
Raw Normal View History

2024-10-12 22:18:42 +01:00
#include "Amuencha.hpp"
namespace Amuencha
{
void Analyser::operator()(halp::tick t)
{
// Process the input buffer
auto* in = inputs.audio[0];
// for(int j{0}; j < t.frames; j++)
// {
// }
}
}