Robin Gareus
e219a6cd1e
Source-tree consistency (headless tools at top-level)
...
This move ardour-lua session tool to top-level, next to
headless/hardev.
2020-03-26 19:00:41 +01:00
Robin Gareus
7d29758ebb
NO-OP: whitespace
2020-03-26 19:00:41 +01:00
Robin Gareus
5a88a8d4a4
Allow Lua-session to read and interpret scripts
2020-03-26 19:00:41 +01:00
Paul Davis
ee51188617
remove Session::AudioMidiSetupRequired signal (no longer necessary)
2019-10-12 12:45:27 -06:00
Paul Davis
755babeb59
remove unnecessary call to init_post_engine() (now called from libardour)
2019-01-17 09:18:53 -06:00
Robin Gareus
f83e87cf3b
LuaSession: allow multi-line commands and functions
2018-11-15 23:05:22 +01:00
Robin Gareus
b3dc75fed3
Prepare for removal of Advanced Session Options (BusProfile)
2017-08-16 00:51:20 +02:00
Robin Gareus
17881b3221
update UI, new info API, display created_version in tooltip
2017-01-20 18:16:32 +01:00
Robin Gareus
7a1ff7ce8f
rework locking ( fa07233a, 112fba182)
...
For now: use a single lock, which should fix all related crashes.
optimize (with less contended partial locks) if this works.
2016-12-14 13:43:20 +01:00
Robin Gareus
fa07233a17
mutex 'er up
...
Some overzealous locking to track down RequestObject related crashes.
bc0fa4d689 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-12-13 23:47:07 +01:00
Robin Gareus
7f1bd3c941
consolidate and re-order luasession code
2016-04-28 21:38:09 +02:00
Robin Gareus
f80c0faa24
some new lua-bindings and session-lua (creating sessions)
2016-04-24 14:43:18 +02:00
Robin Gareus
e3607a4c8b
plug some memory leaks in libardour
2016-04-24 14:43:18 +02:00
Robin Gareus
f317451609
lua bindings for track/bus and session creation
2016-04-24 00:25:34 +02:00
Robin Gareus
04bcae498c
expose OSC bindings to luasession util
2016-03-19 16:55:51 +01:00
Robin Gareus
942471d21f
add lua-session commandline tool
2016-02-23 15:43:03 +01:00