Files
ComSquare/sources/APU/DSP/Echo.cpp
Melefo 61ef40e968 new DSP architecture (is this one correct ?)
Start of voice & echo functions (need to name them)
2021-02-03 01:34:43 +01:00

73 lines
572 B
C++

//
// Created by melefo on 2/1/21.
//
#include "DSP.hpp"
namespace ComSquare::APU::DSP
{
void DSP::echo22()
{
}
void DSP::echo23()
{
}
void DSP::echo24()
{
}
void DSP::echo25()
{
}
void DSP::echo26()
{
}
void DSP::echo27()
{
}
void DSP::echo28()
{
}
void DSP::echo29()
{
}
void DSP::echo30()
{
}
void DSP::misc27()
{
}
void DSP::misc28()
{
}
void DSP::misc29()
{
}
void DSP::misc30()
{
}
}