Tom M.

Results 28 issues of Tom M.

*Originally created by:* David Henningsson Two problems must be addressed: - [x] The MIDI player should wait for all voices to terminate after the last MIDI note, plus some extra...

sourceforge
auto-migrated

Implement "midi.autoconnect" for alsa_raw, jack and potentially other midi drivers. - [x] CoreMidi - [x] jack - [x] winmidi - [ ] alsa raw

enhancement
help wanted

The MIDI 2.0 specification has been released: https://www.midi.org/articles-old/details-about-midi-2-0-midi-ci-profiles-and-property-exchange This issue serves as a placeholder to figure out what's new and whether / how it can be adopted for fluidsynth. -...

enhancement
help wanted

I know fluidsynth already supports the MIDI Tuning Standard (MTS), but something is preventing it from working automatically when I specify a MIDI file (with embedded MTS data) on the...

sourceforge
auto-migrated

If `--verbose` was given, fluidsynth should tell us why certain generators were discarded. This should be done after completion of #823. Otherwise, people get confused: https://lists.nongnu.org/archive/html/fluid-dev/2021-04/msg00000.html

enhancement

`rvoice_mixer` needs a bit refactoring after the workaround to fix #192. Think about: - [x] remove `fluid_rvoice_eventhandler_t::is_threadsafe` - [x] remove "synth.parallel-render" - [x] remove fluid_voice_t::debug - [x] refactor chrous and...

enhancement

[FluidSynth](/apps/trac/fluidsynth/wiki/FluidSynth) does not currently implement Soft Pedal Switch CC 67. The soft pedal switch is supposed to make the affected instrument softer via initial attenuation and filter cutoff parameters in...

sourceforge
auto-migrated

Looking over the noteon method in fluid_defsfont.c I don't see any code handling stereo pairs. The [SoundFont](/apps/trac/fluidsynth/wiki/SoundFont) specification 2.04 section 7.10 says that stereo pairs should use the pitch generators...

sourceforge
auto-migrated

Hello, I have noticed that Canon stores additional rotation information in the AFInfo chunk. Neither Exiv2 nor ExifTool currently seem to handle this information. I would like to share and...

makerNote

I came across an unexpected behaviour when decoding loud ogg files. If a sample seems to have max value, it will overflow when decoding it with sndfile's integer read functions....