|
Digigurdy-baz
|
#include "notes.h"#include "bitmaps.h"#include "eeprom_values.h"#include "config.h"#include "exbutton.h"#include "common.h"#include "usb_power.h"#include "gearcrank.h"#include "hurdygurdy.h"#include "vibknob.h"#include "display.h"#include "startup_screens.h"#include "play_screens.h"#include "pause_screens.h"Functions | |
| MIDI_CREATE_DEFAULT_INSTANCE () | |
| void | setup () |
| The main setup function. More... | |
| void | loop () |
| The main loop function. More... | |
| void loop | ( | ) |
The main loop function.
Arduino/Teensy sketches run this function in a continuous loop.
| MIDI_CREATE_DEFAULT_INSTANCE | ( | ) |
| void setup | ( | ) |
The main setup function.
Arduinio/Teensy sketches run this function once upon startup.
| ADC* adc |
| bool autocrank_toggle_on = false |
| ExButton* bigButton |
| int capo_offset |
| int d_mode |
| int drone_mode |
| ExButton* ex10Button |
| ExButton* ex1Button |
| ExButton* ex2Button |
| ExButton* ex3Button |
| ExButton* ex4Button |
| ExButton* ex5Button |
| ExButton* ex6Button |
| ExButton* ex7Button |
| ExButton* ex8Button |
| ExButton* ex9Button |
| bool first_loop = true |
| bool gc_or_dg |
| int max_capo |
| int max_tpose |
| int mel_mode |
| int mel_vibrato |
| KeyboxButton* my1Button |
| KeyboxButton* my2Button |
| KeyboxButton* my3Button |
| KeyboxButton* my4Button |
| KeyboxButton* my5Button |
| KeyboxButton* my6Button |
| KeyboxButton* myAButton |
| KeyboxButton* myAltTposeButton |
| KeyboxButton* myAltTposeDown |
| KeyboxButton* myAltTposeUp |
| KeyboxButton* myBButton |
| GurdyString* mybuzz |
| GearCrank* mycrank |
| GurdyString* mydrone |
| HurdyGurdy* mygurdy |
| GurdyString* mykeyclick |
| GurdyString* mylowstring |
| int myoffset |
| GurdyString* mystring |
| GurdyString* mytromp |
| VibKnob* myvibknob |
| KeyboxButton* myXButton |
| bool note_display_off = true |
| int play_screen_type |
| uint8_t scene_signal_type |
| int start_time = millis() |
| int stopped_playing_time = 0 |
| int t_mode |
| int test_count = 0 |
| int tpose_offset |
| Tsunami trigger_obj |
| int use_solfege |