mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Add set_motorised().
git-svn-id: svn://localhost/ardour2/branches/3.0@11728 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0deb2aa9af
commit
8063027507
2 changed files with 8 additions and 0 deletions
|
|
@ -986,3 +986,9 @@ GenericMidiControlProtocol::prev_bank()
|
|||
reset_controllables ();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
GenericMidiControlProtocol::set_motorised (bool m)
|
||||
{
|
||||
_motorised = m;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue