Add tone equalizer to batch editor

This commit is contained in:
Lawrence Lee
2022-06-12 16:57:40 -07:00
parent bd3bd809b5
commit 3e2337bfae
11 changed files with 119 additions and 17 deletions

View File

@@ -18,6 +18,7 @@
*/
#pragma once
#include <array>
#include <cmath>
#include <cstdio>
#include <map>