revised version of F746_SD_GraphicEqualizer

Dependencies:   BSP_DISCO_F746NG F746_GUI F746_SAI_IO FrequencyResponseDrawer LCD_DISCO_F746NG SDFileSystem_Warning_Fixed TS_DISCO_F746NG mbed

Fork of F746_SD_GraphicEqualizer by 不韋 呂

Revision:
5:a5a4f9d7b26c
Parent:
2:2a5c93bf729a
--- a/MyClasses_Functions/MyFunctions.hpp	Wed May 04 12:41:02 2016 +0000
+++ b/MyClasses_Functions/MyFunctions.hpp	Sat May 07 07:33:52 2016 +0000
@@ -1,13 +1,13 @@
 //--------------------------------------------------------------
 //  グラフィックイコライザ付き SD オーディオプレーヤーで使う大域関数(ヘッダ)
 //
-//  2016/04/27, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/05/07, Copyright (c) 2016 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #ifndef F746_MY_FUNCTIONS_HPP
 #define F746_MY_FUNCTIONS_HPP
 
-#include "SAI_Output.hpp"
+#include "SAI_InOut.hpp"
 #include "ButtonGroup.hpp"
 #include "FileSelectorWav.hpp"
 #include "DesignerDrawer.hpp"
@@ -18,7 +18,7 @@
 using namespace Mikami;
 
 // 1フレーム分の信号処理 (イコライザ) の実行
-void ProcessSignal(SD_WavReader &sdReader, SaiIO_O &mySai,
+void ProcessSignal(SD_WavReader &sdReader, SaiIO &mySai,
                    int16_t sn[], BiquadGrEq hn[],
                    int stages, bool on);