tdm_reaper: process submatrices, localcolumns

This commit is contained in:
2021-01-20 12:24:45 +01:00
parent 6179bf01f7
commit 616ceaf326
4 changed files with 125 additions and 327 deletions

View File

@@ -181,7 +181,8 @@ int main(int argc, char* argv[])
try {
jack.submit_files(cfgopts.at("tdm"),cfgopts.at("tdx"),true);
} catch (const std::exception& e) {
throw std::runtime_error("failed to load and parse tdm/tdx files");
throw std::runtime_error( std::string("failed to load and parse tdm/tdx files: ")
+ e.what() );
}
// print list of groups or channels to stdout