What is the the hex next to the instrument in the pattern ed
This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
NESdev BBS
>
NES / Famicom
>
NES Music
What is the the hex next to the instrument in the pattern ed
by
Guest
on
2005-07-08
(
#2661
)
In the pattern editor from left to right it goes:
Note, instrument, then what in the heck is the hex next to that?
by
Memblers
on
2005-07-08
(
#2664
)
Effects. First char is the effect, and the next 2 are the parameters. In NT2 it's modeled somewhat after MOD format effects.
So like Fxx for speed (F06 is default), 4xx for vibrato, see nt2.txt for the full list.
by
Guest
on
2005-07-08
(
#2668
)
Memblers wrote:
Effects. First char is the effect, and the next 2 are the parameters. In NT2 it's modeled somewhat after MOD format effects.
So like Fxx for speed (F06 is default), 4xx for vibrato, see nt2.txt for the full list.
Oh cool, I saw effects in the docs but i didn't know where they went.
by
Guest
on
2005-07-08
(
#2676
)
What do the 2 parameters do?
by
dXtr
on
2005-07-09
(
#2692
)
why not read the docs and figure it out your self
http://nesdev.com/nt2/docs.htm
by
Memblers
on
2005-07-09
(
#2693
)
Yeah, the parameters vary different depending on what effect. Like with Dxx, you'll want none. 1xx has one parameter that uses 2 chars, and 4xx has 2 seperate parameters. With Axx you'll only use one or the other.