From 9e3802aadd279ffd0a677df9dd5d21e02315d8b4 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Tue, 24 May 2011 18:31:42 +0000 Subject: template sample rate, drum track channel, track list header --- muse2/muse/song.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muse2/muse/song.h') diff --git a/muse2/muse/song.h b/muse2/muse/song.h index e1378480..47fd96d4 100644 --- a/muse2/muse/song.h +++ b/muse2/muse/song.h @@ -162,7 +162,7 @@ class Song : public QObject { AudioOutput* bounceOutput; void updatePos(); - void read(Xml&); + void read(Xml&, bool isTemplate=false); void write(int, Xml&) const; void writeFont(int level, Xml& xml, const char* name, const QFont& font) const; -- cgit v1.2.3