summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.cc
AgeCommit message (Expand)Author
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18manually fix up various cases where Gtk:Frame foo_frame had been changed to f...Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-09Migrate PC dialog to RouteUI, midnam handing to RTAV.Robin Gareus
2017-09-09GUI part of LV2 midnam race condition fixRobin Gareus
2017-09-08PatchChange Dialog: update title & refresh midnam on changeRobin Gareus
2017-09-08Patch select: apply conventions for context menus.Ben Loftis
2017-09-08Rework Patch-Change/Select DialogRobin Gareus
2017-08-24Allow to send immediate PC messages without closing the dialog.Robin Gareus
2017-07-21Properly propagate TAV TimeSelectionRobin Gareus
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-04-19Use PBD::string_to<bool> in MidiTimeAxisView classTim Mayberry
2017-03-29Remove expensive menu for sending immediate Patch Changes, use a dialogRobin Gareus
2017-02-04rework snapnick_m
2016-12-23midi scrooming performance updates.nick_m
2016-12-17remove channel filter status and button from MIDI track header, access via co...Paul Davis
2016-12-06Don't assume patch-banks are populated.Robin Gareus
2016-12-06Allow to send Immediate Patch ChangesRobin Gareus
2016-11-25amend last commit.nick_m
2016-11-25midi scroomer updates streamview during drags.nick_m
2016-10-30Drop UpdateMidnam shared_ptr reference when the plugin is removedRobin Gareus
2016-10-29GUI support for plugin provided midnamRobin Gareus
2016-08-26Update CC automation menu when changing channel selectionJulien "_FrnchFrgg_" RIVAUD
2016-08-25add nascent poly-phonic pressure to automation menu for MIDI tracksPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Exact beat for added regions.nick_m
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-07-10Make some musical operations on music-locked regions operate in beats.nick_m
2016-06-05tweak API of SelectablePaul Davis
2016-06-05fix initialization in MidiTimeAxisViewPaul Davis
2016-02-13Fix 6031: Fix inactive MIDI track headers when reloading sessionJulien ROGER
2015-12-02Disable scrolling in the dropdown menus of midi region heads.André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-08-15Highlight note in piano roll - #6510Robin Gareus
2015-06-17More _reversible_command() auditing in the gui.nick_m
2015-03-29Fix mute of MIDI tracks with channel forcing.David Robillard
2015-03-25Fix some strings incorrectly marked for translation.nick_m
2015-03-19add API to select TAV height mode.Robin Gareus
2015-03-13Don't expand track headers to show MIDI stuff.David Robillard
2015-01-10gracefully handle missing .midnamRobin Gareus
2015-01-11Fix AutomationTrackItem rubberband click thinking it was unhandled.nick_m
2015-01-09Fix initial display of grouped MIDI region colors.David Robillard
2014-12-18Fix copy paste of MIDI and track automation.David Robillard