Fix more broken whitespace.
[ardour.git] / libs / ardour / midi_track.cc
2011-03-15 David RobillardFix more broken whitespace.
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-01 Carl HetheringtonDon't create the MidiDiskstream twice (in both _set_sta...
2010-12-07 Paul Davisreimplement Route::shift() from 2.X for "Insert Time"
2010-12-07 Carl HetheringtonSend note-offs to VST instrument plugins on transport...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-28 Paul Davisinitialize rec-enable controllable after setting MidiTr...
2010-11-27 Paul Davischanges associated with save/restore of AutomationContr...
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-11 Paul Davisadd a first hack at a step edit cursor (to be changed...
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-25 Paul Davisonly push note-on information into the step edit ringbuffer
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-06-30 Carl HetheringtonFix starting scratch buffer count.
2010-06-17 Paul Davisnew fade in/fade out colors from chrisg
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-05-27 Carl HetheringtonTake route's processor lock for things called by the...
2010-04-21 Carl HetheringtonFix loading of MIDI tracks.
2010-04-21 Carl HetheringtonDon't try to load separate diskstreams in 3.0 session...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2010-03-25 Paul Daviswould you look at that! all those changes just to make...
2010-03-24 Paul Davisremove XML constructors for Route, Track, AudioTrack...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-10-22 David RobillardSshh.
2009-10-21 David RobillardFix unnecessarily type specific code, tidy, fix whitespace.
2009-10-21 David RobillardFix MIDI thru, though why this is any different from...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-21 David RobillardDisable excessive debug printing.
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 Paul Davis(1) silence non-process FIFO message (2) move MIDI...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-25 Paul Davismake MIDI thru work even when not rolling; add GUI...
2009-09-25 Paul Davisimplement MidiBuffer::merge_in_place() and use to suppo...
2009-09-14 Paul Davisfix up marshall/unmarshall of note data for MidiModel...
2009-09-11 Paul Davistrack note on/off and send appropriate note offs at...
2009-09-03 Paul Davisbetter way to "engage" step edit, and extend region...
2009-09-03 Paul Davisthe basics of step editing, more details to follow
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-26 Paul Davisallow automation-follows-relevant-regions again
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardFix MIDI monitoring while recording.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-03-06 Sampo SavolainenMake it possible to consolidate/bounce ranges without...
2009-03-05 Paul Davismake track templates work, including a fix for the...
2009-02-27 Carl HetheringtonRemove some unused code.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-16 David RobillardGracefully ignore illegal MIDI events at the buffer...
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-01 David RobillardRemoved fixed/maximum event size assumption/limitation...
2008-12-27 David RobillardFix immediate event delivery (panic button, controller...
2008-12-26 Hans Baier* fix the fix: note velocity editing works now without...
2008-12-25 Hans Baier* first prototype implementation of playing back MIDI...
2008-10-10 David RobillardApply MIDI looping patch from torbenh, with minor changes.
2008-10-08 Paul Davistorben's port buffer reworking; torben's panner automat...
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-21 David Robillard- Call channel pressure channel pressure, not aftertouc...
2008-09-19 David RobillardFix parameter range stuff and automation time axis...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-15 David RobillardDon't dump immediate events.
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-23 David RobillardRemove pointless Byte typedef that didn't really match...
2008-05-12 Hans Baier* fixed various event size bugs
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-05-11 Hans Baier* Added a couple of guards to prevent MIDI::Events...
2008-05-03 David RobillardFix midi_model.cc formatting.
2008-05-03 Hans Baier* MidiModel::const_iterator::operator++: added AUTOMATI...
2008-04-23 Hans Baier* refactored MidiControlIterator to improve readability...
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-18 David RobillardChannel-aware note recording in MidiModel (i.e. multi...
2008-01-15 David RobillardFix problem with notes occasionally not showing up...
2007-11-26 David RobillardUse normal Processor run_in_place interface on Meter.
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-10 Carl HetheringtonMake sure we notice when an IO's port count is reduced...
2007-08-31 David RobillardReading of MIDI CC from MIDI regions (MidiModel). ...
2007-08-02 David RobillardLittle MidiEvent prettification additions, ifdef'd...
next