ardour.git
2017-07-31 Len OvensOSC: fix VCAs try to connect to controls it does not...
2017-07-30 Robin GareusSome session cleanup fixes (delete slave, take lock...
2017-07-30 Petr SemiletovMore Russian translation updated and fixes
2017-07-30 Alexandre ProkoudineUpdate Russian translation
2017-07-30 Robin GareusVCA master-strip: drop gain-control reference
2017-07-30 Robin GareusRemove an unused variable
2017-07-30 Robin GareusBinding Proxy: Drop references as requested.
2017-07-30 Robin GareusTurn AutomationCtrl into a SessionHandleRef
2017-07-30 Robin GareusNO-OP: name-change (_list and _lock are also used in...
2017-07-29 Petr SemiletovRussian po updates, typo in automation_time_axis.cc fix
2017-07-29 John EmmasModify our MSVC project to add libltc as a dependency...
2017-07-29 John EmmasFix an ambiguous call to 'floor()'
2017-07-29 Robin GareusFix edit-cursor in TextEntry
2017-07-28 Robin GareusPortManager::unregister_port() must be called with...
2017-07-28 Robin GareusDelete CoreSelection at session close
2017-07-28 Robin GareusAdd a LTC generator to the dummy backend
2017-07-28 Robin GareusAllow to rename VCAs in the editor
2017-07-27 Robin GareusFix write-pass re-start while in an active write-pass
2017-07-27 Ben LoftisInitial checkin of TouchOSC interfaces to repository.
2017-07-27 Robin GareusFix pasting automation at 0
2017-07-26 Robin GareusStart a new write-pass when writing automation and...
2017-07-26 Robin GareusFix ATAV hide button for VCA lanes
2017-07-26 Robin GareusAsk user to save when using save-as or snapshot+switch.
2017-07-26 Robin GareusFix initial sync to LTC with small buffersizes
2017-07-26 Robin Gareusupdate libltc
2017-07-25 Robin GareusRemove unnecessary tests for touch-state
2017-07-25 Robin GareusMake start_touch() truly idempotent
2017-07-25 Johannes MuellerFix #6280 – region (first_frame()==0) selectable with...
2017-07-24 Robin Gareusfix e838e7f3597
2017-07-24 Robin GareusFix Mixbus "well known" send-names and enable ctrls
2017-07-24 Robin GareusUpdate WritePass logic + AutomationList Undo
2017-07-24 Paul Davisupdate japanese translation (Hiroki Inagaki)
2017-07-24 Len OvensOSC: only use gain change signals if value changes
2017-07-24 Len OvensOSC: add use groups to GUI
2017-07-24 Len OvensOSC: port mode by default should be manual
2017-07-24 Julien "_FrnchFrgg_... Replace a ringbuffer with a multi-reader circular table
2017-07-24 Len OvensOSC: make sure initialization is complete before we...
2017-07-24 Len OvensOSC: simplify route observer
2017-07-24 Robin GareusFix saving automation record undo
2017-07-23 Robin GareusUpdate amp.cc to use gain_t for maths (no more double)
2017-07-23 Robin GareusAdd touch to trim-control
2017-07-23 Robin GareusRemove unused "mark" parameter from stop_touch() API
2017-07-23 Robin GareusDrags are such a drag.
2017-07-23 Robin GareusFix ctrl-list guard-points and concurrency issues
2017-07-23 Robin GareusStart/end touch for generic-UI knob and proc-box inline...
2017-07-23 Robin GareusAdd touch-events signal emission to ArdourKnob
2017-07-23 Robin GareusInitialize some uninitialized variables
2017-07-22 Len OvensOSC: add /use_group 1/0 command
2017-07-22 Robin GareusSanitize printing of a-eq gain parameters
2017-07-22 YQ-YSYUpdate zh.po for v5.10 Chinese Language
2017-07-22 Robin GareusNO-OP: whitespace
2017-07-22 Robin GareusAutomationWatch: single DropReferences connection per AC
2017-07-22 Robin GareusNO-OP: whitespace
2017-07-22 Robin GareusFix Route mute automation touch (owned control)
2017-07-22 Robin GareusNO-OP: consistent [internal] API name for Automatables
2017-07-22 Robin GareusNO-OP: Consistent API name
2017-07-21 Robin GareusMore non-rt calls to VCA - fixes VCA automation writing
2017-07-21 Robin GareusHide VTAV header controls for small height
2017-07-21 Robin GareusFix VCA Automation: end write pass
2017-07-21 Ben LoftisMain Menu: some re-organization of session- and global...
2017-07-21 Robin GareusFix recursion in FloatinTextEntry (amend f62c8c664d)
2017-07-21 nick_mTempoMap legacy session loading fixes
2017-07-21 nick_mFis stray break statement when checking for a legacy...
2017-07-21 nick_mRework tempo marker editing menu functions
2017-07-21 nick_mCalculate clamped tempo stretch ratios using the correc...
2017-07-21 nick_mTempoMap : Remove old solve_map debugging code
2017-07-21 nick_mMove some duplicated replace/add tempo section code
2017-07-21 nick_mRemove redundant beat arg from TempoMap::add_meter
2017-07-21 nick_mFix incorrect double-snap when moving audio-locked...
2017-07-21 nick_mRework region selection XML
2017-07-21 nick_mCropping a single region to time selection works for...
2017-07-21 nick_mFix time selection undo for multiple time selections
2017-07-21 nick_mDisable tempo end/twist drag for meter-locked tempi
2017-07-21 nick_mOnly add a new tempo or meter on click if the primary...
2017-07-21 nick_mRemove duplicated tempo curve colour change when dragging
2017-07-21 nick_mFix various issues wrt BBTRulerDrag
2017-07-21 nick_mCheck for identical meter positions in old sessions...
2017-07-21 nick_mIndicate musical position lock style of regions and...
2017-07-21 nick_mTime info box updates its length display correctly...
2017-07-21 nick_mRework time info box updates on region selection change
2017-07-21 nick_mCall Editor::abort_reversible_command() in MidiRegionVi...
2017-07-21 nick_mRemove double-nested reversible command when note editing
2017-07-21 nick_mFix both note length setting and display in EditNoteDialog
2017-07-21 nick_mAdd missing braces to Editor::cut_copy conditional
2017-07-21 nick_mEditor::playhead_forward/backward_to_grid snaps even...
2017-07-21 Len OvensOSC make all group dispositions the same
2017-07-21 Johannes MuellerIncrease range of a-comp#stereo release time
2017-07-21 Robin GareusProperly propagate TAV TimeSelection
2017-07-21 Robin GareusAmend c242cbc31806 (VCA automation button)
2017-07-21 Robin GareusAdd automation button to VCA strip
2017-07-20 Robin GareusNon-layered MIDI recording
2017-07-20 Robin GareusFix crash when renaming track to an invalid name
2017-07-20 Johannes MuellerEquivalent fix for #7429 for the mixer
2017-07-20 Johannes MuellerSelect the clicked route in the current mixer strip...
2017-07-20 Ben LoftisEditor Summary: Don't require user to re-click to scrol...
2017-07-20 Johannes MuellerRename the route in a route template when renaming...
2017-07-20 Johannes MuellerSet the name of the route in a route template to the...
2017-07-20 Johannes MuellerDon't try to rename the route template state dir if...
2017-07-20 Robin GareusAllow adding tracks w/o running backend
2017-07-20 Ben LoftisCursorZoomDrag rework:
next