check/compare machine datatypes

This commit is contained in:
2021-01-20 14:58:22 +01:00
parent 9b0dd5e7d7
commit 083db81f4e
4 changed files with 49 additions and 1 deletions

View File

@@ -185,6 +185,9 @@ int main(int argc, char* argv[])
+ e.what() );
}
// check available datatypes on machine
jack.check_local_datatypes();
std::vector<std::string> chgrids = jack.get_channelgroup_ids();
for ( auto el: chgrids ) std::cout<<el<<",";
std::cout<<"\n\n";