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

Suggestion: Famitracker-like groove tables #119

Open
coffeevalenbat opened this issue Feb 6, 2023 · 1 comment
Open

Suggestion: Famitracker-like groove tables #119

coffeevalenbat opened this issue Feb 6, 2023 · 1 comment

Comments

@coffeevalenbat
Copy link

An issue with chaining speed commands (Fxx) is that it coggles up effect slots that could be used for other things when in reality it could be easily avoided, in my 5.5 mod of hUGEDriver I implemented very simple speed groove tables, where 4 bytes are cycled through on every row to set the song speed, this was quite messy to input using a modified 7xx effect but it could be implemented natively into the tracker/driver much more easily.

@SuperDisk
Copy link
Owner

I implemented this in this branch, basically just made for Kabcorp:

but I'm not sure if I want to merge it into the mainline... it would necessitate putting out UGE v7 which is kind of annoying, and I'm already kind of on the fence about if the driver is getting too bloated.

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