summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_model.cc
AgeCommit message (Expand)Author
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-14fix up marshall/unmarshall of note data for MidiModel::DiffCommandPaul Davis
2009-09-10do not crash when loading old history files with MIDI edits; add all notes in...Paul Davis
2009-09-10more MIDI editing cleanups, mostly fixing subtleties. Will break loading the ...Paul Davis
2009-09-07add anonymous union to DiffCommand to allow uint8t_t and time-based arguments...Paul Davis
2009-09-06the start (only the start) of MIDI diff commandsPaul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-05-04Fix MIDI recording.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-17Fix deadlock and potential race condition when editing MIDI.David Robillard
2009-02-15The Big Change: Store time in MidiModel as tempo time, not frame time.David Robillard
2009-02-15Session XML style consistency (tag names are capitalized).David Robillard
2009-02-15Tidy, remove dead code.David Robillard
2009-02-11verbosity--David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-02-01Style.David Robillard
2008-12-11* added myself to about.ccHans Baier
2008-10-05Normalize XML property name style, preserving old session loading (on load _ ...David Robillard
2008-09-27robustify MidiModel::unmarshal_note()Paul Davis
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).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-24Changed Byte to uint8_t in some files (left out from drobilla's previous commit)Sakari Bergen
2008-05-23* added midnam test file for xpathHans Baier
2008-05-23* fixed: wrong conversion from double for pitch bender in MidiModel::control_...Hans Baier
2008-05-23*fix the bugfix: Input and Output Ports exchanged in Track/Bus inspectorHans Baier
2008-05-22Fix corrupt MIDI file writing when meta events are present (fixes missing fir...David Robillard
2008-05-22Fix MIDI selection/tool issues (issue #0002415 and other bugs).David Robillard
2008-05-21* bugfix: Inputs and Outputs swapped in the Track/Bus InspectorHans Baier
2008-05-21Separate audio and MIDI disk buffer size (and track read ahead) parameters.David Robillard
2008-05-16* fix out of range MIDI event detectionHans Baier
2008-05-16Fix out of range MIDI event error detection (duuuhhhhh).David Robillard
2008-05-16Fix invalid error message during MIDI recording (or files with stuck notes).David Robillard
2008-05-16Tidy up MIDI debugging output.David Robillard
2008-05-16Fix crash on out of range MIDI events (though this shouldn't be possible at a...David Robillard
2008-05-15Re-comment-out MIDI iteration debug prints (oops).David Robillard
2008-05-15Fix silly bugs introduced in previous commit.David Robillard
2008-05-15Eliminate excessive allocation (for every event) during MidiModel iteration.David Robillard
2008-05-13* formattingHans Baier
2008-05-13Fix event allocation issues with MidiModel iteration.David Robillard
2008-05-12Remove junk from MidiModel::write_toDavid Robillard
2008-05-12* Quick Fix: assertion converted into warning in MidiModel::write_toHans Baier
2008-05-12* fixed various event size bugsHans Baier
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-11* disabled some debugging outputHans Baier
2008-05-11* Added a couple of guards to prevent MIDI::Events with NULL buffers to enter...Hans Baier
2008-05-09* formatting/style guideHans Baier