From 846bdedf13a4a38340c4c583e14ee6354135d785 Mon Sep 17 00:00:00 2001 From: yaw-man Date: Wed, 14 Sep 2022 19:05:14 -0400 Subject: [PATCH] Pitch corrector --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 01a9451..cc47410 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.10) add_subdirectory(yaw-tab) add_subdirectory(yaw-shepard) -add_subdirectory(yaw-vowel) \ No newline at end of file +add_subdirectory(yaw-vowel) +add_subdirectory(yaw-totune) \ No newline at end of file