Update Timidity GIT reference
Add .gitignore file
New timidity git reference
Multiple TEXI documentation updates. Most about using Timidity++ for MIDI playback.
Remove a tiny memory leak (in the wave-mixer NONE - dummy one)
Make the internal debug variable, static (non-public)
playmp2 (libmad): make it possible to dump raw data output from the different buffer stages
devpalsa:
playmp2 (libmad):
playay: (aylet)
Add support for callbacks to happen from the ringbuffers
Add support for QUAD samples in the ringbuffer
Do not allow to start up, if output,wave and input device drivers are not selected (avoid later crash)
Remove warnings when shutting down premature (from failed driver detection and setting a valid device)
Spelling error in SDL2 video drivers
Adding this assertion, removes a compiler-warning
Remove a warning about non-used variable. (arczip does not care about detection failures, it does not revert to reading the whole file)
Identation fixes
Add SDL2 audio support
glibc has changed the printf() syntax a tiny bit. Also make the affected dialog a bit more spacy, making it look prettier
Curses + UTF-8, used wrong corner characters in single-line boxes
Update SDL audio debug output, and a typo in the device driver name
Remove a compiler warning
Support for SDL2-video
At some point configure stopped to check for curses resize_term, making resizing windows not work as expected
My name in the header-line was chopped off....
More 64bit time updates
Remove two unused options from ocp.ini
Earlier commit for playogg needed plrMono16ToStereo16(), but forgot to commit it
missing dependencies in playgmi/Makefile
More 64bit time updates
Lionel Debroux reported a crash, in the .IT loader.
playay:
Streamline playmp2 ringbuffer and clock code
New version of timididy (silence a valgrind warning)
New version of timidity
Remove all traces of playay (the stream was based code on from that plugin)
Streamline the buffer convert code
playmidi:
Unify the ringbuffer API, and fix the clock on 64bit host
aylet changes:
Streamline ringbuffer usage, and fix clock to work on 64hosts
AY files did not show current active pitch when in wide-mode (128 characters or wider)
Support newer versions of GCC
Seek of FLAC streams, causes a decoding of a frame to happen. So, we need to let seeking be pending instead and perform them when buffer has space.
Streamline the buffer-filler using ringbuffer API.
playflac now uses ringbuffer API for internal buffer
Do not re-entrant slow-timer-interrupt
FLAC displayed wrong time passed on 64bit systems
EOF was a bit premature, surround merged into P...
Panning appeared reversed
One more memory leak in the X11 output driver s...
EOF was a bit premature, surround added and pau...
Macro parameters, should be used with (), else ...
Use the new ringbuffer logic as playogg and pla...
One minor memory-leak in x11 output driver fixed
Remove unused file
Various tweaks and fixes for ogg playback support
Oggplay: take advantage of the new RingerBuffer...
When unloading alsa .so files, the config memor...
playmp2 (MP2 and MP3 support) are now updated w...
Remove one minor memory leak in the devpalsa dr...
Move gmipdots into timidity world (live actual ...
Add a generic ringbuffer tracker code (contains...
Barrett Huber, is this still an issue? git repo has been updated even more now
Please try the latest git repo
Missed adding this file when adding Timidity st...
Use autoconf ncurses m4 macro
Update the year to 2016
feel free to close this, the AUR pkg maintainer has pushed a temp workaround. sorry...
ncursesw header files was not found : Archlinux
Pushed to git repo
Patch to allow build with GCC 6
Add support for unicode (UTF-8) in curses output
Use libncursesw if available instead of libncurses
Small buffer overrun in itload.c
Allow gcc 6.x
Update the LGPL-2 COPYING file to the latest ve...
Git repo updated
incorrect FSF address in COPYING file
Newer versions of gcc needs "static inline" ins...
Default ocp.ini to use playtimidity instead of ...
Add playtimidity,so under the playgmi directory...
incorrect FSF address in COPYING file
Patch to allow build with GCC 6
Remove \r.. \n is enough to trigger new lines o...
Warn users when sample-manager shrinks sample-b...
Minor spelling error
Revert "The interleaved attribute was read from...
The interleaved attribute was read from the hea...
The interleaved attribute was read from the hea...
"Enable" / "Activate" was used mixed. Always us...
cpiTextRecalc() would sometimes not give all wi...
Try to calculate which zoom will fit best when ...
ymtype.so needs to depend on the optional build...
Fail to load old format mod files, if detected ...
Absolute source paths in timidity.cfg parser fa...
Some g++ can be more strict for prefilled structs
Merge branch 'master' of ssh://git.code.sf.net/...
sizeof() used wrong, so we only allowed very sh...