celtera / libremidi

A modern C++ MIDI 1 / MIDI 2 real-time & file I/O library. Supports Windows, macOS, Linux and WebMIDI.
Other
446 stars 48 forks source link

Inconsistent doc around midi message helper methods #112

Closed pissalou closed 1 month ago

pissalou commented 1 month ago

file.md and midi-1-out.md mention helper methods like note_on and note_off to be defined in a structure called libremidi::message. While these methods are declared in message.hpp file, they belong to another structure called channel_events.

jcelerier commented 1 month ago

thanks for the report ! I'll update it. Indeed I moved them out of the class and forgot to update the docs.