ardour/libs/evoral/src/libsmf
Paul Davis 1a25672239 change all use of g_critical() in libsmf() to g_warning()
g_critical translates to a fatal error in ardour, which is not true for any of these
errors.
2018-07-05 13:45:17 -04: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 change all use of g_critical() in libsmf() to g_warning() 2018-07-05 13:45:17 -04: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 change all use of g_critical() in libsmf() to g_warning() 2018-07-05 13:45:17 -04:00
smf_load.c change all use of g_critical() in libsmf() to g_warning() 2018-07-05 13:45:17 -04:00
smf_private.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
smf_save.c change all use of g_critical() in libsmf() to g_warning() 2018-07-05 13:45:17 -04:00
smf_tempo.c change all use of g_critical() in libsmf() to g_warning() 2018-07-05 13:45:17 -04: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>.