13
0
livetrax/libs/evoral/src/libsmf
David Robillard 80e54c6ea0 MIDI robustness.
- Separate SMF::open and SMF::create, more powerful interface for both.
- Correctly handle note ons with velocity 0 as note offs in sequence.
- Use SMF (i.e. libsmf) for MIDI import


git-svn-id: svn://localhost/ardour2/branches/3.0@4558 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-14 20:52:15 +00:00
..
COPYING
README
SConscript * Swapped MidiSource to LibSMF 2009-02-12 23:28:32 +00:00
smf_decode.c
smf_load.c
smf_private.h
smf_save.c
smf_tempo.c MIDI robustness. 2009-02-14 20:52:15 +00:00
smf.c
smf.h
smfsh.c

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>.