• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TiMidity++ 改造版 (Windows 専用)


RSS
Rev. Time Author
5d36000 master 2016-06-04 18:31:48 TAMUKI Shoichi

Improve the specification of segment play option

In addition to [<minutes>:]<seconds>[.<milliseconds>] specification,
<measure>[.<beat>] specification is also now available.
For example: -G11.4-16m

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

2cce956 2016-06-04 18:31:38 TAMUKI Shoichi

Fix around segment play

Add a simple workaround to fix the problem that some MIDI files would
not seek forward to the first time segment.

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

464fffd 2016-05-28 21:20:22 TAMUKI Shoichi

Add metronome indicator in dumb interface trace mode

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

5ca7dbc 2016-05-28 21:19:55 TAMUKI Shoichi

Fix and improve around segment play

- Avoid memory leaks if multiple --segment (-G) options are specified.
Specifying multiple --segment (-G) options is also now available.
For example: -G00:30-00:45 -G01:15-01:30
- Avoid segment time deviation when controlling speed up/down by user
on the fly.
- Avoid double free opt_aq_fill_buff if --audio-buffer (-q) option is
specified.
- Improve segment playing accuracy with CTLE_CUEPOINT to be handled
correctly.
- Fix sample_count adjustment in apply_controls() if midi_time_ratio
is changed.

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

b129bca 2016-05-19 05:33:09 TAMUKI Shoichi

Add support for segment play option (-G, --segment)

Play just sub-segment(s) specified by comma separated time segments.
Each time segment defined by dash separated time values of begin-end.
Playing from begin to end.

Signed-off-by: Yotam Medini <yotam.medini@gmail.com>
Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

913d879 2016-05-02 08:21:28 Alexander Myltsev

Fix --preserve-silence killing the first note.

Signed-off-by: Alexander Myltsev <myltsev@yandex-team.ru>

6e189f6 2016-05-02 08:19:47 Stian Skjelstad

inline, defaults to "extern inline" with newer gcc versions

With newer versions of gcc, "inline" defaults to extern, and not static if
not specified. This causes linking problems at the end of the compile. Most
of this occurences are fixed (or #ifdef'ed away) except these two small
ones in timidity/mfi.c

Signed-off-by: Stian Skjelstad <stian.skjelstad@gmail.com>

7eaa3a5 2016-03-19 23:22:46 SATO Kentaro

Remove unowned domain URL from docs.

Signed-off-by: SATO Kentaro <kentaro@ranvis.com>

3c00eb5 2015-04-21 11:04:52 TAMUKI Shoichi

autogen.sh: create ChangeLog in a VCS-independent way

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

a21c422 2015-04-21 11:04:09 TAMUKI Shoichi

Fix to Japanese man page

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

473fffb 2015-04-21 11:03:21 Stas Sergeev

autogen.sh: create ChangeLog that is required by automake

Signed-off-by: Stas Sergeev <stsp@users.sourceforge.net>

c92d0d3 2015-04-21 11:02:23 Stas Sergeev

fixes to man page

Signed-off-by: Stas Sergeev <stsp@users.sourceforge.net>

9588161 2015-04-21 11:01:13 Tobias Markus

Fix coverity memory leak issues

Signed-off-by: Tobias Markus <tobbi@mozilla-uk.org>

2bf8c94 2014-08-21 11:01:54 yta

Fix reverb buffer-overrun issue

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: yta <yta@inter7.jp>

18857b8 2014-08-21 11:01:04 yta

Fix NULL pointer access issue (Windows audio driver output)

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: yta <yta@inter7.jp>

cc02954 2014-08-15 07:34:08 TAMUKI Shoichi

Update copyright year to 2014

Update copyright year to 2014 and replace the old e-mail address to
new one.

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

706cdc5 2014-08-15 07:32:52 yta

Fix Windows Driver

Add DriverCallback API. The driver must call the DriverCallback API.
After changing, some MIDI sequencers will not freeze: XGWorks, Domino,
etc.

Signed-off-by: yta <yta@inter7.jp>

2621f90 2014-06-09 09:02:17 TAMUKI Shoichi

Fix ssize_t type test and conditional compilation

Fix ssize_t type test because older versions of autoconf do not
support AC_TYPE_SSIZE_T macro. Also, fix conditional compilation for
older versions of MinGW.

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

8fd50c4 2014-05-24 20:38:21 SATO Kentaro

Revert some fix and add ssize_t type test.

fb02129 2014-05-24 20:00:20 SATO Kentaro

Minor fixes for conditional compile.

14f7ff5 2014-05-24 18:46:08 SATO Kentaro

Fix HTTPproxy not working on http URL.

e882325 2014-05-24 18:44:04 SATO Kentaro

Fix crash on sample size change while running.

3b0a315 2014-05-22 18:12:11 SATO Kentaro

Change Windows GUI volume slider max.

Volume control of W32GUI interface currently changes
rendering amplification, not playback volume.

560a741 2014-05-22 18:09:04 SATO Kentaro

Fix some compilation issues on Windows.

8d0fe93 2014-05-22 18:07:41 SATO Kentaro

Update version number in Windows resource.

ffdfb52 2014-05-13 06:32:04 Yair K

Fix tk interface compile with tk8.6

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.

5095a7b 2014-05-13 06:30:13 Yair K

Fix ao options crash

Initialize ao_options to NULL, so as to avoid crash when no options are specified.

416bac5 2013-12-12 11:04:52 TAMUKI Shoichi

Prefix ./ to escape_sjis.pl in Makefile to execute the script

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

e0495ae 2013-11-06 11:43:24 TAMUKI Shoichi

Gleaning various fixes

- Fix vwprintw to fit with newer PDCurses
- Fix control_mode_event args to use ptr_size_t
- Fix read_config_file to be used in another main
- Fix around MIDIOUTCAPS2 in windrv/timiditydrv.c

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

bc21320 2013-11-04 15:20:57 Yale Zhang

Refactor w32_a.c and disable the debug messages

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>