mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix interface - proessor_selection is not a Lua C-Function
This commit is contained in:
parent
8d8ca6a8fa
commit
b233a56a80
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ const char *luasignalstr[] = {
|
|||
namespace LuaMixer {
|
||||
|
||||
ProcessorBox::ProcSelection
|
||||
processor_selection (lua_State* L) {
|
||||
processor_selection () {
|
||||
return ProcessorBox::current_processor_selection ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue