diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2018-04-04 02:57:39 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2018-04-04 02:57:39 +0200 |
commit | 1b07b4d2ea8f716bef832b84bd38a2d0cdabb9b4 (patch) | |
tree | 92180d4e3c447beb20c805b0545c26a558a2276f /config.h | |
parent | 6a7840d9a4e9272761a90e7f82545b86dfb4c479 (diff) |
Make flip pitch its own function
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,3 +89,4 @@ size_t config_dumpstring(int string, char *out, size_t outsize); | |||
89 | char *config_midi_note_to_string(int string); | 89 | char *config_midi_note_to_string(int string); |
90 | void config_reverse_strings(); | 90 | void config_reverse_strings(); |
91 | void config_flip_y(); | 91 | void config_flip_y(); |
92 | void config_flip_pitch(); | ||