mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
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:
parent
1afb1cfea4
commit
e2baff4f7d
15 changed files with 490 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue