mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
Make sure that the MidiSource constructor doesn't set the wrong _flags.
git-svn-id: svn://localhost/ardour2/branches/3.0@8996 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9efd8e2e40
commit
e47dd1a96a
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ using namespace PBD;
|
|||
/** Constructor used for new internal-to-session files. File cannot exist. */
|
||||
SMFSource::SMFSource (Session& s, const string& path, Source::Flag flags)
|
||||
: Source(s, DataType::MIDI, path, flags)
|
||||
, MidiSource(s, path)
|
||||
, MidiSource(s, path, flags)
|
||||
, FileSource(s, DataType::MIDI, path, string(), flags)
|
||||
, Evoral::SMF()
|
||||
, _last_ev_time_beats(0.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue