summaryrefslogtreecommitdiff
path: root/libs/ardour/lua_api.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/lua_api.cc')
-rw-r--r--libs/ardour/lua_api.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/lua_api.cc b/libs/ardour/lua_api.cc
index 4715d405f2..1a398c6fa2 100644
--- a/libs/ardour/lua_api.cc
+++ b/libs/ardour/lua_api.cc
@@ -1049,7 +1049,7 @@ LuaAPI::Rubberband::process (luabridge::LuaRef cb)
for (uint32_t c = 0; c < _n_channels; ++c) {
string name = PBD::basename_nosuffix (names[c]) + "(rb)";
- const string path = session.new_audio_source_path (name, _n_channels, c, false, false);
+ const string path = session.new_audio_source_path (name, _n_channels, c, false);
if (path.empty ()) {
cleanup (true);
return rv;