Nobuaki Tanaka

Results 22 comments of Nobuaki Tanaka

I considered how we can share the work, and found that it is getting difficult to find a task which can be easily delegated to others. Since this project started...

Thanks for the suggestion. Due to various circumstances, I currently don't have much time to work on this port. While modernizing the port is interesting, even something like enabling nullables...

You are rendering the waveform to a `float` array. Since `float` is 32bit, it's not compatible with `bitsPerSample: 16`. You should use `RenderMonoInt16` and a `short` array. By the way,...

@rjjaret If you want to play MIDI files, please try one of the following examples. https://github.com/sinshu/meltysynth#examples For instance, SFML.Net supports Mac, so I believe it should function on a Mac...

@rjjaret Did you try [the SFML.Net example](https://github.com/sinshu/meltysynth/tree/main/Examples/SFML.Net)?

@markheath Very nice! I'm looking forward to the blog post 😎

@markheath Thank you for sharing information 👍

Thanks 😊 I understand there is a demand for supporting large SoundFonts, but for the following reasons, I've decided not to support them in MeltySynth: * In MeltySynth, I prioritize...

If this library is helpful to you, I'd be delighted 😊 To change the type of drum, perform a program change on the drum channel (9). For example, the following...

Regarding the MIDI file you provided, I listened to it using MeltySynth's MIDI playback sample code and didn't encounter any issues (although the nostalgia of the song almost made me...