summaryrefslogtreecommitdiff
path: root/usr.bin/midiplay/midiplay.c
AgeCommit message (Expand)Author
2010-02-13convert midiplay to sndio(7) so it can be used with soft synths, forAlexandre Ratchov
2009-10-14add a missing flag to usage; while here, slightly improve spacingIgor Sobrado
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2005-11-06Instead of always forcing General MIDI 1 mode make it an optionJonathan Gray
2005-07-28Fix bug that prevented system exclusive messages longer than 6 bytesJonathan Gray
2005-03-11- synopsis according to style(9)Jason McIntyre
2004-05-14little cleanupsTed Unangst
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1999-01-01MIDI file playerNiklas Hallqvist