aboutsummaryrefslogtreecommitdiffstats
path: root/src/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/globals.c b/src/globals.c
index b94cb11..7361129 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -190,3 +190,15 @@ typedef enum Prob {
190 PROB_20, 190 PROB_20,
191 PROB_NUM, 191 PROB_NUM,
192} Prob; 192} Prob;
193
194bool redraw_pattern_buttons = true;
195bool redraw_play_pause = true;
196bool redraw_trigs = true;
197bool redraw_channels = true;
198bool redraw_bank_buttons = true;
199bool redraw_params = true;
200bool redraw_bpm = true;
201bool redraw_scale = true;
202bool update_bpm = false;
203u8 bar_counter = 0;
204