mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Can't call the wrong function when there's only one of them: remove ARDOUR::Parameter and just use Evoral::Parameter (move Ardour specific functionality to EventTypeMap where it belongs).
Less than pretty in places but easily seddable just in case... git-svn-id: svn://localhost/ardour2/branches/3.0@3838 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
03f188cc8b
commit
b5ec66ae6c
56 changed files with 416 additions and 499 deletions
|
|
@ -65,9 +65,9 @@ CrossfadeEditor::Presets* CrossfadeEditor::fade_out_presets = 0;
|
|||
|
||||
CrossfadeEditor::Half::Half ()
|
||||
: line (0),
|
||||
//normative_curve (Parameter(GainAutomation, 0.0, 1.0, 1.0)), // FIXME: GainAutomation?
|
||||
normative_curve (Parameter(GainAutomation)),
|
||||
gain_curve (Parameter(GainAutomation))
|
||||
//normative_curve (Evoral::Parameter(GainAutomation, 0.0, 1.0, 1.0)), // FIXME: GainAutomation?
|
||||
normative_curve (Evoral::Parameter(GainAutomation)),
|
||||
gain_curve (Evoral::Parameter(GainAutomation))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue