mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
remove destructive/tape mode tracks
This commit is contained in:
parent
e89b0cfd27
commit
a4d7b45fe0
53 changed files with 114 additions and 1152 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue