ValleyBell
ValleyBell
Yeah, that is also true... The ideal case for me would be this: - store `client_secrets.json` in the directory of the utility - not passing `-secrets` makes it read it...
I would also be fine with the tool trying to read the secrets file from the `$HOME` directory. Anything global would really work for me. I'm unfortunately not a Go...
This works well and simplifies the commandline a lot! Many thanks!
I've been writing a small RCP file specification while working on my own rcp2mid converter. In case you're interested: https://github.com/ValleyBell/MidiConverters/blob/master/RCPFormat.txt I often look at the JavaScript rcm2smf tool in order...
For the OPN/OPNA SSG volume, I recommend going with the "relative volume". (i.e. `(volume_float * 0x100) | 0x8000`)
Hmm...this is actually a bug in the VGM. The VGM sets the "SCC+" (K052539) mode flag, but it assumes that channels 4+5 share their wave RAM. (SCC non-plus/K051649 mode) It...
The rip itself should be mostly okay. There is just a wrong flag set in the VGM header, but this can be easily patched afterwards. I'll probably go further and...
Okay, so then the pack is bad. I checked a few tracks and they all write only to the wave RAM of the first 4 channels. (using the SCC non-plus...
> Alternatively, what about pulling items from utils directly into the libraries that need it? > > For example, I think threading is only required by the audio library, that...
I'm fine with the audio split. However I'll leave it to you to come up with a library name. :P (I can still do the splitting by myself though.) While...