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

Tempo command Fxx doesn't affect playback speed #14

Closed
tadashibashi opened this issue Nov 13, 2022 · 2 comments
Closed

Tempo command Fxx doesn't affect playback speed #14

tadashibashi opened this issue Nov 13, 2022 · 2 comments

Comments

@tadashibashi
Copy link

Bug description

Using command Fxx doesn't affect playback speed–it only seems to be determined by the Trackerboy module's speed.

(Also, Trackerboy's playback speed doesn't seem to align with game boy emulators)

How to reproduce

  1. Type F04 into any channel effect column
  2. Play song

Information

  • OS: MacOS 12
  • Architecture: 64-bit, Apple Silicon M1
  • Trackerboy version: v0.6.2
@N-SPC700
Copy link

Command works as intended, relative to how Trackerboy handles speed. Speed in Trackerboy differs from that of other trackers like FamiTracker or Furnace, allowing more values in between the "standard" speed values.

F04 isn't valid, the lowest value that is valid is F10. This is because Trackerboy's fastest supported speed is 0x10 as indicated by the master speed setting.

Since you want "speed 4" as it would be in FamiTracker, use the command F40 instead of F04. This equates to setting the speed 0x40.

@tadashibashi
Copy link
Author

Thanks, that answers the issue.

I'll open another one for emulators playing back at differing speeds from Trackerboy. It's significantly different, so I wonder what the issue is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants