add step editing sustain support
[ardour.git] / gtk2_ardour / midi_time_axis.cc
2010-08-13 Paul Davisadd step editing sustain support
2010-08-12 Paul Davislotsa keybindings for nearly everything in the step...
2010-08-11 Paul Daviswhen adding a new region for step editing, do rounding...
2010-08-11 Paul Davisfix up initial step edit pos when operating on an exist...
2010-08-11 Paul Davisvari-size rect as step-edit cursor
2010-08-11 Paul Davisadd a first hack at a step edit cursor (to be changed...
2010-08-04 Paul Davismake bar-resync button in step editor work (move insert...
2010-08-04 Paul Davisadd beat-resync button to step editor (move insertion...
2010-08-04 Paul Davisextend step-edited region correctly; scroll to keep...
2010-08-04 Paul Davisendless further tweaks to step editor; stop stealing...
2010-08-03 Paul Davisproperly track step edit status in editor & mixer windows
2010-08-03 Paul Davisa bunch of tweaks for the step entry process (computer...
2010-08-03 Paul Davismake step entry chord & triplet buttons do their thing...
2010-08-02 Paul Davisfirst, incomplete pass at step entry dialog, along...
2010-07-27 Paul Daviscatch the step edit region if it goes away and prepare...
2010-07-25 Paul Davis(1) extend region if needed BEFORE adding step-edit...
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-08 Carl HetheringtonFix handling of the mapping between parameters and...
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-25 Carl HetheringtonRemove some dead code. Clean up storage of automation...
2010-05-23 Carl HetheringtonPossibly fix non-appearing MIDI controls (#3143)
2010-05-17 Carl HetheringtonNumber controllers in the MIDI automation menu, as...
2010-05-16 Carl HetheringtonDetach submenu before its parent is destroyed. Fixes...
2010-05-15 Carl HetheringtonFix some excessive search-and-replaces.
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-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-01-10 Paul Davismo' better fixes for managing MIDI CC/automation lanes
2010-01-09 Paul Davisremove a bunch of debug output
2010-01-09 Paul Davislots of debug code still in place, but get a much impro...
2010-01-07 Paul Davisselect-by-pitch from the piano roll header (inspired...
2010-01-06 Paul Davisscrew up MIDI control "automation" tracks quite a bit...
2010-01-05 Paul Davisfix some issues with context menu management
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-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-10-22 David RobillardFix occasional crash on startup with MIDI tracks (race?).
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-07 Paul Davissave & restore MIDI track note mode
2009-09-25 Paul Davismake MIDI thru work even when not rolling; add GUI...
2009-09-10 Paul Davisadd step-rest keybinding for step editing
2009-09-05 Paul Davisjust one timeout callback for step editing, not one...
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-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-16 David RobillardDon't bind playlist_modified with a shared_ptr<Playlist...
2009-02-16 David RobillardFix crash when NullAutomation is created (which shouldn...
2009-02-15 David RobillardBring the note mode menu back from the dead.
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2009-01-21 Hans Baier* make MIDI-specific menu show up on all MIDI lanes
2009-01-21 Hans Baier* Added Menu to add a Program change parameter lane
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-12-29 Hans Baier* fixed missing track color mode persistence
2008-12-25 Hans Baier* Made MIDI channel coloring work in the track channel...
2008-12-24 Hans Baier* implemented three coloring modes for MIDI tracks...
2008-12-12 Hans Baier* fixed memory allocation bugs
2008-12-11 Hans Baier* added myself to about.cc
2008-12-10 Hans Baier* make patch selection appear only when there are patch...
2008-12-09 Hans Baier* moved /midi_patch_manager.* to libs/ardour
2008-12-09 Hans Baier* first working prototype of selecting instruments...
2008-12-08 Hans Baier* first primitive implementation of MidiPatchManager
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-10-05 David RobillardRename 'MIDI' drop down 'Channel' (actually describes...
2008-10-05 David RobillardCommit the colours I thought I was committing the last...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-27 David RobillardFix warnings.
2008-09-23 David RobillardEliminate a ton of unnecessary complete redrawing in...
2008-09-21 David Robillard- Call channel pressure channel pressure, not aftertouc...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardRestore visible CC/etc automation tracks on session...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-05-02 David RobillardFix range problems for pitch wheel controller.
2008-05-02 Hans Baier* removed old implementation for Program Changes from...
2008-04-21 Hans Baier* persisting/restoring track channel settings works now
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* 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-02-22 David RobillardClean up weird formatting from underlays patch.
2008-02-19 David RobillardLess crash-happy MIDI reading on weird MIDI files.
2008-02-10 David RobillardCommitted underlay support (from Audun).
2008-01-15 David RobillardFix problem with notes occasionally not showing up...
2008-01-13 David RobillardInstall everything to *ardour3* instead of *ardour2*.
2008-01-13 David RobillardApply MIDI keyboard and "scroomer" patch.
2007-09-11 David RobillardFix note range menu item initial value (it probably...
next