Home
last modified time | relevance | path

Searched refs:T_PER_US (Results 1 – 1 of 1) sorted by relevance

/dports/audio/ganv/ganv-1.8.0/src/
H A DCanvas.cpp868 static const double T_PER_US = .0001; // Sym time per real microsecond in layout_iteration() local
873 const double time_to_run = std::min((now - prev) * T_PER_US, 10.0); in layout_iteration()