Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: F746_GUI F746_SAI_IO
Revision 7:a392487bcf7d, committed 2016-11-06
- 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());
}