summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-27MidiGhostRegion micro-optimisation.nick_m
2017-01-27MidiRegionView::redisplay_model() - code cleanupnick_m
2017-01-26Fix mixer continuous multi-selectionRobin Gareus
Shift+select needs to iterate over strips as they are visually ordered. (Previously the order of adding/loading strips was used)
2017-01-25improve range drag semanticsPaul Davis
If a track is selected during the drag (by moving the mouse pointer into a new track), but it was not selected at the start, and is then de-selected (by moving the mouse back out of it), then remove it from the selection.
2017-01-25yet another case of misplaced parentheses during the removal of ↵Paul Davis
boost::optional from Canvas
2017-01-25This turns out to have been a band-aid over a deeper issue in libcanvas, fixedPaul Davis
in commit 49422aa89 Revert "fix an issue with selection rects not being redrawn correctly" This reverts commit fa1a7ae9b91d0321b71b3de4f720a393d827cd9c.
2017-01-25another case of misplaced parentheses during the removal of boost::optional ↵Paul Davis
from Canvas
2017-01-25fix an issue with selection rects not being redrawn correctlyPaul Davis
2017-01-24This wasn't supposed to be pushed to master.Paul Davis
Revert "add basic data members and methods for adding an explicit size allocation for Canvas::Item" This reverts commit d1c1d8df614672b00a9835ae04566b12d21be697.
2017-01-24MIDI note copy needs to adjust pitch of new notes before adding themPaul Davis
2017-01-24add basic data members and methods for adding an explicit size allocation ↵Paul Davis
for Canvas::Item
2017-01-24re-fine preferences dialog part 13 of 27 (probably):Robin Gareus
* expose try-autostart engine * move Session settings to sub-menu (general was getting to large)
2017-01-24styleguide #6Robin Gareus
2017-01-24Meter point toggle button now uses a popup menu instead of togglingDaniel Sheeler
2017-01-24suffix region gain to TAVitem nameRobin Gareus
2017-01-23implement copy-drag for MIDI notes.Paul Davis
Probably some corner cases to be fixed, but pretty functional and largely modelled on existing code (paste, drag, step add note etc.)
2017-01-23NO-OP: add a few spaces before function argsPaul Davis
2017-01-23Safe Mode: disable VST scanRobin Gareus
2017-01-23generic MIDI: put controllables into touch mode (if appropriate) when data ↵Paul Davis
is received
2017-01-23at transport stop, clear all existing automation watches (touch)Paul Davis
2017-01-22make undo/redo work for Regions > Edit > Close GapsPaul Davis
2017-01-22Update Japanese translationHiroki Inagaki
2017-01-22implement Session::route_by_selected_count()Paul Davis
2017-01-22PresentationInfo needs to emit Change for selection/hide/orderPaul Davis
2017-01-22more consistent terminology in a commentPaul Davis
2017-01-22add some commentsPaul Davis
2017-01-21consistent capitalizationRobin Gareus
2017-01-21ardour runs fine in rr version 4.4.0, add scriptsRobin Gareus
2017-01-21Add Example script to import file(s)Robin Gareus
2017-01-21Lua: bindings for do_import()Robin Gareus
2017-01-21Lua add an Empty/Nil shared-pointer constructorRobin Gareus
2017-01-21LuaBindings: prefer shared_ptr over weak_ptrRobin Gareus
2017-01-21don't repeat-hard-code names for 3 automation types.Paul Davis
Fixes warning during session loading
2017-01-21use SSE/AVX for scaling gain automation buffer via masters' valuePaul Davis
2017-01-21remove debug cruft from wscript for push2 that breaks with python3Paul Davis
2017-01-21Amp is the one place where we generate a per-sample vector for automation ↵Paul Davis
playback. Scale this by the masters' value(s) if appropriate
2017-01-21SlavableAutomationControl::get_value(), if doing automation playback, should ↵Paul Davis
still scale the returned value by the masters' value(s)
2017-01-21parse modified-with for up to 5 snapshots.Robin Gareus
2017-01-21Don't inhertit "last modified" for snapshotRobin Gareus
2017-01-21Translatable Metronome tooltip, formatting and typo fix.Robin Gareus
2017-01-21Update metronome tooltip on gain changeDaniel Sheeler
2017-01-21Show last modified in recent-listRobin Gareus
2017-01-21update bbe62da55a - use last-modified-with, strip git-revRobin Gareus
2017-01-21Add GUI part to immediately fan-out multi-out instruments on track creationRobin Gareus
2017-01-21Instrument insert options:Robin Gareus
* allow to directly fan-out when adding a multi-channel instrument * Mixbus: move multi-channel instruments after Comp & EQ.
2017-01-20GUI follow up for new-MIDI-track API changeRobin Gareus
2017-01-20Instrument channel option when adding trackRobin Gareus
By setting strict-io on the Instrument plugin early during track creation, adding the plugin will trigger a PluginSetup Dialog for multi-out instruments in a strict i/o track.
2017-01-20Allow Lua bindings up to 10 argsRobin Gareus
2017-01-20update UI, new info API, display created_version in tooltipRobin Gareus
2017-01-20Extract program version that a session was created withRobin Gareus