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.
Revision 4:dbd755f9fca6, committed 2015-09-24
- Comitter:
- vaifreak
- Date:
- Thu Sep 24 11:35:30 2015 +0000
- Parent:
- 3:1666e2d5bd46
- Commit message:
- Guitar Effector using "mbed application board".
Changed in this revision
Menu.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Menu.h Fri Sep 18 16:57:32 2015 +0000 +++ b/Menu.h Thu Sep 24 11:35:30 2015 +0000 @@ -11,6 +11,7 @@ #include "C12832.h" +#define EFFECT_ON_INIT true //--------------------------------------------- // @@ -111,7 +112,7 @@ delay = delay_; for(int i=0; i<FUNCTION_MAX; i++){ - isOn[i] = true; + isOn[i] = EFFECT_ON_INIT; } current_function = 0; @@ -124,8 +125,8 @@ filter_hpf_Q = filter_hpf->GetQ(); UpdateHpfParam(); - drive_gain = 15.0f; - drive_volume = 0.35f; + drive_gain = 9.0f; + drive_volume = 0.45f; UpdateDriveParam(); delay_time = 0.8f;