D-mo
D-mo
FWIW, c++17 has a "built-in" filesystem support in the standard library: https://en.cppreference.com/w/cpp/filesystem I don't remember if CCG has switched to c++17 yet, but it would be nice to see boost...
> > FWIW, c++17 has a "built-in" filesystem support in the standard library: > > https://en.cppreference.com/w/cpp/filesystem > > I don't remember if CCG has switched to c++17 yet, but it...
@gizahNL you could do this to address @Julusian 's concern: ```c++ namespace fs = std::filesystem; ... auto pgm_dir = fs::path(argv[0]).parent_path(); auto font_name = "LiberationMono-Regular.ttf"; auto font_path = pgm_dir / font_name;...
@ducthiem90 yes you can, but I think you are missing his point that the "official" downloads page is outdated.
@gizahNL have you tried enabling [target_precompiled_headers](https://cmake.org/cmake/help/git-stage/command/target_precompile_headers.html) with cmake?
@pbelbin I was going to suggest to use move semantics when passing around `configuration` and replace C-style casts with `static_cast`, but then I've realized I didn't have the time to...
@Julusian @dotarmin Could you guys please clarify current status of the project? Like who the current maintainers are, if SVT is still involved/interested in the project, roadmap, etc. That would...
+1 for 16 channels. We often put foreign tracks on channels 3 and up and in few cases needed more than 8 channels.
@ronag that's understandable. Thank you for your good work! :smiley:
Here we are almost 2 years later. @ronag @dotarmin any update on this? We do foreign tracks and need to be able to use 16 channels. It's a deal breaker...