TextMIDITools v1.0.53 #25
tomejanzen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
C++ tactics.
Concatenate strings for output esp. to cerr.
Reserve room in vectors prior to using back_inserter.
Procedurize conversion of hex and decimal strings for textmidi.
Remove types from pair, replace with make_pair().
Use cbegin() and cend() when applicable.
Replace use of distance() with for-initialized variable.
This discussion was created from the release TextMIDITools v1.0.53.
Beta Was this translation helpful? Give feedback.
All reactions