summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.cc
AgeCommit message (Expand)Author
2010-09-27Create MIDI track gain automation tracks as non-region-based. Fix constructi...Carl Hetherington
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-20Allow drag when creating a MIDI region. Fixes #3363.Carl Hetherington
2010-08-17initialize _step_editor to nullPaul Davis
2010-08-15split out the logic behind step editing from MidiTimeAxisView as much as poss...Paul Davis
2010-08-13step editor: add double, triple dotted note support + back + resync-to-ep but...Paul Davis
2010-08-13add step editing sustain supportPaul Davis
2010-08-12lotsa keybindings for nearly everything in the step editorPaul Davis
2010-08-11when adding a new region for step editing, do rounding-snap, not backwards-sn...Paul Davis
2010-08-11fix up initial step edit pos when operating on an existing regionPaul Davis
2010-08-11vari-size rect as step-edit cursorPaul Davis
2010-08-11add a first hack at a step edit cursor (to be changed); add program+bank stub...Paul Davis
2010-08-04make bar-resync button in step editor work (move insertion point to next bar ...Paul Davis
2010-08-04add beat-resync button to step editor (move insertion point to next whole bea...Paul Davis
2010-08-04extend step-edited region correctly; scroll to keep newly step-edited notes i...Paul Davis
2010-08-04endless further tweaks to step editor; stop stealing the "r" key inside MidiR...Paul Davis
2010-08-03properly track step edit status in editor & mixer windowsPaul Davis
2010-08-03a bunch of tweaks for the step entry process (computer keyboard input now wor...Paul Davis
2010-08-03make step entry chord & triplet buttons do their thing, or something close to itPaul Davis
2010-08-02first, incomplete pass at step entry dialog, along with various SVG and PNG f...Paul Davis
2010-07-27catch the step edit region if it goes away and prepare to use a new one; step...Paul Davis
2010-07-25(1) extend region if needed BEFORE adding step-edit note, so that the new not...Paul Davis
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-06-24GUI-created MIDI regions now steal the pending MIDISource from the track's di...Paul Davis
2010-06-08Fix handling of the mapping between parameters and automation CheckMenuItems....Carl Hetherington
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-25Remove some dead code. Clean up storage of automation axis menuCarl Hetherington
2010-05-23Possibly fix non-appearing MIDI controls (#3143)Carl Hetherington
2010-05-17Number controllers in the MIDI automation menu, as per #3138. Also use 0-ind...Carl Hetherington
2010-05-16Detach submenu before its parent is destroyed. Fixes #3134.Carl Hetherington
2010-05-15Fix some excessive search-and-replaces.Carl Hetherington
2010-04-21Don't try to load separate diskstreams in 3.0 session files. Fix a few uses ...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-01-10mo' better fixes for managing MIDI CC/automation lanesPaul Davis
2010-01-09remove a bunch of debug outputPaul Davis
2010-01-09lots of debug code still in place, but get a much improved structure for MIDI...Paul Davis
2010-01-07select-by-pitch from the piano roll header (inspired by Rosegarden); some imp...Paul Davis
2010-01-06screw up MIDI control "automation" tracks quite a bit while trying to improve...Paul Davis
2010-01-05fix some issues with context menu managementPaul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington