Skip to content
Snippets Groups Projects
  1. Aug 28, 2018
  2. Aug 11, 2018
  3. Jun 04, 2016
  4. May 28, 2016
  5. May 18, 2016
  6. May 01, 2016
  7. Mar 19, 2016
  8. Apr 21, 2015
  9. Aug 21, 2014
    • yta's avatar
      Fix reverb buffer-overrun issue · 2bf8c943
      yta authored
      
      Add code to check the upper limit of the index.  TiMidity++ to buffer-
      overrun when the value of the reverb_status_gs.character was a 6 or 7.
      info->index is set to a value out of range when the value of the
      "Reverb Time" was -64.
      
      Signed-off-by: default avataryta <yta@inter7.jp>
      2bf8c943
    • yta's avatar
      Fix NULL pointer access issue (Windows audio driver output) · 18857b89
      yta authored
      
      Add DriverClosing and OutputWorking flags.  If TiMidity++ called
      close_output during a stop at output_data, app cause a NULL pointer
      access.  After changing, WaitForBuffer(1) to stop until return from
      output_data.
      
      Signed-off-by: default avataryta <yta@inter7.jp>
      18857b89
  10. Aug 14, 2014
  11. Jun 09, 2014
  12. May 24, 2014
  13. May 22, 2014
  14. May 12, 2014
    • Yair K's avatar
      Fix tk interface compile with tk8.6 · ffdfb523
      Yair K authored
      Direct access to interp->result is disallowed in 8.6, so use Tcl_GetStringResult instead. Also increase MAX_TK_MIDI_CHANNELS to fix compile warning.
      ffdfb523
    • Yair K's avatar
      Fix ao options crash · 5095a7bc
      Yair K authored
      Initialize ao_options to NULL, so as to avoid crash when no options are specified.
      5095a7bc
  15. Dec 12, 2013
  16. Nov 06, 2013
  17. Nov 04, 2013
  18. Nov 03, 2013
  19. Oct 20, 2012
    • Yair K's avatar
      Allow setting ao backend options via environment · 7d4ddc6c
      Yair K authored
      Let libao backend set ao options via TIMIDITY_AO_OPTIONS environment variable.
      The variable accepts "key=value" pairs seperated by commans.
      For example:
              TIMIDITY_AO_OPTIONS="use_mmap=1,id=1" for ALSA ao backend.
              TIMIDITY_AO_OPTIONS="server=example.com:4713"
      etc.
      
      Notes:
              1. Later options have precendance over earlier ones in libao.
              2. Spaces are not trimmed, but supplied as is.
              3. In case of "key=,", an empty string is passed to ao as value.
      7d4ddc6c
    • Kyle Guinn's avatar
      Signed-off-by: Yair K <cesium2@gmail.com> · 0d28d8de
      Kyle Guinn authored
      	Fix typo on timidity.cfg.5.
      
      Fix typo on timidity.cfg.5. Patch sent by Kyle Guinn.
      0d28d8de
  20. Sep 05, 2012
  21. Aug 20, 2012
Loading