mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-20 14:15:11 +00:00
new DSP architecture (is this one correct ?)
Start of voice & echo functions (need to name them)
This commit is contained in:
73
sources/APU/DSP/Echo.cpp
Normal file
73
sources/APU/DSP/Echo.cpp
Normal file
@@ -0,0 +1,73 @@
|
||||
//
|
||||
// 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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user