summaryrefslogtreecommitdiff
path: root/libs/ardour/session_timefx.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-06 05:30:18 +0000
committerDavid Robillard <d@drobilla.net>2007-08-06 05:30:18 +0000
commitf68caf23ddd0bfe5c189b94f0f57b194c1e2d912 (patch)
tree69248108d45aa89feaa68679b540b9a73edc5680 /libs/ardour/session_timefx.cc
parentd594470148c5ac722937aa4765a15f92082c4b86 (diff)
Genericificationalizeified AudioFilter (now Filter).
Added primitive (non-undoable, placeholder, etc) quantization. git-svn-id: svn://localhost/ardour2/trunk@2254 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_timefx.cc')
-rw-r--r--libs/ardour/session_timefx.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_timefx.cc b/libs/ardour/session_timefx.cc
index aac77a59c7..115d3eeeec 100644
--- a/libs/ardour/session_timefx.cc
+++ b/libs/ardour/session_timefx.cc
@@ -85,7 +85,7 @@ Session::tempoize_region (TimeStretchRequest& tsr)
rstr = names[i];
}
- string path = path_from_region_name (PBD::basename_nosuffix (rstr), ident);
+ string path = path_from_region_name (DataType::AUDIO, PBD::basename_nosuffix (rstr), ident);
if (path.length() == 0) {
error << string_compose (_("tempoize: error creating name for new audio file based on %1"), tsr.region->name())