autovol defaults to 1

This commit is contained in:
Alexandre Ratchov 2011-10-08 16:06:47 +02:00
parent 6e0d4f312e
commit fbba1f101a
1 changed files with 2 additions and 2 deletions

View File

@ -385,8 +385,8 @@ main(int argc, char **argv)
hdr = HDR_AUTO;
xrun = XRUN_IGNORE;
vol = MIDI_MAXCTL;
hold = join = 1;
mmc = autovol = 0;
hold = join = autovol = 1;
mmc = 0;
bufsz = 0;
round = 0;
unit = 0;