copyrat90
copyrat90
>> Or put .clang-format in your home directory? > > Ah, that works. Thanks for the suggestion. :) I'm having the same issue, but in my case, placing `.clang-format` on...
I'm interested in working on this feature, does anyone working on this one? @jarro2783 Also, if I implement this, will it be merged to the master? I'm not sure of...
Thanks for considering this feature! I forgot to mention that the *Tone Portamento* (`Gxx` effect on s3m) is also used a lot on LSDj (`Lxx` on LSDj). I would really...
More noticeable example here. This one is also related with #19, as I *switch* the lead melody from `Ch1` to `Ch6` in order to use the pitch bend (`Exx`, `Gxx`),...
> VisualBoyAdvance and NanoBoyAdvance sound playback is closer to real hardware, if it helps. I just tried NanoBoyAdvance, and it has the same clicking issue. Testing the audio with NanoBoyAdvance...
I did run `python tools/git-sync-deps` for 7 hours, but it's still the same error. The error seems to be raised while running `emsdk.py install 3.1.3`, specifically here https://github.com/emscripten-core/emsdk/blob/fc645b7626ebf86530dbd82fbece74d457e7ae07/emsdk.py#L2727-L2731 Looks like...
Also, if I ignore this and try running `gn gen ..`, this happens. ```python Traceback (most recent call last): File "/home/username/deps/depot_tools/gn.py", line 74, in sys.exit(main(sys.argv)) File "/home/username/deps/depot_tools/gn.py", line 69, in...