Nobuaki Tanaka

Results 22 comments of Nobuaki Tanaka

Excellent work!!! It's always nice to see the same software written in different languages!

The chorus implementation is taken from the textbook "Sound programming in C - Signal processing for sound effects". Although the textbook is written in Japanese, the example code should be...

There are a number of commands defined in the General MIDI specifications. Is there a particular reason to add a constant only for instrument change?

Here is my opinion: I believe that this library should provide only what users cannot easily achieve. Since adding a constant for convenience is not hard for users, that should...

That sounds interesting. I've always wanted to modernize the code.

You need to copy one of the following files from the commercial Doom games. * DOOM.WAD (Ultimate Doom) * DOOM2.WAD (Doom II) * PLTONIA.WAD (Final Doom) * TNT.WAD (Final Doom)...

Are you using Visual Studio? If you are using Visual Studio, * is the version 2019? * which target frameworks do you have?

This seems a problem of Visual Studio, so I cannot be of much help to you... As far as I searched, some solutions are available in the following link: https://stackoverflow.com/questions/60843091/net-5-not-available-in-visual-studio-2019...

I'm not familiar with the networking layer, so I cannot do that.

Thank you for your support. Currently the audio system does not work due to some design changes. I believe that most of the audio related code is still usable and...