summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.cc
AgeCommit message (Expand)Author
2014-07-15Don't show all controllers for generic MIDI devices.David Robillard
2014-07-15Show all named controllers for "Show All Automation" on MIDI tracks.David Robillard
2014-07-15Show 1-based channel numbers in MIDI controller automation menu.David Robillard
2014-07-01add partial support for mute automation (playback does not work, data is not ...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2014-01-30Enforce const correctness for a couple of iteratorsJohn Emmas
2014-01-30Add namespace qualifiers for some occurrences of 'Gtk::CheckMenuItem' (Window...John Emmas
2014-01-15merge with masterPaul Davis
2014-01-15Midi-track fader & pan automationRobin Gareus
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-07-22Fix ambiguous type CheckMenuItem that is also defined via windows.hTim Mayberry
2013-07-17Use PBD::ffs for portabilityTim Mayberry
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis
2013-07-09Merge branch 'master' into cairocanvasPaul Davis
2013-07-03fix alignment of meters on midi-tracksRobin Gareus
2013-06-06Merge branch 'master' into cairocanvasPaul Davis
2013-05-30Mark forgotten messages for translation (from Alexandre Prokoudine)Robin Gareus
2013-05-02merge resolution with masterPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-03-30add tooltip for channel edit buttonPaul Davis
2013-03-28some deep tweaking to get MIDI channel control into nearly done shape for 3.1Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2013-01-26Fix border case where bank select controlers are last in midnam file.David Robillard
2013-01-26Fix named controls menu to display all controls (don't miss the last submenu).David Robillard
2013-01-20Show matching controller name in automation lane header.David Robillard
2013-01-20Support note names from midnam files (tested with the DM5).David Robillard
2013-01-19Set MIDI device mode to the first by default if unset.David Robillard
2013-01-19Set MIDI device model to "Generic" by default (previously was unset).David Robillard
2013-01-19fix MIDI track channel selector etc. visibility after show_all()=>show() chan...Paul Davis
2013-01-19fix midnam-related crash introduced around 13892Paul Davis
2013-01-19Add standard MIDI midnam file and remove hard coded equivalent.David Robillard
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2013-01-19Avoid some copy overhead and sprinkle in some const for good measure.David Robillard
2013-01-19Reflow ridiculously wide code.David Robillard
2013-01-19Hide MIDI device mode selector unless there is actually more than one mode.David Robillard
2013-01-16Preliminary support for named MIDI controllers via midname files.David Robillard
2012-10-16implement double click to ContentsRange on MidiScroomerHans Baier
2012-10-12make the time axis view remember it midnam model/mode settingsHans Baier
2012-10-11further tweak midi channel selector layout in track headerHans Baier
2012-10-11nicer layout of MIDI channel selectorHans Baier
2012-06-17Remove believed-unnecessary and broken MIDI thru option;Carl Hetherington
2012-06-13Fix visibility of midi scroomer and keyboard.Carl Hetherington
2012-06-13Scale the piano roll right with stacked tracks, as well.Carl Hetherington
2012-06-13Shrink the midi scroomer to match the keyboard in stacked mode.Carl Hetherington
2012-06-13Make a few more MIDI track menu options apply to the current selection (#4106).Carl Hetherington
2012-06-13Make fit contents / show full range work for allCarl Hetherington
2012-06-12fix complete screw up in connecting MIDNAM PatchNameList with ChannelNameSets...Paul Davis