Skip to content

Commit

Permalink
Clarify algorithm documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviliz committed Nov 7, 2024
1 parent da4661f commit c6a04bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/tonal/audio2midi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using namespace standard;

const char *Audio2Midi::name = "Audio2Midi";
const char *Audio2Midi::category = "Pitch";
const char *Audio2Midi::description = DOC("Wrapper around Audio2Pitch and Pitch2Midi for real time application");
const char *Audio2Midi::description = DOC("Wrapper around Audio2Pitch and Pitch2Midi for real time application. This algorithm has a state that is used to estimate note on/off events based on consequent compute() calls.");

void Audio2Midi::configure()
{
Expand Down

0 comments on commit c6a04bb

Please sign in to comment.