Date:2012-01-22 20:21:23 (12 years 2 months ago)
Author:Werner Almesberger
Commit:c4ca7dee0cd3ea14bdcd43eef6141bd3151a7dbe
Message:midi2osc: correct usage - the host name follows the mappings

Files: midi2osc/midi2osc.c (1 diff)

Change Details

midi2osc/midi2osc.c
141141static void usage(const char *name)
142142{
143143    fprintf(stderr,
144"usage: %s hostname [-d] [mapping ...] [port]\n\n"
144"usage: %s [-d] [mapping ...] hostname [port]\n\n"
145145" mappings are of the form\n"
146146" c[<chan>][.<control>]=c<chan>[.<control>[=<value>]]\n\n"
147147" -d debug mode: print all MIDI messages\n",

Archive Download the corresponding diff file

Branches:
master



interactive