--- np2/sound/vermouth/midiout.c 2003/12/25 05:07:49 1.7 +++ np2/sound/vermouth/midiout.c 2003/12/25 19:26:55 1.9 @@ -2,8 +2,8 @@ #include "midiout.h" -#define MIDIOUT_VERSION 0x104 -#define MIDIOUT_VERSTRING "VERMOUTH 1.04" +#define MIDIOUT_VERSION 0x105 +#define MIDIOUT_VERSTRING "VERMOUTH 1.05" static const char vermouthver[] = MIDIOUT_VERSTRING; @@ -453,7 +453,6 @@ static void ctrlchange(MIDIHDL midi, CHA case CTRL_EXPRESS: ch->expression = val; - TRACEOUT(("exp = %d", val)); volumeupdate(midi, ch); break;