Commit graph

  • 66407e2584 Prevent MIDI player from playing immediately after creation derselbst 2021-02-07 11:21:18 +0100
  • 2172e1b009 Rename player_step to player_seek derselbst 2021-02-07 11:13:29 +0100
  • 9f3eee0dd5 Document player commands which cannot be used in command file derselbst 2021-02-07 11:10:18 +0100
  • d5cb8d312e Fix player_seek command in user command file derselbst 2021-02-01 18:43:34 +0100
  • 77f5bee296
    Fix player position displayed in fluid_handle_player_cde() (#775) jjceresa 2021-02-07 22:45:22 +0100
  • 65c7d809f8
    Replace Travis badge with GitHub Action Tom M 2021-02-07 14:10:25 +0100
  • 9690c0dd73 Merge branch '2.1.x' into master derselbst 2021-02-07 13:52:19 +0100
  • dfc7378754
    Good Bye TravisCI! (#772) Tom M 2021-02-07 13:46:02 +0100
  • aebc4837dd Simplify control flow to allow auto-vectorization by compiler derselbst 2021-02-06 16:23:03 +0100
  • 25b0503ba7 Avoid audible clicks when rapidly chaning panning derselbst 2021-02-06 15:26:25 +0100
  • 0d76403f9f
    Parallelize SF3 loading (#746) Tom M 2021-02-06 20:32:17 +0100
  • 4836ff15c4
    Speedup Android CI a bit (#769) Tom M 2021-02-06 19:28:52 +0100
  • 616fca3d8d Elaborate out-of-polyphony error message jjceresa 2021-02-01 21:24:07 +0100
  • 8745f542c2
    Merge pull request #747 from FluidSynth/oboe-phil Tom M 2021-02-06 10:43:07 +0100
  • ad16f40325 Speed up build + tests for TravisCI derselbst 2021-01-29 17:09:33 +0100
  • 641605294c Introduce audio.oboe.sample-rate-conversion-quality setting derselbst 2021-01-30 19:31:51 +0100
  • 977fe31ef4 Document the impact of synth.sample-rate on audio drivers derselbst 2021-01-22 20:02:40 +0100
  • 712707fe87
    Add WASAPI driver. (#754) Chris Xiong 2021-01-30 01:11:17 +0800
  • d0e90be5b5
    Update TravisCI badge Tom M 2021-01-29 16:43:47 +0100
  • 9e0c401aeb Document new WASAPI settings and other missing ones derselbst 2021-01-29 14:57:25 +0100
  • b84e8b83e0 Merge branch '2.1.x' into master derselbst 2021-01-29 14:42:04 +0100
  • e2d67ea772 Bump to 2.1.7 v2.1.7 derselbst 2021-01-29 14:37:27 +0100
  • dc3d7b8ffa Fix possible NULL deref derselbst 2021-01-29 14:07:01 +0100
  • 4d76a6ad85 Restore int16 sample format for waveout and dsound derselbst 2021-01-29 13:59:21 +0100
  • 8322d95425
    Fix waveout driver crash (#759) jjceresa 2021-01-29 13:56:57 +0100
  • cd28701d52 Allow the MIDI file player restart on-demand (#755) rncbc 2021-01-26 11:10:54 +0000
  • c7878dec74 Update API docs of fluid_settings_getstr_default() derselbst 2021-01-28 11:15:23 +0100
  • 4b5afca76c Fix a double-free when issuing the info command on string setting derselbst 2021-01-28 10:34:39 +0100
  • 70abf1953f Add a comment for issue #751 derselbst 2021-01-23 17:50:40 +0100
  • 4fd7899d61 Merge branch '2.1.x' into master derselbst 2021-01-23 17:16:26 +0100
  • e887a6369c Update new_fluid_audio_driver2() support list derselbst 2021-01-23 16:28:56 +0100
  • fff51822eb Disable floating point underflow exceptions derselbst 2021-01-23 16:00:42 +0100
  • b9820362f4 Update API docs about bug #751 derselbst 2021-01-23 15:57:28 +0100
  • 8e9d361651 chorus: avoid overwriting input buffer when storing samples in the delay line. Chris Xiong 2021-01-23 16:59:21 +0800
  • 1fefa4d2f2 Merge pull request #745 from chirs241097/winadrv-cb derselbst 2021-01-23 15:08:24 +0100
  • 64121229ea Add support for multiple stereo outputs when callbacks are used. Chris Xiong 2021-01-20 19:30:03 +0800
  • d547b569ad Leave framesPerCallback unspecified derselbst 2021-01-22 19:48:54 +0100
  • 998eeee471 Elaborate API docs of fluid_audio_func_t derselbst 2021-01-22 19:46:03 +0100
  • 908494524b Consistency changes and removal of other unnecessary stuff. Chris Xiong 2021-01-20 11:55:29 +0800
  • 1e18ee7781 Use oboe 1.5.0 derselbst 2021-01-13 19:18:11 +0100
  • c9c80a5fde Oboe driver can have lower latency derselbst 2021-01-13 19:06:06 +0100
  • 2cfd56bb10 Modernize Oboe driver derselbst 2021-01-13 19:02:13 +0100
  • 772f62fc91 Add support for new_fluid_audio_driver2 while using the waveout driver. Chris Xiong 2021-01-19 10:25:24 +0800
  • 9562ae6009 Add support for new_fluid_audio_driver2 while using the dsound driver. Chris Xiong 2021-01-19 10:24:40 +0800
  • 4f2cb370a1
    Add shell commands to the MIDI File Player (#713) jjceresa 2021-01-15 19:04:02 +0100
  • ca6bcda7d9
    Merge pull request #739 from FluidSynth/parse-cmd3 Tom M 2021-01-10 12:08:19 +0100
  • 2cada68e02
    Fix MIDI player tempo reset issues (#711) jjceresa 2021-01-10 12:01:28 +0100
  • 20ff3f866c Avoid unknown command errors when parsing settings early derselbst 2021-01-09 19:44:18 +0100
  • 9bb048f27f Don't print warning when parsing early derselbst 2021-01-09 00:13:44 +0100
  • 40ed09367a Parse set commands from config file early derselbst 2021-01-08 23:36:45 +0100
  • 4e8f570d32 Don't warn when parsing config files Mauro Carvalho Chehab 2021-01-03 12:32:31 +0100
  • 3d805e9a03 Only change a set if the value actually changed Mauro Carvalho Chehab 2021-01-03 12:11:58 +0100
  • e04cd572cb Merge branch '2.1.x' into master derselbst 2021-01-03 21:37:32 +0100
  • fd9bf6a6b0
    MinGW CI: Provide Release Build Binaries (#738) v2.1.6 Tom M 2021-01-03 20:55:48 +0100
  • 272b3b8717 Update API docs on fluid_synth_sfunload() derselbst 2021-01-02 17:07:46 +0100
  • cf424de5cf delete_fluid_synth() may not unload soundfonts still used by rvoices jjceresa 2020-12-31 14:29:32 +0100
  • 0d38823527 SoundFonts cannot be unloaded if polyphony is ever exceeded jjceresa 2020-12-30 07:24:40 +0100
  • 5c1cfe6a5f
    Regression tests for #727 (#735) Tom M 2021-01-03 09:42:42 +0100
  • 6339feb106 Update API docs on settings recycling Tom M 2021-01-03 00:05:12 +0100
  • 57f40ea91c Fix heap-use-after free derselbst 2021-01-02 14:53:34 +0100
  • 03cf8e28f6 Add a unit test for issue 733 derselbst 2021-01-02 14:53:21 +0100
  • 17dfadbd0b Fix SonarCloud Analysis on 2.1.x branch derselbst 2021-01-02 17:14:32 +0100
  • 4bfeff5764
    Elaborate API docs on voice state Tom M 2021-01-01 22:27:25 +0100
  • 26710f1076 Bump to 2.1.6 derselbst 2021-01-01 21:26:12 +0100
  • 6b0ddee85c Update CI scripts from master derselbst 2021-01-01 21:22:27 +0100
  • 0ae16f6a2b
    Check first MIDI files then Soundfonts files in fluidsynth.c (#731) jjceresa 2020-12-31 10:28:12 +0100
  • a14c70cbbd
    Fix the fluid_synth_set_sample_rate() change problem for jack driver (#722) Tom M 2020-12-31 10:25:53 +0100
  • 21d20eac67
    Replace AppVeyor vcpkg CI with Azure Pipelines (#728) Tom M 2020-12-29 19:35:04 +0100
  • 1be0e5ae7c Log error when audio callback function fails derselbst 2020-12-28 18:08:16 +0100
  • 9a25e71b02
    Add FLUID_SEQ_SCALE event type (#723) Tom M 2020-12-27 17:53:36 +0100
  • 0853cac6a3 Fix doxygen warnings derselbst 2020-12-27 10:48:07 +0100
  • 0968e403c9 Remove pre-generated doxygen files derselbst 2020-12-22 13:23:28 +0100
  • bc056b576b Print error if fluid_is_soundfont() fails derselbst 2020-12-22 12:10:59 +0100
  • 3c84dcc816 Update API docs about UTF8 filenames derselbst 2020-12-22 11:09:08 +0100
  • ed34742824 Add log messages to fluid_fopen() derselbst 2020-12-22 10:54:31 +0100
  • 1cdeebef37 Enable the use of UTF-8 filenames under Windows (#718) getraid-gg 2020-12-22 04:34:44 -0500
  • 468f6ff082 Update Issue templates to point to GitHub discussion derselbst 2020-12-20 12:30:42 +0100
  • e5f5bb5471 Breaking unit tests for WindowsXP should be fatal derselbst 2020-12-19 14:42:17 +0100
  • b14265cf99 Elaborate on synth.device-id derselbst 2020-12-18 11:57:11 +0100
  • f15147d43a
    Replace g_ascii_strtoll() with FLUID_STRTOL() (#717) Carlo Bramini 2020-12-16 09:15:04 +0100
  • 3719c58246
    Make some strings const (#716) Carlo Bramini 2020-12-16 00:05:28 +0100
  • e68f4b22de Revert "Commit to test API doc build" Marcus Weseloh 2020-12-13 16:37:20 +0100
  • fd39f6e1e0
    Commit to test API doc build Marcus Weseloh 2020-12-13 16:31:45 +0100
  • b7f7d818a7
    Also set commit name and email for api doc build commits Marcus Weseloh 2020-12-13 16:26:55 +0100
  • 01ecf9e3b9
    Fix commit message for deploying API doc Marcus Weseloh 2020-12-13 14:56:16 +0100
  • 5ff3b73a4d
    Clean existing files in API doc on GH pages Marcus Weseloh 2020-12-13 14:53:32 +0100
  • fcad97bacd
    Fix build path in API doc publish step Marcus Weseloh 2020-12-13 14:50:32 +0100
  • 9f853e7d53
    Update API doc build to upload to GH pages Marcus Weseloh 2020-12-13 14:48:51 +0100
  • 9cd0fbdbf8
    Re-enable unit tests with mingw Tom M 2020-12-11 12:37:52 +0100
  • f6276a14ab
    Fix Windows CI Tom M 2020-12-11 12:22:00 +0100
  • 9b485fad7c
    Handle GS SysEx messages for setting whether a channel is used for rhythm part. (#708) Chris Xiong 2020-11-29 07:20:04 +0800
  • 33c147402b
    Update owner of the SoundFont registered trademark. (#706) Nathan Umali 2020-11-25 03:31:16 -0800
  • c9b187bd85
    Fx unit api (#673) jjceresa 2020-11-22 21:02:06 +0100
  • 0c34b3d56c Update generated fluidsettings.txt for API doc build on fluidsynth.org Marcus Weseloh 2020-11-19 21:07:06 +0100
  • bfe0f26d96
    Merge pull request #703 from mawe42/doc-improvements Tom M 2020-11-16 22:57:22 +0100
  • 4a7d7ad688 Settings reference style more consistent with rest of reference pages Marcus Weseloh 2020-11-16 22:29:42 +0100
  • 602a2bcdc1 Remove unused command alias and sync Doxyfile.cmake and Doxyfile Marcus Weseloh 2020-11-16 22:09:06 +0100
  • c7f9d05190
    GitHub Action to build the API docs from master branch (#704) Marcus Weseloh 2020-11-16 15:27:56 +0100
  • 9971f9372c Workaround for doxygen bug with linebreaks in ALIASES Marcus Weseloh 2020-11-15 00:31:32 +0100
  • 42f91986cd Use SVG for fluid mixer image Marcus Weseloh 2020-11-14 21:16:23 +0100