32
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add sostenuto pedal functionality (ticket #47, #136) More... about 10 years ago
Add get tempo/bpm and get length/currentBeat to fluid_player More... over 10 years ago
Same expression on both sides of '||'. More... over 10 years ago
fluid_server_handle_connection() now returns an integer. There was no return value before, which was causing TCP/IP connections to immediately close in an undefined manner.
Josh Green
as Element Green
More... over 10 years ago
file renderer: Add encoding quality API More... over 10 years ago
Removing passing argument 2 of 'show_settings_str_options' discards 'const' qualifier from pointer target type [-Werror] warnngs from code More... over 10 years ago
Fix resource leak in error path of function sfload_file() More... over 10 years ago
Add IPv6 support to socket APIs More... almost 11 years ago
Fix dereference of voice->sample before NULL check More... almost 11 years ago
GCC: Stop exporting symbols which should not be exported More... about 11 years ago
Set output name correctly for OS/2 More... over 11 years ago
Fix header check for DART More... over 11 years ago
Fix default soundfont on Windows More... over 11 years ago
Fix compilation under old glib More... over 11 years ago
Added NEW_GLIB_THREAD_API and OLD_GLIB_THREAD_API macros to test Glib thread API pre or post version 2.32. Separate thread primative defines in utils/fluid_sys.h for new and old Glib thread API. g_atomic_int_add is now used in place of depricated g_atomic_int_exchange_and_add if Glib >= 2.30. Added name field to new_fluid_thread() function for setting the thread name and updated all uses of this function. new_fluid_thread updated to use new Glib thread API. Removed notify parameter from fluid_private_set() since it wasn't being used and complicates things with the new Glib thread API.
Josh Green
as Element Green
More... almost 12 years ago
Fix two more segfaults in error paths More... almost 12 years ago
Fix segfault / memory leak in error paths More... almost 12 years ago
midifile loader: Fix memory leaks in error paths (#120) More... almost 12 years ago
ramsfont: Fix memory leaks in error paths More... almost 12 years ago
defsfont: Fix memory leaks in error paths More... almost 12 years ago
Fix dereference before NULL check in defsfont/ramsfont (ticket #117) More... almost 12 years ago
Protect against empty names in fluid_settings functions More... almost 12 years ago
rtkit: Fixup the previous patch More... about 12 years ago
rtkit: Fix build on solaris More... about 12 years ago
rvoice mixer: Fix memory leak More... about 12 years ago
defsfont: Avoid memory allocation on program change More... about 12 years ago
Load default soundfont if midi files specified but no soundfont More... about 12 years ago
Add default soundfont setting: synth.default-soundfont More... about 12 years ago
chorus level: Probably > 1 is not unreasonable if the default is 2. More... over 12 years ago
Fix documentation for fluid_synth_set_chorus (ticket #114) More... over 12 years ago