mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
make ardour3 build and link on OS X (tiger, at least)
git-svn-id: svn://localhost/ardour2/branches/3.0@8018 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
520bc1bed4
commit
b85b4d9e54
71 changed files with 1540 additions and 873 deletions
|
|
@ -973,7 +973,8 @@ AutomationTimeAxisView::set_state (const XMLNode& node, int version)
|
|||
}
|
||||
|
||||
int
|
||||
AutomationTimeAxisView::set_state_2X (const XMLNode& node, int version)
|
||||
|
||||
AutomationTimeAxisView::set_state_2X (const XMLNode& node, int /*version*/)
|
||||
{
|
||||
if (node.name() == X_("gain") && _control->parameter() == Evoral::Parameter (GainAutomation)) {
|
||||
XMLProperty const * shown = node.property (X_("shown"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue