import audio/midi at "session start by default
authorRobin Gareus <robin@gareus.org>
Sun, 22 May 2016 20:13:03 +0000 (22:13 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 22 May 2016 20:13:03 +0000 (22:13 +0200)
commitfd56c33f204817dbfc545b71de3ee3196706ff60
tree125fbba375479226693856991bb664da9c25977b
parentafc1186759225f8ee6ced80578e3dc18224076ee
import audio/midi at "session start by default

Too many users report they import their first tracks and can't find them.

Previous default was "at file timestamp". If a file has no timestamp,
the import dialog shows "00:00:00:00" but in absence of a timestamp,
Editor::add_sources() first checks target tracks and adds add it after
the last region, then falls back to use preferred edit position as
insert point.

In the rare case where a file has timestamps it may show up a few hours
in the future.

conclusion: import-at-timestamp is not a good default.
gtk2_ardour/sfdb_ui.cc