copyrat90

Results 11 issues of copyrat90

[A Game Boy tracker, called Little Sound DJ (LSDj)](https://www.littlesounddj.com/lsd/index.php), supports [pitch bend effect as `Pxx`](https://www.littlesounddj.com/lsd/latest/documentation/LSDj_9_2_6.pdf). As this effect is quite useful for the song, there are lots of LSDj songs...

# Things to fix ## Code - [ ] Change `AllocateGraphic(...)` so that it also requires `camera` as an argument and deal with the `camera` automatically. - [ ] Change...

``` a = World number b = Stage number c = Zone number n = image number (single image can contain multiple zones) ``` ## Implement `stage-codegen.py` - [x] Generate...

enhancement

**Problem Statement** It would be handy if you can calculate gcd(greatest common divisor) and lcm(least common multiple) on the calculator. **Evidence or User Insights** There's even an app on the...

Enhancement
Pri: 2

Setting the DMG initial envelop volume while already playing a note cuts the note away. But it's not cut on the actual GBA hardware. ## Playback Recordings Hardware https://github.com/skylersaleh/SkyEmu/assets/34793045/a2e2205a-0479-4e40-9e96-37b4b5b1749b SkyEmu...

It would be nice if SkyEmu has CPU usage bar in the `Emulator Stats` menu, like the No$GBA's Debug version do: ![image](https://github.com/skylersaleh/SkyEmu/assets/34793045/567c86af-4c6e-400e-8af3-c1ae2a041946)

# Issue Ch3 vibrato sounds OK in mGBA, but it's broken on hardware. The waveform is a simple Triangle, which looks like this: ![image](https://github.com/AntonioND/gbt-player/assets/34793045/e220d13b-4936-4bd3-8613-99287e24a9ca) # Source files [basic - ch3...

I tried [`combined_maxmod`](https://github.com/AntonioND/gbt-player/tree/master/gba/examples/combined_maxmod) example for my song, but there's a slight desync (slight off?) with it. Here's the unsplit s3m file if you want to check it out. (It's discord...

Song order for the `Kirby & The Amazing Mirror` follows the in-game `Sound Player -> Music`. Song names for the `Kirby & The Amazing Mirror` is referenced from these links:...

It looks like this repo got quite a lot of stars, thanks everyone! But I need to mention that it is quite messy and very far from optimal, so beware...