mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
MCP: rename raw_id() to id(); add missign modifier_state() function
git-svn-id: svn://localhost/ardour2/branches/3.0@11907 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8cc2f19926
commit
337b420266
10 changed files with 38 additions and 44 deletions
|
|
@ -73,7 +73,7 @@ ostream & Mackie::operator << (ostream & os, const Mackie::Control & control)
|
|||
os << " { ";
|
||||
os << "name: " << control.name();
|
||||
os << ", ";
|
||||
os << "raw_id: " << "0x" << setw(2) << setfill('0') << hex << control.raw_id() << setfill(' ');
|
||||
os << "id: " << "0x" << setw(2) << setfill('0') << hex << control.id() << setfill(' ');
|
||||
os << ", ";
|
||||
os << "group: " << control.group().name();
|
||||
os << " }";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue