ardour.git
2008-05-23 David RobillardRemove pointless Byte typedef that didn't really match...
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-23 Hans Baier* changed return type for pbd/xml++ xpath support to...
2008-05-22 David RobillardMake absurdly slow MIDI selection rectangle slightly...
2008-05-22 David RobillardFix rounding errors in region/source length calculuatio...
2008-05-22 David RobillardFix corrupt MIDI file writing when meta events are...
2008-05-22 Paul Davisfix track selection sensitivity botch for Import action...
2008-05-22 David RobillardFix source/region length on MIDI import.
2008-05-22 David RobillardArbitrarily increase MIDI process buffer size to avoid...
2008-05-22 Hans Baier* added more tests and profiling for pbd/xml++ xpath...
2008-05-22 Hans Baier* added XPath support to pbd/xml++
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 RobillardMore petty clean ups of MIDI stuff.
2008-05-21 Hans Baier* Made the MIDI standard names show up for controllers...
2008-05-21 David RobillardSeparate audio and MIDI disk buffer size (and track...
2008-05-21 David RobillardClean up MidiDiskstream code, more closely match audio...
2008-05-21 David RobillardDon't read inactive tracks in Diskstream (merge oops...
2008-05-16 Hans Baier* fix out of range MIDI event detection
2008-05-16 David RobillardDon't create tracks for empty MIDI channels on import...
2008-05-16 David RobillardFix out of range MIDI event error detection (duuuhhhhh).
2008-05-16 Hans Baier* Fixed crash on closing MIDI automation tracks, becaus...
2008-05-16 David RobillardFix region/track naming on MIDI import (remove ugly...
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* added files in patch for ardour-3.0 to compile on...
2008-05-12 Hans Baier* applied patch for ardour-3.0 to compile on OS X thank...
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-10 Hans Baier* fixed bug: MIDI automations could not be restored...
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* bugfix: SMFSource: track footer at beginning of track...
2008-05-06 Hans Baier* bugfix: SMFSource: track footer overwrote the last...
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 David RobillardFix range marker bar separator (colour is still off...
2008-05-02 Hans Baier* removed old implementation for Program Changes from...
2008-05-02 David RobillardFixes for GCC 4.3.
2008-04-29 Hans Baier* renamed canvas-midi-event.* into canvas-note-event.*
2008-04-29 Hans Baier* added new defaults for program change ui gtk2_ardour...
2008-04-29 Hans Baier* added defaults for program change ui gtk2_ardour...
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* forgot to commit this last time
2008-04-26 Paul Davisfix crash when popping up redirect/processor menu
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* added methods for pich bender/pgm change/aftertouch...
2008-04-23 Hans Baier* refactored MidiControlIterator to improve readability...
2008-04-22 Hans Baier* disabled some debugging output
2008-04-21 Hans Baier* fixed display bug: changing the height on tracks...
2008-04-21 Hans Baier* persisting/restoring track channel settings works now
2008-04-21 Hans Baier*fixed bug: channel mask not set in MidiRingBuffer
2008-04-21 Hans Baier* UI fixes for track channel selection
2008-04-20 Hans Baier* made notes whose channel is not selected in the track...
2008-04-19 Hans Baier* gave the MIDI panic button a new home....
2008-04-19 Hans Baier* fixed display bug in track channel selector
2008-04-19 Hans Baier* made channel selector look quite nice, see flickr...
2008-04-19 Hans Baier* first prototype for track based channel selection...
2008-04-17 Hans Baier* fixed missing get coordinate functions in CanvasHit
2008-04-17 Hans Baier* added All/None/Invert Buttons to MidiMultipleChannelS...
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-14 Hans Baier* first working version of editing MIDI channels of...
2008-04-12 Paul Davis(3.0) fix compile error related to Controllable/shared_...
2008-04-11 Hans Baier* persistent undo for MIDI edits works now
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
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-08 Hans Baier* removed possible memory leak / cause of crashes for...
2008-04-07 Hans Baier* bugfix from tracker.ardour.org/view.php?id=2155 thank...
2008-04-06 Hans Baier* bugfix: creating notes not sample accurate
2008-04-05 Hans Baier* fixed broken note resizing and creation since region...
2008-04-05 Hans Baier* Bugfix: resizing beginnings of MIDI regions did not...
2008-04-05 Hans Baier* bugfix: invisible midi ports in port matrix shown
2008-04-04 Hans Baier* bugfix: Connecting/disconnecting MIDI ports did not...
2008-04-03 Hans Baier* fixed segfault on MIDI Panic button
next