ardour/libs/evoral/src/libsmf
2016-12-16 10:43:41 +00: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.c free track name/instrument string memory when necessary 2016-12-14 11:46:26 +00:00
smf.h add function to get number of tempos found in SMF tempo map 2016-12-16 10:43:41 +00:00
smf_decode.c NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
smf_load.c extract track and instrument names from SMF while loading 2016-12-14 11:46:26 +00:00
smf_private.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
smf_save.c unused but slightly tricky code to add track name/instrument to an SMF file when saved 2016-12-16 09:36:52 +00:00
smf_tempo.c add function to get number of tempos found in SMF tempo map 2016-12-16 10:43:41 +00:00
smfsh.c NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02: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>.