Skip to content

Commit

Permalink
Revert "Fix automation track test"
Browse files Browse the repository at this point in the history
This reverts commit c463660.
  • Loading branch information
Anonymouqs committed Mar 19, 2018
1 parent f01cb71 commit 43162e6
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();

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

0 comments on commit 43162e6

Please sign in to comment.