From ee6fb96475c7bd70bb54da9ccae17c56330c8e6f Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Mon, 25 Feb 2013 05:30:11 +0000 Subject: Disable "adjust wave offset" in Wave Editor until fixed. --- muse2/muse/event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muse2/muse/event.cpp') diff --git a/muse2/muse/event.cpp b/muse2/muse/event.cpp index 6ea1b852..1a2d3c6e 100644 --- a/muse2/muse/event.cpp +++ b/muse2/muse/event.cpp @@ -230,7 +230,7 @@ const QString Event::name() const { return ev->name(); } void Event::setName(const QString& s) { ev->setName(s); } int Event::spos() const { return ev->spos(); } void Event::setSpos(int s) { ev->setSpos(s); } -MusECore::SndFileR Event::sndFile() const { return ev->sndFile(); } +MusECore::SndFileR Event::sndFile() const { return ev->sndFile(); } void Event::setSndFile(MusECore::SndFileR& sf) { -- cgit v1.2.3