mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
Only enable RegionFX in debug builds for the time being
This commit is contained in:
parent
4b83915335
commit
cae710cd7c
3 changed files with 8 additions and 0 deletions
|
|
@ -1654,10 +1654,12 @@ LuaBindings::common (lua_State* L)
|
|||
.addFunction ("has_transients", &Region::has_transients)
|
||||
.addFunction ("transients", (AnalysisFeatureList (Region::*)())&Region::transients)
|
||||
|
||||
#ifndef NDEBUG // disable region FX for now
|
||||
.addFunction ("load_plugin", &Region::load_plugin)
|
||||
.addFunction ("add_plugin", &Region::add_plugin)
|
||||
.addFunction ("remove_plugin", &Region::add_plugin)
|
||||
.addFunction ("nth_plugin", &Region::nth_plugin)
|
||||
#endif
|
||||
|
||||
/* editing operations */
|
||||
.addFunction ("set_length", &Region::set_length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue