mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
Lua: mixer-recall, fix issue introduce in 9a580078
This script still needs a significant overhaul. global-path instance parameter is no longer exposed, etc
This commit is contained in:
parent
339d3e1265
commit
4d7d58196f
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ function factory (params)
|
||||||
else
|
else
|
||||||
if (snap_num==0) then
|
if (snap_num==0) then
|
||||||
LuaDialog.Message ("Recall Mixer Settings:",
|
LuaDialog.Message ("Recall Mixer Settings:",
|
||||||
local_path .. 'does not exist!\nPlease run Store Mixer Settings first.',
|
folder_path .. 'does not exist!\nPlease run Store Mixer Settings first.',
|
||||||
LuaDialog.MessageType.Info, LuaDialog.ButtonType.Close):run()
|
LuaDialog.MessageType.Info, LuaDialog.ButtonType.Close):run()
|
||||||
else
|
else
|
||||||
LuaDialog.Message ("Recall Mixer Settings:",
|
LuaDialog.Message ("Recall Mixer Settings:",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue