diff options
author | cbdev <cb@cbcdn.com> | 2018-03-01 17:47:28 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2018-03-01 17:47:28 +0100 |
commit | 453adecd04dea09f4ec1c3c26cb86c3593077085 (patch) | |
tree | a92fa3cd7a3489690ee5ae03ffc54dfcfd28cf14 /osc.c | |
parent | b266b47ec7da4a1d307c6389d43034e75a71d0be (diff) | |
download | midimonster-453adecd04dea09f4ec1c3c26cb86c3593077085.tar.gz midimonster-453adecd04dea09f4ec1c3c26cb86c3593077085.tar.bz2 midimonster-453adecd04dea09f4ec1c3c26cb86c3593077085.zip |
sACN documentation, Update OSC config syntax
Diffstat (limited to 'osc.c')
-rw-r--r-- | osc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -401,7 +401,7 @@ static int backend_configure_instance(instance* inst, char* option, char* value) } return 0; } - else if(!strcmp(option, "dest")){ + else if(!strcmp(option, "dest") || !strcmp(option, "destination")){ if(!strncmp(value, "learn", 5)){ data->learn = 1; |