summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2016-12-17Add UI to set global track layered modeRobin Gareus
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-12-17Move selection/punch clocks to editor SidebarRobin Gareus
2016-12-17Commence transport tool bar re-layoutRobin Gareus
2016-12-17Rework shuttle control displayRobin Gareus
2016-12-17Add API to query editor's playhead cursor positionRobin Gareus
2016-12-16initial attempt at importing SMF tempo maps during MIDI import.Paul Davis
Still with debug output
2016-12-16add arguments (unusued) to control whether or not SMF tempo map is used ↵Paul Davis
during import
2016-12-16tweak presentation of SMF tempo optionPaul Davis
2016-12-16show tempo information for MIDI files in preview pane; start to offer choice ↵Paul Davis
about using tempo map when importing
2016-12-16fix generic plugins for toggle with 2 scalepoints (enum)Robin Gareus
Signed-off-by: Robin Gareus <robin@gareus.org>
2016-12-16be a bit less flickery when redrawing tempo/meter markers.nick_m
2016-12-16more work on patch change redisplay.nick_m
- fixes just-introduced undo crash.
2016-12-15correct return syntaxPaul Davis
2016-12-15speed up patch change redisplay when using scroomer / adjusting height.nick_m
- zoom is still a bit slow.
2016-12-14GUI changes to allow user to specify how/if to use SMF track/instrument ↵Paul Davis
names during import
2016-12-14change ordering of options for multichannel importPaul Davis
2016-12-14temporary default value for ImportStatus.midi_track_name_sourcePaul Davis
2016-12-14improving logic/flow for SMF type 1 files part 1:Paul Davis
check num tracks for type1 and offer multichannel option if appropriate
2016-12-14test diff for patch change performance when caching colours.nick_m
2016-12-14when dragging or copying multiple regions, respect position lock style.nick_m
- music-locked regions are moved by drag beat distance (will conform to tempo changes over the drag distance) audio-locked regions are moved by frame distance.
2016-12-13Further fixes to non-cxx11 enabled buildsTim Mayberry
Hopefully all that is necessary this time
2016-12-13Fix for non-cxx11 enabled buildsTim Mayberry
2016-12-13Add option to Zoom to Selection on double clickTim Mayberry
Currently implemented for Region and Range selections. The new option is false/off by default to maintain existing behaviour. I'm not sure it should require another option, perhaps Zoom to Selection should be the default and accessing the region properties dialog can be via Modifier+double click, but further changes can be made on user feedback etc. Related: #7112
2016-12-13Change Zoom to Selection action (Z key) to zoom on both axesTim Mayberry
Add Zoom to Selection (Horizontal) action to access previous behavior. Remove Editor::temporal_zoom_region as it was duplicate code and broken for both_axes Should Resolve: #7112
2016-12-12UI tweak for the spacer at the bottom of the master bus.Ben Loftis
2016-12-13only set the exact musical position of the primary region for move/copy drag.nick_m
2016-12-12Towards making tape-tracks work again..Robin Gareus
2016-12-12sort tempo curves initially as well.nick_m
2016-12-12amend previous commitnick_m
2016-12-12rename MetricSection movable -> initial, but of course initial is !movable..nick_m
2016-12-11Add a small tool to experiment with libcanvasRobin Gareus
2016-12-11there is no need to do a full set_colors() in MidiGhostRegion ctor.nick_m
2016-12-11tempo curve fiddling.nick_m
2016-12-11fix flickering in tempo curve when markers are reordered.nick_m
2016-12-11constify TempoCurve::tempo().nick_m
2016-12-11fix typo in 914224fRobin Gareus
2016-12-10Add editor actions to set tempo and meterRobin Gareus
2016-12-10Black selection & punch clock bgRobin Gareus
2016-12-10Fix video-monitor "sync-source" changesRobin Gareus
2016-12-10Add support for Pango Markup to ArdourButtonRobin Gareus
2016-12-10Consistent ArdourButton sizing for elements with LEDRobin Gareus
2016-12-08Speed up recent-session display with lots of snapshots.libcanvas-no-gtkRobin Gareus
Given that a session can easily have >100 snapshots and one cannot change the sample-rate anymore, it's mostly useless to parse them all.
2016-12-08Clarify "frames" (video, timecode) vs "samples" (audio)Robin Gareus
2016-12-08braces, pleasePaul Davis
2016-12-07Further tweaks to EngineDialog z-axis stackingRobin Gareus
When there's no main window (initial setup, no transient parent), preset a normal window listed in the task-bar. The duality the Engine Dialog being used as Ardour-WM managed non-modal Window (Menu > A/M Setup) and modal Dialog (AudioEngineSetupRequired) complicates this a bit.
2016-12-06Don't assume patch-banks are populated.Robin Gareus
2016-12-06Allow to send Immediate Patch ChangesRobin Gareus
2016-12-06Fix crash when track creation failed draging regionJulien ROGER
Add more check when creating a new track from a region drag into editor's empty area. Fix #6496
2016-12-06Don't move the Range Selection after performing Multi DuplicateTim Mayberry
This is necessary for a single Duplicate so you can keep duplicating but it doesn't make sense to move it for Multi Duplicate.