summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.h
AgeCommit message (Expand)Author
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-25Remove MIDI track default channel and its menu, and choose the channel for ne...Carl Hetherington
2011-05-19Fix double MIDI track display on initial load.David Robillard
2011-05-16Make MIDI channel selector button colours more distinct (#3772).Carl Hetherington
2011-03-07Make Active apply to the selection.Carl Hetherington
2011-03-07Make stuff in the automation menu apply to the track selection.Carl Hetherington
2011-03-03experiment with making MIDI region boxes vanish when in note/internal edit mo...Paul Davis
2011-02-12Remove dependence on the order of calls of listeners to MidiTrack::StepEditSt...Carl Hetherington
2010-09-27Create MIDI track gain automation tracks as non-region-based. Fix constructi...Carl Hetherington
2010-08-20Allow drag when creating a MIDI region. Fixes #3363.Carl Hetherington
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-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-04add beat-resync button to step editor (move insertion point to next whole bea...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-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-06-08Fix handling of the mapping between parameters and automation CheckMenuItems....Carl Hetherington
2010-05-28heavy-handed and crude way to stop WM-stolen-alt keys from causing MidiRegion...Paul Davis
2010-05-25Fix disappearing plugin menu (#3182)Carl Hetherington
2010-05-25Remove some dead code. Clean up storage of automation axis menuCarl Hetherington
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
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-25make MIDI thru work even when not rolling; add GUI control over MIDI thru (mi...Paul Davis
2009-09-10add step-rest keybinding for step editingPaul Davis
2009-09-05just one timeout callback for step editing, not one per trackPaul Davis
2009-09-03better way to "engage" step edit, and extend region correctly as neededPaul Davis
2009-09-03the basics of step editing, more details to followPaul Davis
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-29* fixed missing track color mode persistenceHans Baier
2008-12-24* implemented three coloring modes for MIDI tracks (untested yet)Hans Baier
2008-12-11* added myself to about.ccHans Baier
2008-12-09* moved /midi_patch_manager.* to libs/ardourHans Baier
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-27Fix warnings.David Robillard