Rough attempts to build stuff from scratch
Find a file
2020-06-07 18:11:36 +01:00
apps Tidy up some xml structures. 2020-05-09 15:29:45 +01:00
src Move xml tools to uptr, start adding test setup. 2020-06-07 18:11:36 +01:00
test Move xml tools to uptr, start adding test setup. 2020-06-07 18:11:36 +01:00
.gitignore Initial commit. 2020-05-02 08:31:03 +01:00
CMakeLists.txt Move xml tools to uptr, start adding test setup. 2020-06-07 18:11:36 +01:00
README.md Start midi file processing. 2020-05-03 07:56:27 +01:00

MediaTool

Hobby project - the idea is to build a set of multimedia tools 'from scratch' in C++ for fun/practice.

mkdir build
cd build
cmake $PATH_TO_SOURCE
make
apps/$NAME_OF_APP