diff --git a/README.md b/README.md index 50aac8e..ba234c6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,17 @@ sets of parameters. The primary parameter file is `src/cwtest/cfg/main.cfg`. ------------------------------------------------------------------------------------------------------------------------------------------- midiDeviceReport [cwMidiDeviceTest.cpp testReport()](https://gitea.currawongproject.org/cml/libcw/src/branch/master/cwMidiDeviceTest.cpp) ---------------- -------------------------------------------------------------------------------------------------------------------------- -List The current set of MIDI hardware devices +Notes: List The current set of MIDI hardware devices +------------------------------------------------------------------------------------------------------------------------------------------- + +------------------------------------------------------------------------------------------------------------------------------------------- +midiDevice [cwMidiDeviceTest.cpp test()](https://gitea.currawongproject.org/cml/libcw/src/branch/master/cwMidiDeviceTest.cpp) +---------------- -------------------------------------------------------------------------------------------------------------------------- +Notes: Interactive testing of the MIDI input file device + start/pause/unpause/stop functions. This function also validates the + latency of the device by comparing the time between MIDI events as + generated by the device to the actual time between the events in the + MIDI file. ------------------------------------------------------------------------------------------------------------------------------------------- @@ -48,11 +58,6 @@ CLI Label | Source File | Function ------------------|----------------------|-------------- midiDevice | cwMidiDeviceTest.cpp | test() -Interactive testing of the MIDI input file device -start/pause/unpause/stop functions. This function also validates the -latency of the device by comparing the time between MIDI events as -generated by the device to the actual time between the events in the -MIDI file. CLI Label | Source File | Function ------------------|----------------------|--------------