summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2008-04-29* first prototype of program changes UI show up correctly (see http://www.fli...Hans Baier
2008-04-26* forgot to commit this last timeHans Baier
2008-04-26* recording/playing/saving/loading program changes basically seems to work nowHans Baier
2008-04-24* preliminary impl for PGM Change support in MidiModelHans Baier
2008-04-23* added methods for pich bender/pgm change/aftertouch to MidiEventHans Baier
2008-04-23* refactored MidiControlIterator to improve readability of codeHans Baier
2008-04-22* disabled some debugging outputHans Baier
2008-04-21* persisting/restoring track channel settings works nowHans Baier
2008-04-21*fixed bug: channel mask not set in MidiRingBufferHans Baier
2008-04-21* UI fixes for track channel selectionHans 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-15* fixed bug: crash because of invalidated iterator while removing midi notes ...Hans Baier
2008-04-12(3.0) fix compile error related to Controllable/shared_ptr confusion post-mergePaul Davis
2008-04-11* persistent undo for MIDI edits works nowHans Baier
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-04-10* refactored (un)marshalling of DeltaCommand into cleaner code using sigcHans 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-07* bugfix from http://tracker.ardour.org/view.php?id=2155 thanks to kristian: ...Hans Baier
2008-04-05* Bugfix: resizing beginnings of MIDI regions did not work correctly (it shif...Hans Baier
2008-04-04* bugfix: Connecting/disconnecting MIDI ports did not work: http://tracker.ar...Hans Baier
2008-04-03* implemented editing velocities (http://tracker.ardour.org/view.php?id=2148)Hans Baier
2008-03-26hans' patches for MIDI note resizing++Paul Davis
2008-03-19fix up delivery of MTC & MMC; add zero=last_timestamp semantics to JACK midi ...Paul Davis
2008-03-19fix up and re-enable MTC transmissionPaul Davis
2008-03-19reduce (from 5k to 512) the number of events that non-process() threads may w...Paul Davis
2008-03-19reinstate Ye Olde MIDI (input) thread; fix up a few startup warningsPaul Davis
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-03-18band-aid fix for wrong-thread-MIDI-writesPaul Davis
2008-03-17added back glibmm2/Makefile.amPaul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-03-17cleanup to build glibmm the way we actually wantPaul Davis