13
0
livetrax/libs/evoral/src/libsmf
David Robillard 168d187994 Load what we can from broken/truncated MIDI files.
We're still a very long way from tolerant of weird SMF files (libsmf takes a
"crash if input is not exactly perfect" philosophy, if we're going to be polite
and elevate such a thing to "philosophy"), but at least we'll get what's there
from files truncated by old broken versions of Ardour or other situations.
2014-12-30 23:10:11 -05:00
..
COPYING Include stripped down libsmf code internally. 2009-02-11 17:38:40 +00:00
README Include stripped down libsmf code internally. 2009-02-11 17:38:40 +00:00
smf_decode.c amend 484e38053 2014-11-18 05:28:27 +01:00
smf_load.c Load what we can from broken/truncated MIDI files. 2014-12-30 23:10:11 -05:00
smf_private.h try to fix various warnings from gcc when optimization flags are enabled 2013-11-04 21:32:41 -05:00
smf_save.c Load what we can from broken/truncated MIDI files. 2014-12-30 23:10:11 -05:00
smf_tempo.c Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
smf.c Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
smf.h Doxygen tweaks. 2011-11-16 02:03:30 +00:00
smfsh.c Include stripped down libsmf code internally. 2009-02-11 17:38:40 +00:00

This is a stripped down version of libsmf 1.2 by Edward Tomasz Napiera
for internal use by Evoral.  See COPYING for licensing information.

The complete version can be found at <http://libsmf.sf.net>.