Tom M.

Results 28 issues of Tom M.

I was trying to use `ISingleChannelPyramidLayerTileAccessor::Get()`, which needs a `PyramidLayerInfo` struct. I didn't pay much attention to where this struct is actually defined. So I just took one instance obtained...

question

Previously, fluidsynth used an optimization that allowed silent voices to be completely skipped rendering. While this behavior might make sense from a performance point of view, it does break the...

bug

First of all, I do really appreciate this community-driven effort to continue the development of the SoundFont spec. However, I have one serious, major concern calling this effort SoundFont3 (SF3)....

add a program that handles overlapping notes

During implementation of #1342, I found the IIR filter producing strange cracks and clicks. I haven't done a deep investigation but it seems that this was caused by big and...

This adds a compatibility layer for AWE32-style NRPNs, see #1342. Essentially, it adds a few more members to `fluid_chan_t`, allowing us to memorize any generators overridden by AWE32 NRPNs. `fluid_hz2ct()`...

enhancement

### Related discussion As discussed in #1290, a compatibility layer for supporting AWE32-style NRPNs shall be attempted. ### Is your feature request related to a problem? Mimic the behavior of...

enhancement

Patch by @komh. Resolves #1330.

enhancement