From 1b07b4d2ea8f716bef832b84bd38a2d0cdabb9b4 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 4 Apr 2018 02:57:39 +0200 Subject: Make flip pitch its own function --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index ca130ff..ed3f56c 100644 --- a/config.h +++ b/config.h @@ -89,3 +89,4 @@ size_t config_dumpstring(int string, char *out, size_t outsize); char *config_midi_note_to_string(int string); void config_reverse_strings(); void config_flip_y(); +void config_flip_pitch(); -- cgit v1.2.3