summaryrefslogtreecommitdiff
path: root/tools/luadevel/luasession.cc
AgeCommit message (Collapse)Author
2017-08-16Prepare for removal of Advanced Session Options (BusProfile)Robin Gareus
2017-01-20update UI, new info API, display created_version in tooltipRobin Gareus
2016-12-14rework locking (fa07233a, 112fba182)Robin Gareus
For now: use a single lock, which should fix all related crashes. optimize (with less contended partial locks) if this works.
2016-12-13mutex 'er upRobin Gareus
Some overzealous locking to track down RequestObject related crashes. bc0fa4d689a4 wrongly locked the current event loop's request_invalidation_lock instead of the invalidation's list lock. Also Abstract UI is able to delete requests concurrently with with EventLoop invalidation. e.g. PortManager::PortRegisteredOrUnregistered and GlobalPortMatrixWindow so the lock needs to be exposed. If this solves various issues, mutexes should to be consolidated (request_buffer_map_lock + request_invalidation_lock) and be chosen such that there is as little contention as possible.
2016-04-28consolidate and re-order luasession codeRobin Gareus
2016-04-24some new lua-bindings and session-lua (creating sessions)Robin Gareus
2016-04-24plug some memory leaks in libardourRobin Gareus
2016-04-24lua bindings for track/bus and session creationRobin Gareus
2016-03-19expose OSC bindings to luasession utilRobin Gareus
2016-02-23add lua-session commandline toolRobin Gareus