summaryrefslogtreecommitdiff
path: root/libs/ardour/smf_source.cc
AgeCommit message (Expand)Author
2008-09-23Fix merge regression: use TempoLines class instead of same built in to editor.David Robillard
2008-09-22Fix loading midi controller data.David Robillard
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-23Remove pointless Byte typedef that didn't really match any other typedef in a...David Robillard
2008-05-22Fix corrupt MIDI file writing when meta events are present (fixes missing fir...David Robillard
2008-05-22Fix source/region length on MIDI import.David Robillard
2008-05-16Don't create tracks for empty MIDI channels on import (i.e. make import look ...David Robillard
2008-05-12* Quick Fix: assertion converted into warning in MidiModel::write_toHans Baier
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-09* adjusted formatting a bit to style guideHans Baier
2008-05-08* fixed some valgrind issues (uninitialized instance vars)Hans Baier
2008-05-06* enabled some debugging output :|Hans Baier
2008-05-06* bugfix: SMFSource: track footer at beginning of track not overwrittenHans Baier
2008-05-06* bugfix: SMFSource: track footer overwrote the last MIDI eventHans Baier
2008-05-06* fixed end of track at beginning-problem when writing MIDI files (also the E...Hans Baier
2008-05-03Comment out excessive terminal output.David Robillard
2008-05-03* MidiModel::const_iterator::operator++: added AUTOMATION typeHans Baier
2008-04-26* recording/playing/saving/loading program changes basically seems to work nowHans Baier
2008-04-19* first prototype for track based channel selection worksHans Baier
2008-04-16* bugfix in midi editing: adding notes impossible after deleteHans Baier
2008-04-11* persistent undo for MIDI edits works nowHans Baier
2008-04-09* implemented persistent undo for MidiModel::DeltaCommand. Deserializing work...Hans Baier
2008-04-08* fixed bug: MIDI region did not sound if its position was less than its star...Hans Baier
2008-04-03* implemented editing velocities (http://tracker.ardour.org/view.php?id=2148)Hans Baier
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-02-22Remove SMF file name print for every opened source.David Robillard
2008-02-21Fix timing on MIDI import.David Robillard
2008-02-19Less crash-happy MIDI reading on weird MIDI files.David Robillard
2008-02-18Channel-aware note recording in MidiModel (i.e. multi-channel note input does...David Robillard
2008-02-18Preliminary (read: kludgey) MIDI import support.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-10-14Fix displaying of notes in auto-created MIDI region when it's the first regio...David Robillard
2007-10-07Fix several MIDI timestamp related problems:David Robillard
2007-09-06Deep "automation regions" support.David Robillard
2007-08-28Split MidiModel::Note out to ARDOUR::Note in it's own file (midi_model.h was ...David Robillard
2007-08-16Make SMFSource suck significantly less.David Robillard
2007-08-13Remove excessive SMF "Wrote EOT" printing.David Robillard
2007-08-13Fix (edited) MIDI saving restoring (restore note offs/durations correctly).David Robillard
2007-08-11Saving of edited MIDI data to disk (on session save).David Robillard
2007-08-11Fix MIDI file names on recording (don't write out a ton of useless empty .mid...David Robillard
2007-08-01Fix note delete crash bug.David Robillard
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-07-31Get MidiRegionView's hands on MidiModel for editing operations to come.David Robillard
2007-07-28Playback from MIDI model, playback of clicked-in events.David Robillard
2007-07-20Remove random access interface from MidiBuffer, towards killing fixed/limited...David Robillard
2007-07-20Fix absolutely atrocious memory leak on MIDI recording. I meeean... move alo...David Robillard
2007-07-20Added Note tool to Keymouse Actions menu and gave it a hotkey (n).David Robillard