new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID

git-svn-id: svn://localhost/ardour2/branches/3.0@6652 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-02-08 19:39:17 +00:00
parent 1afb1cfea4
commit e2baff4f7d
15 changed files with 490 additions and 9 deletions

View file

@ -44,7 +44,7 @@ ExportGraphBuilder::~ExportGraphBuilder ()
}
int
ExportGraphBuilder::process (nframes_t frames, bool last_cycle)
ExportGraphBuilder::process (nframes_t /* frames */, bool last_cycle)
{
for (ChannelMap::iterator it = channels.begin(); it != channels.end(); ++it) {
it->first->read (process_buffer, process_buffer_frames);