abort if configuration fails
[ardour.git] / libs / ardour / midi_model.cc
2010-06-20 Carl HetheringtonInvalidate old sources before forgetting about them...
2010-06-16 Paul Davisavoid needless errors when redoing an operation involvi...
2010-06-14 Paul Davismake note overlap resolution store side effects in...
2010-06-12 Paul Davisintroduce the notion that note additions and property...
2010-06-01 Paul Davisrationale pathways that add notes to Sequence<T> so...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-22 David RobillardFix crash on save of MIDI data.
2009-10-22 David RobillardFix deadlocks on MIDI record.
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-20 Paul Davishandle searching for a note in an empty note list
2009-10-19 David RobillardUse logarithmic search for MidiModel::find_note (used...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-14 Paul Davisfix up marshall/unmarshall of note data for MidiModel...
2009-09-10 Paul Davisdo not crash when loading old history files with MIDI...
2009-09-10 Paul Davismore MIDI editing cleanups, mostly fixing subtleties...
2009-09-07 Paul Davisadd anonymous union to DiffCommand to allow uint8t_t...
2009-09-06 Paul Davisthe start (only the start) of MIDI diff commands
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-05-04 David RobillardFix MIDI recording.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-17 David RobillardFix deadlock and potential race condition when editing...
2009-02-15 David RobillardThe Big Change: Store time in MidiModel as tempo time...
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-15 David RobillardTidy, remove dead code.
2009-02-11 David Robillardverbosity--
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-01 David RobillardStyle.
2008-12-11 Hans Baier* added myself to about.cc
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-09-27 Paul Davisrobustify MidiModel::unmarshal_note()
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-24 Sakari BergenChanged Byte to uint8_t in some files (left out from...
2008-05-23 Hans Baier* added midnam test file for xpath
2008-05-23 Hans Baier* fixed: wrong conversion from double for pitch bender...
2008-05-23 Hans Baier*fix the bugfix: Input and Output Ports exchanged in...
2008-05-22 David RobillardFix corrupt MIDI file writing when meta events are...
2008-05-22 David RobillardFix MIDI selection/tool issues (issue #0002415 and...
2008-05-21 Hans Baier* bugfix: Inputs and Outputs swapped in the Track/Bus...
2008-05-21 David RobillardSeparate audio and MIDI disk buffer size (and track...
2008-05-16 Hans Baier* fix out of range MIDI event detection
2008-05-16 David RobillardFix out of range MIDI event error detection (duuuhhhhh).
2008-05-16 David RobillardFix invalid error message during MIDI recording (or...
2008-05-16 David RobillardTidy up MIDI debugging output.
2008-05-16 David RobillardFix crash on out of range MIDI events (though this...
2008-05-15 David RobillardRe-comment-out MIDI iteration debug prints (oops).
2008-05-15 David RobillardFix silly bugs introduced in previous commit.
2008-05-15 David RobillardEliminate excessive allocation (for every event) during...
2008-05-13 Hans Baier* formatting
2008-05-13 David RobillardFix event allocation issues with MidiModel iteration.
2008-05-12 David RobillardRemove junk from MidiModel::write_to
2008-05-12 Hans Baier* Quick Fix: assertion converted into warning in MidiMo...
2008-05-12 Hans Baier* fixed various event size bugs
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-05-11 Hans Baier* disabled some debugging output
2008-05-11 Hans Baier* Added a couple of guards to prevent MIDI::Events...
2008-05-09 Hans Baier* formatting/style guide
2008-05-09 Hans Baier* adjusted formatting a bit to style guide
2008-05-08 Hans Baier* fixed some valgrind issues (uninitialized instance...
2008-05-06 Hans Baier* fixed crash bug in MidiModel::const_iterator::operato...
2008-05-06 Hans Baier* fixed crash bug in MidiModel::const_iterator::operator++
2008-05-06 Hans Baier* enabled some debugging output :|
2008-05-06 Hans Baier* fixed end of track at beginning-problem when writing...
2008-05-03 David RobillardComment out excessive terminal output.
2008-05-03 David RobillardFix midi_model.cc formatting.
2008-05-03 David RobillardTypo.
2008-05-03 Hans Baier* MidiModel::const_iterator::operator++: added AUTOMATI...
2008-05-02 David RobillardFix range problems for pitch wheel controller.
2008-05-02 David RobillardFix several crashes on MIDI recording.
2008-05-02 Hans Baier* removed old implementation for Program Changes from...
2008-04-29 Hans Baier* renamed canvas-midi-event.* into canvas-note-event.*
2008-04-29 Hans Baier* Renamed CanvasMidiEvent into CanvasNoteEvent
2008-04-29 Hans Baier* first prototype of program changes UI show up correct...
2008-04-26 Hans Baier* recording/playing/saving/loading program changes...
2008-04-24 Hans Baier* preliminary impl for PGM Change support in MidiModel
2008-04-23 Hans Baier* refactored MidiControlIterator to improve readability...
2008-04-16 Hans Baier* bugfix in midi editing: adding notes impossible after...
2008-04-15 Hans Baier* fixed bug: crash because of invalidated iterator...
2008-04-11 Hans Baier* persistent undo for MIDI edits works now
2008-04-10 Hans Baier* refactored (un)marshalling of DeltaCommand into clean...
2008-04-09 Hans Baier* implemented persistent undo for MidiModel::DeltaComma...
2008-04-08 Hans Baier* fixed bug: MIDI region did not sound if its position...
2008-04-03 Hans Baier* implemented editing velocities (tracker.ardour.org...
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-02-21 David RobillardFix timing on MIDI import.
2008-02-19 David RobillardLess crash-happy MIDI reading on weird MIDI files.
2008-02-19 David Robillard'Channel safe' MIDI:
2008-02-18 David RobillardChannel-aware note recording in MidiModel (i.e. multi...
2008-02-18 David RobillardPreliminary (read: kludgey) MIDI import support.
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
next