summaryrefslogtreecommitdiff
path: root/muse2/muse/song.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2011-02-24 17:27:04 +0000
committerTim E. Real <termtech@rogers.com>2011-02-24 17:27:04 +0000
commitcc12a523f8f4065f133b1ec38ccba2e7be74d48b (patch)
treece42861856bbf2b23ae7f21f02aabbc775ad9a32 /muse2/muse/song.h
parent8e4d18fdcc12c7202e287cc8a2ec2214667c8844 (diff)
Improved midi auto-connections. Fixed Organ synth crashing.
Diffstat (limited to 'muse2/muse/song.h')
-rw-r--r--muse2/muse/song.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/muse/song.h b/muse2/muse/song.h
index 90dc3205..adcbc0ae 100644
--- a/muse2/muse/song.h
+++ b/muse2/muse/song.h
@@ -168,7 +168,8 @@ class Song : public QObject {
QString getSongInfo() { return songInfoStr; }
void setSongInfo(QString info) { songInfoStr = info; }
- void clear(bool signal);
+ // If clear_all is false, it will not touch things like midi ports.
+ void clear(bool signal, bool clear_all = true);
void update(int flags = -1);
void cleanupForQuit();