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.
Diff: Front/Front.h
- Revision:
- 28:eb0f12304a45
- Parent:
- 26:a6033830d01c
- Child:
- 31:cfdb014ff086
--- a/Front/Front.h Sun May 24 21:13:36 2020 +0000 +++ b/Front/Front.h Mon May 25 10:46:02 2020 +0000 @@ -54,6 +54,7 @@ bool noteon; //trigger for play tone int release_flag; //sets 1 for if release on int filter_type; + int oct; #ifdef CSV //COMMA SEPERATED VALUE int itterator; //Itterator for CSV @@ -109,7 +110,7 @@ /**Converts Float to Frequency * @changes Pot 1 value to Frequency of tone (int) */ - int frequency_convert(Gamepad &pad); + int frequency_convert(Gamepad &pad, int oct); //pre compilation directive function #ifdef SLOW_TIME