mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
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:
parent
25d1670a61
commit
82232f06ba
139 changed files with 2561 additions and 2424 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue