fluidsynth icon indicating copy to clipboard operation
fluidsynth copied to clipboard

Software synthesizer based on the SoundFont 2 specifications

Results 68 fluidsynth issues
Sort by recently updated
recently updated
newest added

*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

This modifies `fluid_player_callback()` to call `fluid_track_send_events()` _before_ checking if `!fluid_track_eot()`, so that if the user is seeking backward `fluid_track_send_events()` can reset the track. After returning, `!fluid_track_eot()` is checked to see...

### FluidSynth version ``` FluidSynth runtime version 2.2.8 Copyright (C) 2000-2022 Peter Hanappe and others. Distributed under the LGPL license. SoundFont(R) is a registered trademark of Creative Technology Ltd. FluidSynth...

bug

The audio backend "natively" supported by webassembly is OpenAL, which fluidsynth does not support at the moment. Adding it would make using fluidsynth on web applications easy. Current alternatives are:...

enhancement

This is a RFC pull-request that adds experimental support for auto-suspend / idle-handling to FluidSynth. Motivation behind this change is the fact that quite a few people have already expressed...

Fluidsynth version 2.2.8 System: Arch Linux x64 Exec string: /usr/bin/fluidsynth -is -a pulseaudio -m alsa_seq -r 48000 Fluidsynth keeps playing the last note infinitely if the client application crashes or...

enhancement

### FluidSynth version ``` FluidSynth runtime version 2.1.7 Copyright (C) 2000-2021 Peter Hanappe and others. Distributed under the LGPL license. SoundFont(R) is a registered trademark of E-mu Systems, Inc. FluidSynth...

bug

XG [specs ](http://www.jososoft.dk/yamaha/pdf/spec123a.pdf) page 42 says XG System Mode ON sysex depends on the deviceId n coded on 4 bits: F0H, 43H, **1nH** (0001nnnn), 4CH, ... That's why everywhere on...

bug

### FluidSynth version ``` FluidSynth runtime version 2.2.5 Copyright (C) 2000-2022 Peter Hanappe and others. Distributed under the LGPL license. SoundFont(R) is a registered trademark of Creative Technology Ltd. FluidSynth...

bug

This PR is an alternative to commit d031d4b of PR https://github.com/FluidSynth/fluidsynth/pull/1023 When midi.autoconnect is set to true it works as commit d031d4b of PR https://github.com/FluidSynth/fluidsynth/pull/1023. When midi.autoconnect is false it...