mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
Some frame -> sample changes in UCS2400
This commit is contained in:
parent
b8349069f1
commit
0c3112aed1
4 changed files with 10 additions and 10 deletions
|
|
@ -111,7 +111,7 @@ US2400Protocol::US2400Protocol (Session& session)
|
|||
: ControlProtocol (session, X_("Tascam US-2400"))
|
||||
, AbstractUI<US2400ControlUIRequest> (name())
|
||||
, _current_initial_bank (0)
|
||||
, _frame_last (0)
|
||||
, _sample_last (0)
|
||||
, _timecode_type (ARDOUR::AnyTime::BBT)
|
||||
, _gui (0)
|
||||
, _scrub_mode (false)
|
||||
|
|
@ -1510,7 +1510,7 @@ US2400Protocol::update_fader_automation_state ()
|
|||
}
|
||||
|
||||
samplepos_t
|
||||
US2400Protocol::transport_frame() const
|
||||
US2400Protocol::transport_sample() const
|
||||
{
|
||||
return session->transport_sample();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue