summaryrefslogtreecommitdiff
path: root/libs/evoral/src/libsmf/smf_save.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
2016-12-16unused but slightly tricky code to add track name/instrument to an SMF file w...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-07-30Replace "%z" modifier with glib macro for portability.Robin Gareus
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-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-07-23'libs/evoral' - Windows specific includesJohn Emmas
2013-07-23'libs/evoral' - Remove ambiguity about which version of 'abs()' we needJohn 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-05-24Compile cleanly with clang.David Robillard
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-02-14Fix types to be warning clean on 64 bit.David Robillard
2009-02-11Include stripped down libsmf code internally.David Robillard