summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-08-23 19:37:45 +0200
committerRobin Gareus <robin@gareus.org>2017-08-23 21:33:29 +0200
commitad9551e54828f8250dc16cbe0811136aeae1df2a (patch)
tree04695fb5115ff9e4bd2dd3cc4d1ba43f7abfe2ef /libs/ardour/ardour/region.h
parent6f0dec2bd8ebf9725dbcd6f2e4de3a5459cde1b1 (diff)
Update "separate_by_channel" API & add Lua bindings
This breaks compilation (GUI)
Diffstat (limited to 'libs/ardour/ardour/region.h')
-rw-r--r--libs/ardour/ardour/region.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h
index 33c381df58..c49d8c86cb 100644
--- a/libs/ardour/ardour/region.h
+++ b/libs/ardour/ardour/region.h
@@ -336,9 +336,8 @@ class LIBARDOUR_API Region
bool has_transients () const;
- virtual int separate_by_channel (ARDOUR::Session&,
- std::vector< boost::shared_ptr<Region> >&) const {
- return 0;
+ virtual int separate_by_channel (std::vector< boost::shared_ptr<Region> >&) const {
+ return -1;
}
void maybe_invalidate_transients ();