mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Further removal of default state setting, to allow partial (diff) state sets.
git-svn-id: svn://localhost/ardour2/branches/3.0@6668 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a78ad5441c
commit
cf9ce8636a
1 changed files with 0 additions and 2 deletions
|
|
@ -688,8 +688,6 @@ AudioRegion::set_live_state (const XMLNode& node, int version, Change& what_chan
|
|||
what_changed = Change (what_changed|ScaleAmplitudeChanged);
|
||||
cerr << _name << " amp changed\n";
|
||||
}
|
||||
} else {
|
||||
_scale_amplitude = 1.0;
|
||||
}
|
||||
|
||||
/* Now find envelope description and other misc child items */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue