summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2008-05-22* added XPath support to pbd/xml++Hans Baier
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-21More petty clean ups of MIDI stuff.David Robillard
2008-05-21* Made the MIDI standard names show up for controllers instead of just contro...Hans Baier
2008-05-21Separate audio and MIDI disk buffer size (and track read ahead) parameters.David Robillard
2008-05-21Clean up MidiDiskstream code, more closely match audio diskstream.David Robillard
2008-05-21Don't read inactive tracks in Diskstream (merge oops, now matches 2.0).David Robillard
2008-05-16* fix out of range MIDI event detectionHans Baier
2008-05-16Don't create tracks for empty MIDI channels on import (i.e. make import look ...David Robillard
2008-05-16Fix out of range MIDI event error detection (duuuhhhhh).David Robillard
2008-05-16* Fixed crash on closing MIDI automation tracks, because ARDOUR::Parameter::o...Hans Baier
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* added files in patch for ardour-3.0 to compile on OS X thanks to Sakari Ber...Hans Baier
2008-05-12* applied patch for ardour-3.0 to compile on OS X thanks to Sakari BergenHans Baier
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-10* fixed bug: MIDI automations could not be restored from XML (NullAutomationT...Hans Baier
2008-05-09* formatting/style guideHans Baier
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* fixed crash bug in MidiModel::const_iterator::operator=: copied iterator fr...Hans Baier
2008-05-06* fixed crash bug in MidiModel::const_iterator::operator++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-03Fix midi_model.cc formatting.David Robillard
2008-05-03Typo.David Robillard
2008-05-03* MidiModel::const_iterator::operator++: added AUTOMATION typeHans Baier
2008-05-02Fix range problems for pitch wheel controller.David Robillard
2008-05-02Fix several crashes on MIDI recording.David Robillard
2008-05-02* removed old implementation for Program Changes from MidiModelHans Baier
2008-05-02Fixes for GCC 4.3.David Robillard
2008-04-29* renamed canvas-midi-event.* into canvas-note-event.*Hans Baier
2008-04-29* added new defaults for program change ui gtk2_ardour/ardour3_ui_default.confHans Baier
2008-04-29* added defaults for program change ui gtk2_ardour/ardour3_ui_default.confHans Baier
2008-04-29* Renamed CanvasMidiEvent into CanvasNoteEvent Hans Baier