mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
add comment on why _superclock_ticks_per_second is initializedto zero
This commit is contained in:
parent
304f64a9ba
commit
d7b490143a
1 changed files with 1 additions and 2 deletions
|
|
@ -20,8 +20,7 @@
|
||||||
|
|
||||||
int Temporal::most_recent_engine_sample_rate = 48000; /* have to pick something as a default */
|
int Temporal::most_recent_engine_sample_rate = 48000; /* have to pick something as a default */
|
||||||
|
|
||||||
Temporal::superclock_t Temporal::_superclock_ticks_per_second = 0;
|
Temporal::superclock_t Temporal::_superclock_ticks_per_second = 0; // zero to detect "early" usage
|
||||||
|
|
||||||
void
|
void
|
||||||
Temporal::set_sample_rate (int sr)
|
Temporal::set_sample_rate (int sr)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue