13
0

tigten LTC Slave resolution.

The reason for this is that the LTC generator uses the slave's
resolution as watermark for max-drift, resync. A possible drawback:
session-process will force silent rolls if the delta is larger
than the resolution. LTC has a carrier freq of ~2kHz, choosing
half of that seems a good compromise.

git-svn-id: svn://localhost/ardour2/branches/3.0@13380 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2012-11-05 11:26:27 +00:00
parent 778835bfbc
commit a3a398242b

View File

@ -80,7 +80,7 @@ LTC_Slave::~LTC_Slave()
ARDOUR::framecnt_t
LTC_Slave::resolution () const
{
return (framecnt_t) (frames_per_ltc_frame);
return (framecnt_t) (session.frame_rate() / 1000);
}
bool