(1) remove most uses of MementoCommand for Playlist and Region (2) move frozen state...
[ardour.git] / libs / ardour / midi_track.cc
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...
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-07-07 David RobillardLinear interpolation for MIDI CC (bar controller, line...
2007-07-07 David RobillardNote modes: note, percussion.
2007-07-06 David RobillardFix 'live' CC sending of bar controllers after loading...
2007-07-06 David RobillardMidi CC automation sending (send points only, no linear...
2007-07-04 David RobillardChanged Processor interface to support out-of-place...
2007-07-03 David Robillards/ParamID/Parameter/
2007-07-03 David RobillardPan automation/serialization fixes.
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-04 David RobillardMIDI metering.
2007-06-04 David RobillardShow selected MIDI track in editor mixer.
2007-06-03 David RobillardFix MIDI region loading.
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-01-09 David RobillardMerged with trunk R1283.
2006-11-19 David RobillardMerged with trunk R1141
2006-10-21 David RobillardMerged with trunk R992.
2006-09-01 David RobillardFixes for IO port adding/removing
2006-08-31 David Robillard- Fixed port adding/removing/connecting and related...
2006-08-24 David RobillardMerged with trunk R846
2006-08-16 David RobillardProgress on the disk side of things:
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-13 David RobillardMore signal path cleanup, IO now has one deliver_output...
2006-08-12 David RobillardTowards MIDI:
next