You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* try-atoi:
LIB: sm_try_atoi: always initialize output integer, just in case
TOOLS: use sm_try_atoi for midi note command line arguments
SRC: smtool: check results of str->int conversions
SRC: smplay: check results of str->int conversions
SRC: smplay: do not fail with error if libao support is available
SRC: smenc: check results of str->int conversions
See #31: Providing an (invalid?) MIDI note (e.g., -m e) causes smenc to hang
indefinitely without error messages.
LIB: provide sm_try_atoi function for str->int conversion with validation
Signed-off-by: Stefan Westerfeld <[email protected]>
0 commit comments