不韋 呂 / F746_AcousticEffector_MIC

Dependencies:   F746_GUI F746_SAI_IO

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Sun Nov 06 13:36:22 2016 +0000
Parent:
6:38f7dce055d0
Child:
8:9378fea59845
Commit message:
8

Changed in this revision

F746_GUI.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/F746_GUI.lib	Sun Oct 02 10:44:58 2016 +0000
+++ b/F746_GUI.lib	Sun Nov 06 13:36:22 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/MikamiUitOpen/code/F746_GUI/#2078556088a6
+http://mbed.org/users/MikamiUitOpen/code/F746_GUI/#6dcf9676d0c5
--- a/main.cpp	Sun Oct 02 10:44:58 2016 +0000
+++ b/main.cpp	Sun Nov 06 13:36:22 2016 +0000
@@ -2,7 +2,7 @@
 //  MEMS マイクの入力に対して音響効果を与える
 //      音響効果:エコー生成,周波数シフト
 //
-//  2016/10/02, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/11/06, Copyright (c) 2016 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #include "EffectorInitializeGUI.hpp"
@@ -65,7 +65,7 @@
         if (menuNum == 2)
             if (barFqCh->Slide())
             {
-                frqLabel->Draw("+%d Hz", barFqCh->GetIntValue());
+                frqLabel->Draw(barFqCh->GetIntValue());
                 shifter.SetFrequensy(barFqCh->GetIntValue());
             }