Skip to content

Commit

Permalink
Fix DetuningReferences (again)
Browse files Browse the repository at this point in the history
I'm at the point where I am hoping that AI will be able to carry out this repetitively tedious task of refactoring. It's simple enough for reptitiveness, but just a tad bit complex to require a human(for now)
  • Loading branch information
Anonymouqs committed Mar 8, 2018
1 parent 9dfea35 commit 748c69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/PianoRoll.h
Expand Up @@ -74,7 +74,7 @@ class PianoRoll : public QWidget
ModeDraw,
ModeErase,
ModeSelect,
ModeEditDetuning,
ModeEditPitchBend,
};

/*! \brief Resets settings to default when e.g. creating a new project */
Expand Down
2 changes: 1 addition & 1 deletion tests/src/tracks/AutomationTrackTest.cpp
Expand Up @@ -30,7 +30,7 @@
#include "AutomationTrack.h"
#include "BBTrack.h"
#include "BBTrackContainer.h"
#include "DetuningHelper.h"
#include "PitchBendHelper.h"
#include "InstrumentTrack.h"
#include "Pattern.h"
#include "TrackContainer.h"
Expand Down

0 comments on commit 748c69a

Please sign in to comment.