diff options
| author | erdgeist <erdgeist@bauklotz.fritz.box> | 2018-04-04 02:30:34 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2018-04-04 02:30:34 +0200 |
| commit | 2869d9ac16d4528ff59fe438c0f777275bec9544 (patch) | |
| tree | b17c3781a462ecdfd402d7e9ba82357750392684 /config.c | |
| parent | 0c920c9dc7b7c5ee050747a13d4a06e136397bcb (diff) | |
Handle flipping Y in config.c
Diffstat (limited to 'config.c')
| -rw-r--r-- | config.c | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -436,3 +436,11 @@ config_reverse_strings() | |||
| 436 | } | 436 | } |
| 437 | g_config_source = source_edit; | 437 | g_config_source = source_edit; |
| 438 | } | 438 | } |
| 439 | |||
| 440 | void | ||
| 441 | config_flip_y() | ||
| 442 | { | ||
| 443 | g_midi_three_octave_split_inverse ^= 1; | ||
| 444 | g_config_source = source_edit; | ||
| 445 | /* TODO: flip pit bend */ | ||
| 446 | } | ||
