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:
- 31:cfdb014ff086
- Parent:
- 28:eb0f12304a45
- Child:
- 33:e7635c8a58a8
diff -r 08cc4ec58d07 -r cfdb014ff086 Front/Front.h --- a/Front/Front.h Tue May 26 10:17:47 2020 +0000 +++ b/Front/Front.h Tue May 26 14:21:36 2020 +0000 @@ -55,6 +55,7 @@ int release_flag; //sets 1 for if release on int filter_type; int oct; + int lr; #ifdef CSV //COMMA SEPERATED VALUE int itterator; //Itterator for CSV @@ -90,12 +91,6 @@ * @prints correct graphic dependant on filter_type */ void printfilter(N5110 &lcd, int filter_type); - - /**Manages Parameter - * @manages joystick input - * @converts to parameter sleected + value - */ - int parameter_manager(Gamepad &pad, int dir, int a, int d, int s, int r); /**incraments correct adsr value * @outputs new ADSR value when called @@ -111,6 +106,10 @@ * @changes Pot 1 value to Frequency of tone (int) */ int frequency_convert(Gamepad &pad, int oct); + + /**fader Select Change + */ + int fader_select(int used, int lr); //pre compilation directive function #ifdef SLOW_TIME