This project is a port of C++ TapTempo in Ada.
The purpose is only educational to show the differences between C++ code and Ada on a same project.
This project depends on Parse_Args for arguments parsing and ZanyBlue for i18n.
To build the project, you need you checkout the code from Parse_Args, get the code from ZanyBlue and then use gprbuild like this
export ADA_PROJECT_PATH=PATH_TO_PARSE_ARGS:PATH_TO_ZANY_BLUE_GPR
make
Just launch it !
bin/adataptempo
Just add the h option parameter to get the help.