summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m
2016-12-19there is no curve for identical note_types_per_minute values.nick_m
2016-12-18move termination of auto connect thread till after control protocols are dest...Paul Davis
2016-12-18Prepare configurable mini-timeline time-spanRobin Gareus
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-12-16add copy constructor, operator= and a clean ::dump() method for TempoMapPaul Davis
2016-12-16add arguments (unusued) to control whether or not SMF tempo map is used durin...Paul Davis
2016-12-16tempo before the initial section is always constant.nick_m
2016-12-16fix thinko in TempoMap::framepos_plus_qn.nick_m
2016-12-14use SMF track or instrument names in imported MIDI track names, if requestedPaul Davis
2016-12-14add new member to ImportStatus object to allow specifying how to name new MID...Paul Davis
2016-12-14add a new enum to identify how SMF data should be used when naming imported M...Paul Davis
2016-12-13Fix layered-record undo, include changes to existing region(s)Robin Gareus
2016-12-12Fix possible crash when removing ports with jack1Robin Gareus
2016-12-12Add Slavable::AssignmentChanged signal to notify when a slavable is assigned/...Paul Davis
2016-12-13only update MidiRegion length_beats in partial copy ctor if there is an offset.nick_m
2016-12-13only recalculate MidiRegion start_beats if there is an offset in the 'part-of...nick_m
2016-12-12Fix a potential deadlock/crash (here tape-track peak-file)Robin Gareus
2016-12-12Fix potential deadlock on session-loadRobin Gareus
2016-12-12disallow placement of audio-locked tempi within a frame of any other.nick_m
2016-12-12fix loop/crash when dragging an audio-locked tempo over a music-locked one wh...nick_m
2016-12-12no-op - rename TempoMap::set_active_tempos -> TempoMap::set_active_tempinick_m
2016-12-12clean up some odd logic.nick_m
2016-12-12rename MetricSection movable -> initial, but of course initial is !movable..nick_m
2016-12-11Add support for MacVST hidden/favoritesRobin Gareus
2016-12-11make TempoMap::dump slightly more readable.nick_m
2016-12-11fix incorrect audio-locked tempo position when setting bbt via tempo dialog.nick_m
2016-12-11fix bar renumbering for audio-locked metrum.nick_m
2016-12-11Check for reserved i/o that are not routes, fixes #7171Robin Gareus
2016-12-08remove dups.Robin Gareus
2016-12-08Add missing enum bindingsRobin Gareus
2016-12-08Clarify "frames" (video, timecode) vs "samples" (audio)Robin Gareus
2016-12-08add Lua bindings for Timecode conversionRobin Gareus
2016-12-08Speed up recent session display (for many large sessions)Robin Gareus
2016-12-07amend 581c7b6 -WparenthesesRobin Gareus
2016-12-07Save/Restore MIDI Automation Controls (current CC, PGM)Robin Gareus
2016-12-07Speed up unloading large sessions.Robin Gareus
2016-12-07Add Lua bindings to inspect MidiTrack::MidiControlRobin Gareus
2016-12-07fix copy/paste typo in prev. commitRobin Gareus
2016-12-07Work around silence-trim config 0dBFS (7b1f97bf)Robin Gareus
2016-12-07Revert "Fix export silence threshold by using a constant value for now"Robin Gareus
2016-12-06Allow sparse CC lists.Robin Gareus
2016-12-06Fix #6753Julien ROGER
2016-12-06Fix Multi Duplicate for a Range SelectionsTim Mayberry
2016-12-06Fix export silence threshold by using a constant value for nowTim Mayberry
2016-12-06add another useful PluginInsert bindingRobin Gareus
2016-12-05Fixup 08fffef (consistent class name)Robin Gareus
2016-12-05Add Lua bindings to manage GroupsRobin Gareus
2016-12-05set AtomObject body ID to zero (as per spec when unused)Robin Gareus
2016-12-04Skip testing example lua scripts which are not bundledRobin Gareus