Merged with trunk R861

Possible new bugs - not very thoroughly tested, but at least functional at first glance


git-svn-id: svn://localhost/ardour2/branches/midi@870 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2006-08-29 21:21:48 +00:00
parent 25d1670a61
commit 82232f06ba
139 changed files with 2561 additions and 2424 deletions

View file

@ -70,8 +70,6 @@ SMFSource::SMFSource (std::string path, Flag flags)
}
assert(_name.find("/") == string::npos);
SourceCreated (this); /* EMIT SIGNAL */
}
SMFSource::SMFSource (const XMLNode& node)
@ -100,8 +98,6 @@ SMFSource::SMFSource (const XMLNode& node)
}
assert(_name.find("/") == string::npos);
SourceCreated (this); /* EMIT SIGNAL */
}
SMFSource::~SMFSource ()