Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

music() parameter changed? #1226

Closed
skz1024 opened this issue Oct 30, 2020 · 1 comment
Closed

music() parameter changed? #1226

skz1024 opened this issue Oct 30, 2020 · 1 comment

Comments

@skz1024
Copy link

skz1024 commented Oct 30, 2020

0.70.6 music function
music
music [track=-1] [frame=-1] [row=-1] [loop=true] [sustain=false]

Parameters:
track : the id of the track to play from (0..7)
frame : the index of the frame to play from (0..15)
row : the index of the row to play from (0..63)
loop : loop music or play it once (true/false)
sustain : sustain notes after the end of each frame or stop them (true/false)

but 0.80.4 music function
loop parameter required number. not use true or false.
The rest of the parameters remain the same.
this music function changed? please edit wiki data.
캡처990

@nesbox
Copy link
Owner

nesbox commented Oct 30, 2020

Fixed here 3f14c65.
Thank you for the report.

@nesbox nesbox closed this as completed Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants