aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2017-06-04 22:49:27 +0200
committercbdev <cb@cbcdn.com>2017-06-04 22:49:27 +0200
commitc47b0765a8605b9afcc6205a6d2396ccbe3d5e05 (patch)
tree6cea50c068b08f67039649ef0f76ad9df68b3d85 /backend.h
parent11e9dec049e64989c5f3656415d00c6c69851e8e (diff)
downloadmidimonster-c47b0765a8605b9afcc6205a6d2396ccbe3d5e05.tar.gz
midimonster-c47b0765a8605b9afcc6205a6d2396ccbe3d5e05.tar.bz2
midimonster-c47b0765a8605b9afcc6205a6d2396ccbe3d5e05.zip
Implement channel mapping
Diffstat (limited to 'backend.h')
-rw-r--r--backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.h b/backend.h
index 65ca97e..e1ad4ab 100644
--- a/backend.h
+++ b/backend.h
@@ -3,3 +3,4 @@ instance* instance_match(char* name);
int backends_start();
int backends_stop();
void instances_free();
+void channels_free();