Skip to content

Commit

Permalink
Fix automation track test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymouqs committed Mar 9, 2018
1 parent 953d4ad commit c463660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/tracks/AutomationTrackTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private slots:
Note* note = notePattern->addNote(Note(MidiTime(4, 0)), false);
note->createPitchBend();

DetuningHelper* dh = note->pitchBend();
PitchBendHelper* dh = note->pitchBend();
auto pattern = dh->automationPattern();
pattern->setProgressionType( AutomationPattern::LinearProgression );
pattern->putValue(MidiTime(0, 0), 0.0);
Expand Down

0 comments on commit c463660

Please sign in to comment.