remove destructive/tape mode tracks

This commit is contained in:
Paul Davis 2020-02-25 21:35:07 -07:00
parent e89b0cfd27
commit a4d7b45fe0
53 changed files with 114 additions and 1152 deletions

View file

@ -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;