summaryrefslogtreecommitdiffstats
path: root/src/SMFReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-13Update license to GPL3+.David Robillard1-16/+15
2011-05-18Strip double blank lines.David Robillard1-9/+0
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-01-08Code clean-up (cpplint).David Robillard1-7/+10
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-05Convert C-style casts to C++ style casts.David Robillard1-2/+2
2010-01-06Fancy (optinally) coloured logging system.David Robillard1-9/+4
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-2/+2
2009-12-09Raul 0.6.0.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-12/+12
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-2/+2
2008-05-23Merge improvemennts to MIDI stuff from Ardour.David Robillard1-44/+46
2008-05-01GCC 4.3 fixes.David Robillard1-0/+1
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard1-4/+6
2008-01-01RAUL code cleanup.David Robillard1-14/+11
2007-12-06MIDI robustness fixes.David Robillard1-2/+3
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-2/+2
2007-04-02List appending.David Robillard1-1/+14
2007-03-12Fixed MIDI note off normalization for multiple channels.David Robillard1-2/+2
2007-03-12Flowcanvas resizing, auto-arrange resizes if necessary.David Robillard1-1/+51
2007-03-11MIDI file reading.David Robillard1-10/+4
2007-03-10Removed excessive debug print output.David Robillard1-9/+15
2007-03-10SMF reading fixes (correctly read running status, etc).David Robillard1-32/+60
2007-03-09SMF reading/writing fixes.David Robillard1-0/+229