From 48cb6e87fc888bdc1f4e80e7429e6f5f7c14d55f Mon Sep 17 00:00:00 2001 From: Werner Schweer Date: Thu, 2 Nov 2006 23:14:22 +0000 Subject: updates --- muse/muse/midiseq.cpp | 2 +- muse/muse/projectdialog.ui | 14 ++------------ muse/muse/track.cpp | 2 +- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/muse/muse/midiseq.cpp b/muse/muse/midiseq.cpp index 1fb8dd19..db8e7bcf 100644 --- a/muse/muse/midiseq.cpp +++ b/muse/muse/midiseq.cpp @@ -197,7 +197,7 @@ bool MidiSeq::start(int prio) // schedule events in MidiOutPort->playEvents() // midiBusy locks access to MidiOutPortList and // MidiOutPort. -// Locking is somwhat special and assumes that MidiSeq +// Locking is special and assumes that MidiSeq // is a realtime thread and has higher priority than // the audio thread (JACK callback) and can therefore not // be interrupted. Instead of waiting for midiBusy to diff --git a/muse/muse/projectdialog.ui b/muse/muse/projectdialog.ui index 0aef32c6..37c08f28 100644 --- a/muse/muse/projectdialog.ui +++ b/muse/muse/projectdialog.ui @@ -1,7 +1,4 @@ - - - ProjectDialogBase @@ -218,26 +215,19 @@ - ProjectTree QTreeWidget
projectdialog.h
- 0 -
+ projectNameEntry okButton cancelButton - projectNameEntry - projectTree newFolder - modifiedDate - length - createdDate - comment + projectTree diff --git a/muse/muse/track.cpp b/muse/muse/track.cpp index b034ab24..d744a237 100644 --- a/muse/muse/track.cpp +++ b/muse/muse/track.cpp @@ -256,7 +256,7 @@ void Track::writeProperties(Xml& xml) const xml.strTag("comment", _comment); if (_recordFlag) xml.intTag("record", _recordFlag); - if (mute()) +// if (mute()) // audioInput defaults to true xml.intTag("mute", mute()); if (solo()) xml.intTag("solo", solo()); -- cgit v1.2.3