mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 16:07:49 +01:00
Merged with trunk R795
Fiddled with scrolling to leave a bit of context on each side. 'scroll interval' is a single float, should make it a configuration variable some day git-svn-id: svn://localhost/ardour2/branches/midi@796 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
30ab1fd615
commit
a98a67120e
27 changed files with 352 additions and 116 deletions
|
|
@ -9,7 +9,6 @@ Command *Session::memento_command_factory(XMLNode *n)
|
|||
{
|
||||
PBD::ID id;
|
||||
XMLNode *before, *after;
|
||||
//void *obj;
|
||||
|
||||
/* get obj_id */
|
||||
|
||||
|
|
@ -21,6 +20,7 @@ Command *Session::memento_command_factory(XMLNode *n)
|
|||
if (Diskstream *obj = diskstream_by_id(id))
|
||||
return new MementoCommand<Diskstream>(*obj, *before, *after);
|
||||
// etc.
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue