mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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
|
|
@ -197,7 +197,7 @@ Editor::draw_measures ()
|
|||
}
|
||||
|
||||
void
|
||||
Editor::mouse_add_new_tempo_event (nframes64_t frame)
|
||||
Editor::mouse_add_new_tempo_event (framepos_t frame)
|
||||
{
|
||||
if (_session == 0) {
|
||||
return;
|
||||
|
|
@ -239,7 +239,7 @@ Editor::mouse_add_new_tempo_event (nframes64_t frame)
|
|||
}
|
||||
|
||||
void
|
||||
Editor::mouse_add_new_meter_event (nframes64_t frame)
|
||||
Editor::mouse_add_new_meter_event (framepos_t frame)
|
||||
{
|
||||
if (_session == 0) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue