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:
- 26:a6033830d01c
- Parent:
- 25:f230af268e8b
- Child:
- 28:eb0f12304a45
diff -r f230af268e8b -r a6033830d01c Front/Front.h --- a/Front/Front.h Sun May 24 17:10:27 2020 +0000 +++ b/Front/Front.h Sun May 24 17:27:42 2020 +0000 @@ -101,11 +101,16 @@ */ int incrament_adsr(int used, int adsr, int ud); + /**Incraments Filter type + *outputs new filter value + */ + int incrament_filter(int adsr, int ud); + /**Converts Float to Frequency * @changes Pot 1 value to Frequency of tone (int) */ int frequency_convert(Gamepad &pad); - + //pre compilation directive function #ifdef SLOW_TIME /**prints slow time front values output from loop