Skip to content

Commit

Permalink
Update src/midifunctor.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Hankinson <[email protected]>
  • Loading branch information
lpugin and ahankinson authored Dec 10, 2024
1 parent b7c07cc commit 1e80798
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 change how it is calle
// Check the functor flag - filters should always be there, but just in case we change how it is called
if (!m_controlEvents || !this->GetFilters()) return FUNCTOR_CONTINUE;

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

0 comments on commit 1e80798

Please sign in to comment.