mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
increase superclock_ticks_per_second to provide integer handling for NTSC (following Facebook "flicks")
This commit is contained in:
parent
2b3312e7d3
commit
a7a8783bb4
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#include "temporal/superclock.h"
|
||||
|
||||
#ifndef COMPILER_MSVC
|
||||
Temporal::superclock_t Temporal::_superclock_ticks_per_second = 56448000; /* 2^10 * 3^2 * 5^3 * 7^2 */
|
||||
Temporal::superclock_t Temporal::_superclock_ticks_per_second = 282240000 ; /* 2^10 * 3^2 * 5^4 * 7^2 */
|
||||
#endif
|
||||
|
||||
int Temporal::most_recent_engine_sample_rate = 48000; /* have to pick something as a default */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue