summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.c b/config.c
index 6b00e5b..e8014c5 100644
--- a/config.c
+++ b/config.c
@@ -436,3 +436,11 @@ config_reverse_strings()
436 } 436 }
437 g_config_source = source_edit; 437 g_config_source = source_edit;
438} 438}
439
440void
441config_flip_y()
442{
443 g_midi_three_octave_split_inverse ^= 1;
444 g_config_source = source_edit;
445 /* TODO: flip pit bend */
446}