-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Request] Portamento effect (pitch bend) for s3m2gbt
#19
Comments
I did experiment a bit with it, but I think I decided to ignore it because changing frequencies on the fly created a lot of noise. I'm going to be busy for a bit, but I'll try to look into this at some point and see if there is some way to do it cleanly. |
Thanks for considering this feature! I forgot to mention that the Tone Portamento ( |
I coded pitch bends in the fork of gbt-player (GBT-Rulz) used in gb studio, unfortunately it's only for the deprecated GBDK branch. I think the only "breaking" change was reworking noise to pass the 8bit value directly (so note pitch could affect noise in a linear fashion, not just c-5) but that requires all songs to be recompiled, and some artists modified the noises in the player directly (the start noise values were moved mod2gbt.c). But, it could be worth looking at. it overhauls sound re trigger for effects, meaning less popping and the ability to use these effects at all, That last one is a little abstract because you must build and run to hear it correctly, but it makes gbt-player very competitive. |
A Game Boy tracker, called Little Sound DJ (LSDj), supports pitch bend effect as
Pxx
.As this effect is quite useful for the song, there are lots of LSDj songs that use this. example song
It would be nice if
s3m2gbt
supportsExx
,Fxx
andGxx
effects.The text was updated successfully, but these errors were encountered: