Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Dec 9, 2024
1 parent 0baf870 commit b7c07cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/midifunctor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ FunctorCode GenerateMIDIFunctor::VisitPedal(const Pedal *pedal)
{
if (!pedal->HasDir()) return FUNCTOR_CONTINUE;

// Check the functor flag - filters should always be there, but just in case we can the call
// Check the functor flag - filters should always be there, but just in case we change how it is calle
if (!m_controlEvents || !this->GetFilters()) return FUNCTOR_CONTINUE;

// Check if the pedal applies to the staff filtered
Expand Down

0 comments on commit b7c07cc

Please sign in to comment.