log data/fileio/MIDIFileWriter.cpp @ 1232:f350af2b542d project-file-rework

age author description
2015-09-01 Chris Cannam Simple MIDI writer test
2015-03-10 Chris Cannam More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least. cxx11
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2014-10-13 Chris Cannam Add MIDI channel to note data and MIDI writer
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2013-12-02 Chris Cannam Add NoteExportable base class, use it in MIDI export (and also elsewhere in playback) tonioni_multi_transform