Tom M.
Tom M.
Hi, > configurable parameters which are added which determine the amount of change for volume attenuation and filter cutoff 1)Interesting idea. May be acting on note Velocity rather Volume will...
Thanks for this summary. We will have an SOVERSION bump next release. In a first step I think it's worth going through the API to verify that our data types...
Good news, thanks for the update. > What would be a good solution from here now? My suggestion: When creating a `fluid_synth_t` the user should decide between MIDI 1 or...
> I'd try to hack some proof-of-concept implementation while I'm interested in it. Sure, go ahead. But please keep in mind that those "MIDI messages" you're referring to are based...
> > What has the sequencer to do with MIDI2? > > Considering that a sequencer like `fluid_seq` that prcesses streams of MIDI events The sequencer processes `fluid_event_t`. This is...
Sorry for the delay. I now had a chance to look into this. The wording of the other default modulators also refers to `127/128`. And the table in section 9.5.3...
@hassec Don't worry. I already had a look into the code and found it quite easy to do. [Here's my branch](https://github.com/derselbst/exiv2/tree/canon-af-rotation). I'll need a few more days to test it....
> Can you submit a PR to the 'main' branch which I will set up on Sunday morning. Ok, I'll do. No hurry :) > I think we should include...
Hi, I am mainly a user of exiv2 (coming from gwenview) and pretty new to the team; Robin invited me recently. I'm familiar with C++, Cmake, CI. However, I'm also...
> Having the option to clamp the integer samples instead of wrapping would be good, too. No, we don't need this, because it would only hide misusage of libsndfile's API...