summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.cc
AgeCommit message (Expand)Author
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-03-05Remove unused dialog.Carl Hetherington
2012-01-20Simplify GUIOBjectState a bit by just walking the XMLCarl Hetherington
2012-01-20make mouse range mode do something interesting when in internal/note edit mod...Paul Davis
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-11-27Set up piano roll and scroomer objects before the MidiTimeAxisView height get...Carl Hetherington
2011-11-27Fix partial visibility of piano roll when changing MIDI track height in vario...Carl Hetherington
2011-11-19Fix mute display on session load (#4480).Carl Hetherington
2011-11-02solo buttons are now ArdourButtonsPaul Davis
2011-11-02mute and send-alert buttons are now ArdourButtonsPaul Davis
2011-10-19Trim include tree.David Robillard
2011-08-14Save position of MIDI scroomers (#4140).Carl Hetherington
2011-07-13Fix non visibility of previously-visible MIDI automationCarl Hetherington
2011-07-07fix up horizontal sizing of the track controls area in the editorPaul Davis
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-16A few capitalisation fixes.Carl Hetherington
2011-05-16Make MIDI channel selector button colours more distinct (#3772).Carl Hetherington
2011-04-16Remove some calls to process_updates() which I think prevent GTK coalescing r...Carl Hetherington
2011-03-08show internal edit mode status correctly on session loadPaul Davis
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-26Create ghost regions when automation tracks are added, as well as on session ...Carl Hetherington
2011-02-21Don't show Crossfade-related menu items on busses.Carl Hetherington
2011-02-17Make controller menu items look the same whether for one channel or many (#37...Carl Hetherington
2011-02-17Fix addition of MIDI automation points (#3780).Carl Hetherington
2011-02-17Clean up some confusion with AutomationControls in AutomationTimeAxisViews th...Carl Hetherington
2011-02-17Minor tidying-up.Carl Hetherington
2011-02-16fix crash when opening MIDI controller automation tracks, caused by addition ...Paul Davis
2011-02-12Remove dependence on the order of calls of listeners to MidiTrack::StepEditSt...Carl Hetherington
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington
2010-12-23Remove Program Change automation lane options.Carl Hetherington
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