summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-06-17fix upsampling import of X-channel files where buffersize % X != 0Robin Gareus
2016-06-16set latency of sidechain portRobin Gareus
2016-06-12ignore midi on monitor-section and force strict-i/oRobin Gareus
2016-06-12more meta-data placeholders for post-export commandRobin Gareus
2016-06-12Fix exact tempo pulse for snap to bars case.nick_m
2016-06-12Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an ...nick_m
2016-06-12Set tempo sections to the exact pulse when snapped to a musical grid.nick_m
2016-06-10make relative gain control in route groups work (again)Paul Davis
2016-06-11Unused variable - no-op.nick_m
2016-06-11Fix many offset errors when drawing notes in midi regions that have been edited.nick_m
2016-06-10noop: comment fix.Paul Davis
2016-06-10New editor API to retrieve the Stripable with via presentation info order.Paul Davis
2016-06-10Various changes to PresentationInfo and a small consolidation of sorters.Paul Davis
2016-06-10Apply some constraints to bbt dragging.nick_m
2016-06-09provide a heuristic to decide if the color has been set for a PresentationInf...Paul Davis
2016-06-10Amend last commit.nick_m
2016-06-10Audio locked meters with an existing tempo may be dragged past that tempo's l...nick_m
2016-06-09Possible fix for memory pool problem in session click.nick_m
2016-06-08Fix a couple of build errors in the test suite.Colin Fletcher
2016-06-08move gui_changed() signal from Route to StripablePaul Davis
2016-06-08fix mute automation for busses & consolidate code.Robin Gareus
2016-06-08consistent API name for region-listRobin Gareus
2016-06-07add meta-data placeholders for post-export commandRobin Gareus
2016-06-07fix up logic that connects ControlGroups and RouteGroupsPaul Davis
2016-06-06remove incorrect allocation of a second VCAManager in a session.Paul Davis
2016-06-07Ensure correct lock style before setting position.nick_m
2016-06-07MidiRegion ctor inherits length_beats.nick_m
2016-06-07Region ctor inherits position, start and beat.nick_m
2016-06-07Fix initialization of Region::_beat.nick_m
2016-06-07Fix midi region split, trim and move operations.nick_m
2016-06-07Region always sets position before length.nick_m
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-06-06MSVC won't allow floating point types to be mapped directly to enumsJohn Emmas
2016-06-06Consolidate notifications when MidiRegion changes length due to position change.nick_m
2016-06-05fix Session::get_remote_nth_stripable() to use zero-based numberingPaul Davis
2016-06-05extend/modify PresentationInfo to make searching for routes via Session::get_...Paul Davis
2016-06-05OS X clang build issue fixPaul Davis
2016-06-05extensive changes to PresentationInfo APIPaul Davis
2016-06-05fix registration of PresentationInfo enumsPaul Davis
2016-06-05extend comments to avoid unused-variable warnings from commented codePaul Davis
2016-06-05change property names (not quark/strings) for RouteGroup properties to avoid ...Paul Davis
2016-06-06Midi regions recalculate their length in frames when moved/copied.nick_m
2016-06-05plugin support for Controllable::NotAutomatableRobin Gareus
2016-06-05prepare for LV2 non-automatable control portsRobin Gareus
2016-06-05refine self-automating plugin interfaceRobin Gareus
2016-06-05Fix ignored note_type in TempoMap::frames_per_beat_at().nick_m
2016-06-03allow latent self-automating pluginsRobin Gareus
2016-06-03simplify PresentationInfo concept of order so that it is always globalPaul Davis
2016-06-02fix creating aux-busses from templates, reset return-bitslotRobin Gareus
2016-06-02fix possible deadlock replacing processor state.Robin Gareus