possibly fix deadlocking issues with tempo map by rearranging code and adding RT...
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 5 Jan 2012 05:05:31 +0000 (05:05 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 5 Jan 2012 05:05:31 +0000 (05:05 +0000)
commite0b694f630e31039e082c1ce640dfaf85bfede3c
tree13eae2b01c2ea916199f7930afe9789a0cedf825
parent4e4306d1251aedc294ae8e041f855d136f1c7e8f
possibly fix deadlocking issues with tempo map by rearranging code and adding RT variants for a couple of functions that would normally try to rebuild the map when necessary; instead the variants throw an exception and the RT code that called them tries to do something reasonable

git-svn-id: svn://localhost/ardour2/branches/3.0@11164 d708f5d6-7413-0410-9779-e7cbd77b26cf
libs/ardour/ardour/tempo.h
libs/ardour/location.cc
libs/ardour/region.cc
libs/ardour/session_process.cc
libs/ardour/session_time.cc
libs/ardour/tempo.cc