Hi,
Is it possible to import only the new TE 2.0 time/beat literals (_tp, _td etc) without importing the whole tracktion namespace?
Erik
Hi,
Is it possible to import only the new TE 2.0 time/beat literals (_tp, _td etc) without importing the whole tracktion namespace?
Erik
Yes I think so, they’re in the tracktion::core::literals namespace so if you do using namespace tracktion::core::literals (or even tracktion::literals) only those should be imported.
Great, thanks!