summaryrefslogtreecommitdiff
path: root/libs/evoral/src/libsmf/smf_load.c
AgeCommit message (Expand)Author
2019-11-02move evoral/src/* to evoral/Paul Davis
2018-07-05change all use of g_critical() in libsmf() to g_warning()Paul Davis
2017-02-28c89 compat (gcc4, mingw..)Robin Gareus
2017-02-28Fix loading SMF meta-data > 127 bytes (no more g_critical abort)Robin Gareus
2016-12-14extract track and instrument names from SMF while loadingPaul Davis
2016-12-14add braces and warning for unlikely errorPaul Davis
2016-12-14fix incorrect test for textual meta events in libsmfPaul Davis
2016-12-14braces pleasePaul Davis
2016-12-14braces, pleasePaul Davis
2015-12-27somewhat better solution to prev commit.Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-29remove const warning in SMF C code by changing function parameter argument qu...Paul Davis
2014-12-30Load what we can from broken/truncated MIDI files.David Robillard
2014-10-15add mutex/lock to all Evoral::SMF methods that use _smf/libsmf, to avoid inad...Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-11-04logic fix for SMF meta-event is-text determination, plus some gcc optimizatio...Paul Davis
2013-07-31fixes for windows branch build failures under linux. still does not build on ...Paul Davis
2013-07-23'libs/evoral' - Windows specific includesJohn Emmas
2013-07-23'libs/evoral' - cast the returned pointers from malloc() / g_ptr_array_index(...John Emmas
2013-07-11include winsock2.h on windows in libsmf for htons/l etc.Paul Davis
2012-04-01Fix memory leak on error condition (#4798).Carl Hetherington
2012-04-01Fix reference of track after free() (#4795).Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2010-11-03make VLQ save+restore functions publically accessible, for use with meta-eventsPaul Davis
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-02-14Fix types to be warning clean on 64 bit.David Robillard
2009-02-11Include stripped down libsmf code internally.David Robillard