=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/midi.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/sndiod/midi.c 2012/11/30 22:26:34 1.5 +++ src/usr.bin/sndiod/midi.c 2012/12/01 12:13:34 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: midi.c,v 1.5 2012/11/30 22:26:34 ratchov Exp $ */ +/* $OpenBSD: midi.c,v 1.6 2012/12/01 12:13:34 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * @@ -14,12 +14,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* - * TODO - * - * use shadow variables (to save NRPNs, LSB of controller) - * in the midi merger - */ #include #include #include @@ -216,7 +210,7 @@ } /* - * broadcast the given message to other members of the thru box + * broadcast the given message to other endpoints */ void midi_send(struct midi *iep, unsigned char *msg, int size) @@ -255,7 +249,6 @@ oep->ops->omsg(oep->arg, msg, size); } } - /* * determine if we have gained more input tickets, and if so call the