mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
megaopus patch #2 for today: remove nframes64_t and sframes_t from source
git-svn-id: svn://localhost/ardour2/branches/3.0@7792 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
10bdce85a0
commit
ede4ecbb00
118 changed files with 1012 additions and 1000 deletions
|
|
@ -35,7 +35,7 @@ InsertTimeDialog::InsertTimeDialog (PublicEditor& e)
|
|||
{
|
||||
set_session (_editor.session ());
|
||||
|
||||
nframes64_t const pos = _editor.get_preferred_edit_position ();
|
||||
framepos_t const pos = _editor.get_preferred_edit_position ();
|
||||
|
||||
get_vbox()->set_border_width (12);
|
||||
get_vbox()->set_spacing (4);
|
||||
|
|
@ -138,7 +138,7 @@ InsertTimeDialog::move_locked_markers () const
|
|||
return _move_locked_markers.get_active ();
|
||||
}
|
||||
|
||||
nframes64_t
|
||||
framepos_t
|
||||
InsertTimeDialog::distance () const
|
||||
{
|
||||
return _clock.current_duration (_editor.get_preferred_edit_position ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue