---------------------------*-indented-text-*------------------------------ TiMidity -- Experimental MIDI to WAVE converter Copyright (C) 1995 Tuukka Toivonen -------------------------------------------------------------------------- List of changes -------------------------------------------------------------------------- 0.2h to 0.2i Renamed most source files to fit into 8.3 characters and less. Sorry. Changes by Davide Moretti : Incorporated the changes to allow TiMidity to compile and run under Win32 platforms (tested with Windows 95 and Windows NT for Intel). Read README.W32 for more information. Tcl/Tk interface by Takashi Iwai . Read README.tk. DEC port by Chi Ming HUNG . Read README.DEC. A few bugfixes: WAVE headers, shell substitution, Linux audio O_RDWR, dumb/ncurses segfault (thanks to everyone who sent a fix for this ;) Reversed the sense of the -F option to get rid of some nasty pops. Attempted to merge Makefile.{SUN|SOLARIS|HPUX|DEC} back into Makefile to conserve the world's ketoprofen reserves. Lowered default amplification to 70% to get a bit more dynamic headroom. 0.2g to 0.2h Warning! This is a Vincent Pagel release... more official release when Tuukka comes back from hollydays, err, his exams actually. I've added a Motif interface with files selection, time scale cursor and other blue widgets. More gadgets to come. Changes are in motif_* files, but also a big structure change in timidity.c and playmidi.c as it is now the interface that choose the name of the next file to play. Added so called "nice" icons Pipe communication between Motif interface and the program. Antialiasing filtering now works even with looping patch, nice when playing on a SUN at Ulaw at 8Khz ( option -a ) Added a Makefile.HPUX since make on HP does not understand the += notation Thanks to Gilles Dauphin, works on Solaris 0.2f to 0.2g Wrote a little WAVE to patch converter and added ".wav" to DECOMPRESSOR_LIST to allow using wave files as simple instruments. This was Davor Jadrijevic's suggestion from some time back. New file: wav2pat.c Took out ADJUST_PANNING_IMMEDIATELY and put in a command line option "-F" for "turn off _F_ast panning". Running out of letters for command line options. Error check in read_config_file to make some noise when directories are specified as config files. Squashed a segfault that resulted from resampling past loop end (FINALINTERP, when incr > 1<