History log of /src/usr.bin/midirecord |
Revision | Date | Author | Comments |
1.2 | 21-Jun-2015 |
mrg | 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.
|
1.1 | 30-Dec-2014 |
mrg | branches: 1.1.2; 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).
|
1.1.2.2 | 12-Jan-2015 |
martin | Pull up following revision(s) (requested by mrg in ticket #409): usr.bin/midirecord/Makefile: revision 1.1 usr.bin/midirecord/midirecord.1: revision 1.1-1.3 usr.bin/midirecord/midirecord.c: revision 1.1-1.6 usr.bin/Makefile: revision 1.219 distrib/sets/lists/base/mi: revision 1.1093 distrib/sets/lists/man/mi: revision 1.1492 distrib/sets/lists/debug/mi: revision 1.98 Add midirecord.
|
1.1.2.1 | 30-Dec-2014 |
martin | file Makefile was added on branch netbsd-7 on 2015-01-12 10:22:22 +0000
|
1.9 | 04-Feb-2024 |
mrg | update my email address.
|
1.8 | 14-Mar-2020 |
wiz | Sort sections. Fix date.
|
1.7 | 14-Mar-2020 |
mrg | add an example of using midirecord(1) to learn about how device specific MIDI messages are formed, allowing their use from MIDI input files, not just the device controls.
using this method, i can now control the voice mode type on my new synth.
|
1.6 | 11-Dec-2016 |
mrg | branches: 1.6.14; copyright and date maint.
|
1.5 | 23-Sep-2015 |
mrg | branches: 1.5.2; add "-R <roundbeats>" option, to round beat counts to be aligned to <roundbeats>, which defaults to 1.
|
1.4 | 08-Jun-2015 |
mrg | midirecord first appears in netbsd 7.
|
1.3 | 30-Dec-2014 |
mrg | branches: 1.3.2; - this is midirecord(1) not midiorecord(1) - add the -o handling to the getopt() and man page - bump date
|
1.2 | 30-Dec-2014 |
wiz | Describe -T. Sync SYNOPSIS with options. Sort options. Remove trailing whitespace. Use more markup.
|
1.1 | 30-Dec-2014 |
mrg | 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).
|
1.3.2.3 | 19-Jun-2015 |
snj | Pull up following revision(s) (requested by mrg in ticket #840): usr.bin/midirecord/midirecord.1: revision 1.4 midirecord first appears in netbsd 7.
|
1.3.2.2 | 12-Jan-2015 |
martin | Pull up following revision(s) (requested by mrg in ticket #409): usr.bin/midirecord/Makefile: revision 1.1 usr.bin/midirecord/midirecord.1: revision 1.1-1.3 usr.bin/midirecord/midirecord.c: revision 1.1-1.6 usr.bin/Makefile: revision 1.219 distrib/sets/lists/base/mi: revision 1.1093 distrib/sets/lists/man/mi: revision 1.1492 distrib/sets/lists/debug/mi: revision 1.98 Add midirecord.
|
1.3.2.1 | 30-Dec-2014 |
martin | file midirecord.1 was added on branch netbsd-7 on 2015-01-12 10:22:22 +0000
|
1.5.2.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.6.14.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.13 | 09-May-2023 |
mrg | log how much data is valid in debug mode.
|
1.12 | 03-Jun-2017 |
mrg | avoid assert() and simply return errors.
|
1.11 | 11-Dec-2016 |
mrg | copyright and date maint.
|
1.10 | 23-Sep-2015 |
mrg | branches: 1.10.2; add "-R <roundbeats>" option, to round beat counts to be aligned to <roundbeats>, which defaults to 1.
|
1.9 | 21-Jun-2015 |
mrg | fix the log message typo.
|
1.8 | 04-Mar-2015 |
christos | PR/49716: Henning Petersen: Use false and true on bool, fix sign in printf formats.
|
1.7 | 01-Mar-2015 |
mrg | be explicit about stdout mode.
|
1.6 | 03-Jan-2015 |
joerg | branches: 1.6.2; Mark debug_log as printf-like.
|
1.5 | 01-Jan-2015 |
christos | don't shadow div(3)
|
1.4 | 30-Dec-2014 |
mrg | - this is midirecord(1) not midiorecord(1) - add the -o handling to the getopt() and man page - bump date
|
1.3 | 30-Dec-2014 |
wiz | Sync usage with man page.
|
1.2 | 30-Dec-2014 |
mrg | only prev_div needs to be static. add channel to some log messages.
|
1.1 | 30-Dec-2014 |
mrg | 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).
|
1.6.2.2 | 12-Jan-2015 |
martin | Pull up following revision(s) (requested by mrg in ticket #409): usr.bin/midirecord/Makefile: revision 1.1 usr.bin/midirecord/midirecord.1: revision 1.1-1.3 usr.bin/midirecord/midirecord.c: revision 1.1-1.6 usr.bin/Makefile: revision 1.219 distrib/sets/lists/base/mi: revision 1.1093 distrib/sets/lists/man/mi: revision 1.1492 distrib/sets/lists/debug/mi: revision 1.98 Add midirecord.
|
1.6.2.1 | 03-Jan-2015 |
martin | file midirecord.c was added on branch netbsd-7 on 2015-01-12 10:22:22 +0000
|
1.10.2.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|