Language…
24 users online:  AmperSam,  Anorakun, Beed28, CircleFriendo, crocodileman94, DanMario24YT, gizmo_321, Golden Yoshi, Green, Heitor Porfirio, JezJitzu, Maw, Mohamad20ZX, OEO6, OrangeBronzeDaisy, Papangu, recam, Serge, signature_steve, SMW Magic, Spedinja, steelsburg, TrashCity, yoshisisland - Guests: 289 - Bots: 480
Users: 64,795 (2,370 active)
Latest user: mathew

Noise cutting itself off early

using the nXX command here cuts itself off before the note has finished playing:

Code
[[crcccc@24c@23c8^16c8@24c@23c v80 @33 c4 v180 @0@23cccc@24c@23ccc@24c@23c@24c@23cc8]]4


(the @33 in this case is n1D $8F $F0 $7F $04 $00 from the old ASDR thread, but i was using just plain n1a before this and getting the same bug)

it does keep the correct time since everything else still plays correctly. i have used nXX before in other ports and it works just fine in those, is nXX incompatible with external samples or something?
The noise only plays as long as the sample that's "replacing" plays, which means that if you use it with a non-looping sample (like @22/23) it'll stop early (because what calling a noise instrument does is just set the noise flag, but the sample "loaded" in the current channel stays the same, in this case @22). To fix this put a @0 before @33.
Ah, didn't think it would be the same fix for having the noise override the samples later on lol. Thanks #tb{:DD}