hiromasa
hiromasa
Yes. It is attached to the previous post. The .wasm is the link below. [test.wasm.zip](https://github.com/wasmerio/wasmer-js/files/7716087/test.wasm.zip) Please let me know if there is any information that is missing. Thank you for...
Hello. Thank you for your report. This wrapper to ymfm allows write commands to be queued in order to accommodate high sampling YM registers dump files (e.g., in VGM format)....
In the next part, registers 0 through 13 are set in order, one tick at a time. ```zig while( i < 14) : ( i += 1) { ymfm.ymfm_write(ym2149, 0,...
Thank you very much. I understand about the dump file format. If the queue is not used, It may be necessary to include the following address translation process in the...
Hello. Sorry for the precious time. Since ymfm is a clock architecture, writing registers at the same time (tick) at the same time may not work well. ymfm operates by...
Hello. > Why do you add the new sample to the previous one ( += ) ? > I removed the + and now it looks a little better, at...
Thank you for your excellent work! It worked perfectly on my Ubuntu 22.04. Now I can incorporate automatic transfer of sound units into [my build](https://github.com/h1romas4/nts1mkii-rust-wave/blob/main/.vscode/tasks.json#L67-L85). Awesome. ```bash $ uname -a...