Skip to content

Commit 2af3212

Browse files
committed
NSS: fix parsing of note stop action for ADPCM-A
Fix the issue that got introduced in 8dbb943
1 parent 8c0c5f0 commit 2af3212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/nsstool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def a_note_on(x):
438438
return a_start()
439439
ctx_t = {7: a_ctx_1, 8: a_ctx_2, 9: a_ctx_3, 10: a_ctx_4, 11: a_ctx_5, 12: a_ctx_6}
440440
return channel_nss_factory(ctx_t[channel], a_instr, a_vol, 0x1f,
441-
a_pan, channel_nss_factory.mk_na("pitch"), a_note_on, s_stop,
441+
a_pan, channel_nss_factory.mk_na("pitch"), a_note_on, a_stop,
442442
a_retrigger, a_cut, a_delay)
443443

444444
def b_factory(channel):

0 commit comments

Comments
 (0)