Skip to content

Commit

Permalink
[Docs] Fixed docs + docfx update
Browse files Browse the repository at this point in the history
  • Loading branch information
melanchall committed Jul 20, 2024
1 parent 5028d11 commit 6ab1e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DryWetMidi/Composing/PatternBuilder.PianoRoll.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private static void ProcessLine(
}
else
{
Action<MusicTheory.Note, PatternBuilder> customAction;
Action<MusicTheory.Note, PatternBuilder> customAction = null;
if (settings.CustomActions?.TryGetValue(symbol, out customAction) == true)
customAction?.Invoke(note, patternBuilder);
else if (!isNoteBuilding)
Expand Down

0 comments on commit 6ab1e55

Please sign in to comment.