summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2016-10-20MIDI port options now tracks dynamic port register/unregisterPaul Davis
2016-10-19various tweaks to improve the preferences presentation of midi-input-follows-...Paul Davis
2016-10-19need to refill treeviews for MIDI port prefs at least oncePaul Davis
2016-10-19move MIDI port options out of engine dialog and into prefsPaul Davis
2016-10-20bbt duration clock - revert 3d38b4f58ec0 and a32aea4201. use an alternate fix.nick_m
2016-10-19Duration clock edit uses current time to resolve meter.nick_m
2016-10-18set up MIDI port treeview columns *just once*Paul Davis
2016-10-18correctly show both the old MIDI setup tab (device oriented) and the new one ...Paul Davis
2016-10-18further work on a MIDI port functionality dialogPaul Davis
2016-10-18Add tooltip info for inline-displayRobin Gareus
2016-10-18beginnings of a tab in Audio/MIDI setup to manage MIDI port functionalityPaul Davis
2016-10-18remove unnecessary and now impossible #includePaul Davis
2016-10-18remove unusued and useless midi_port_dialog.{cc,h} filesPaul Davis
2016-10-18Processor box interaction:Robin Gareus
2016-10-19Tempo lines drawing performance tweak.nick_m
2016-10-19Tempo line tweaks.nick_m
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-10-17remove unused variableRobin Gareus
2016-10-17propagate key press events through the widget heirarchy + custom ardour bindi...Paul Davis
2016-10-17fix typo + remove cruft.Robin Gareus
2016-10-16refine 29f604418, move selected track to left-edge (if possible)Robin Gareus
2016-10-17Amend previous commit.nick_m
2016-10-17Set note colour of new MidiGhostRegions corrctly.nick_m
2016-10-17Performance: store NoteBase UIConfiguration colors between config changes.nick_m
2016-10-17Fix region colors not updating on theme change.nick_m
2016-10-17Tempo curve cleanup, now also works on optimized builds.nick_m
2016-10-15Mixer strip list: click to move strip into viewRobin Gareus
2016-10-16BBT duration clock can only compare musical times.nick_m
2016-10-16Fix various snap issues when dragging control points (AutomationRegionView).nick_m
2016-10-16Fix incorrect musical position in NoteDrag::total_dx.nick_m
2016-10-16AudioClock: remove duplicated code. amends 3a0a628a7nick_m
2016-10-16Slightly improve note update performance, fix note resizing for non-4.0 meter...nick_m
2016-10-16Rework duration clock and TempoMap::insert_time to include meter at offset.nick_m
2016-10-15Note selection state uses note event_id_t.nick_m
2016-10-15Ensure correct initial automation region view position.nick_m
2016-10-15Editor up/down arrow keys: snap to track (not 60px)Robin Gareus
2016-10-14mixer left/right: snap to trackRobin Gareus
2016-10-14GUI to allow aux-send feedback loopsRobin Gareus
2016-10-13Inital support for Steinberg's CC121 control surfaceW.P. van Paassen
2016-10-13handle blink-rec-arm change without application restartRobin Gareus
2016-10-13Add region position to note start in the midi list editorNil Geisweiller
2016-10-13Don't reset the audio tracks name when changing the channel configuration.Robert Scott
2016-10-13Update cubasish-ardour.colorscooltehno
2016-10-12peak level numeric display now uses "clip indicator" for base color, not "bri...Paul Davis
2016-10-12add gtk_clip_indicator as a separate color from gtk_bright_indicatorPaul Davis
2016-10-12Fixes minor memory leak found in color_theme_manager.cpp:326Nathan Stewart
2016-10-11allow to run single tests from ./artestRobin Gareus
2016-10-10Interpret start & length_beats properties as double rather than Evoral::Beats.nick_m
2016-10-09TempoSection methods deal in beats rather than pulses per minute.nick_m
2016-10-09Use double comparison in MidiRegionView::note_in_region_range().nick_m