Joel Yliluoma
Joel Yliluoma
And the “player part” includes also the MIDI reader, RPN handling, linear to logarithmic volume conversion, OPL3 scheduling, arpeggio, etc., derived from my code, yes? Anything derived from the code...
So the files libADLMIDI/src/adlmidi_midiplay.cpp, adlmidi_opl3.cpp, adldata.cpp etc. which obviously are derivatives of portions from this repository, are not actually used in your project at all except by those “Misc. utilities,...
Well, you want. But I have not given you permission for that. Yet you created a commit suggesting contrary.
I would appreciate gradual commits without large codemasses suddenly appearing out from nowhere :-) And I also kind of dislike CMake. But I am also willing to study your repository...
The default settings in reverb reduce the gain in order to avoid clipping problems. This could be helped by doing some DC offset removal before running reverb (and would be...
I agree, but DC offset can make all the difference. If you don't know what I mean, consider this. If the sound alternates only between values +2 and –1, its...
Yes, float32 format is a way of saying it’s someone else’s problem now. (I don’t know why ADLMIDI doesn’t use float32 for WAVs.) ADLMIDI actually does make an attempt at...
Yes, it is an issue… it is far from trivial to allocate notes in such manner that this doesn’t happen.
Why a separate include/ directory?
I'm alive I just need to focus on different things that I must get done.