Commit Graph

15 Commits

Author SHA1 Message Date
mrg e9aad8d696 avoid assert() and simply return errors. 2017-06-03 21:31:14 +00:00
mrg 2c22342178 copyright and date maint. 2016-12-11 08:40:10 +00:00
mrg e03a4ba241 add "-R <roundbeats>" option, to round beat counts to be aligned to
<roundbeats>, which defaults to 1.
2015-09-23 05:31:01 +00:00
mrg 3a70beec89 separate the 3 functions midirecord uses from libaudio.a into its own
file and link it directly, instead of having an (implicit) dependancy
on usr.bin/audio/common being built before usr.bin/midirecord is linked.
2015-06-21 06:06:01 +00:00
mrg 0602c83b22 fix the log message typo. 2015-06-21 06:04:45 +00:00
mrg 9c78f1be19 midirecord first appears in netbsd 7. 2015-06-08 06:33:35 +00:00
christos ee9a5a1870 PR/49716: Henning Petersen: Use false and true on bool, fix sign in printf
formats.
2015-03-04 13:34:49 +00:00
mrg fe7264a410 be explicit about stdout mode. 2015-03-01 09:56:54 +00:00
joerg 6e60cc85b0 Mark debug_log as printf-like. 2015-01-03 22:57:54 +00:00
christos da9cda45ee don't shadow div(3) 2015-01-01 04:57:01 +00:00
mrg 4fe8b4e652 - this is midirecord(1) not midiorecord(1)
- add the -o handling to the getopt() and man page
- bump date
2014-12-30 18:52:47 +00:00
wiz 6fc026f9ce Sync usage with man page. 2014-12-30 12:14:34 +00:00
wiz bd9cac43f4 Describe -T. Sync SYNOPSIS with options. Sort options.
Remove trailing whitespace. Use more markup.
2014-12-30 12:10:07 +00:00
mrg 34602bc4ec only prev_div needs to be static.
add channel to some log messages.
2014-12-30 06:08:14 +00:00
mrg 3f4db5ffea add a program to record midi files from /dev/music.
this doesn't process several potential result that netbsd does
not output on /dev/music, and should be largely complete for
our current sequencer(4).
2014-12-30 04:14:25 +00:00