summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Collapse)Author
2016-06-08consistent API name for region-listRobin Gareus
2016-06-07add meta-data placeholders for post-export commandRobin Gareus
needs testing on windows with UTF8
2016-06-07fix up logic that connects ControlGroups and RouteGroupsPaul Davis
This makes deactivating a RouteGroup also stop the ControlGroups from having any effect
2016-06-06remove incorrect allocation of a second VCAManager in a session.Paul Davis
Fixes warning about a SessionHandleRef at session close
2016-06-07Ensure correct lock style before setting position.nick_m
2016-06-07MidiRegion ctor inherits length_beats.nick_m
- fixes incorrect length on drag-copying and pasting midi regions.
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
- there is still the problem of being unable to drag a trimmed region to the left when it's source (not it's position) would end up on a negative beat.
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 ↵Paul Davis
Session::get_remote_nth_stripable() work
2016-06-05OS X clang build issue fixPaul Davis
2016-06-05extensive changes to PresentationInfo APIPaul Davis
Now handles color, partially.
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
collisions with new ones
2016-06-06Midi regions recalculate their length in frames when moved/copied.nick_m
- should fix 6793
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
* thin automation at end * allow plugins to disable its internal write state (ctrl port) * Debug messages
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
Cases that need more complex sort orders (e.g. all routes, then all vcas then master) need to take of this themselves
2016-06-02fix creating aux-busses from templates, reset return-bitslotRobin Gareus
2016-06-02fix possible deadlock replacing processor state.Robin Gareus
2016-06-02change name of a Session method to makes its intended function clearPaul Davis
2016-06-02mark session dirty on creation/deletion of a VCAPaul Davis
2016-06-01save version string with session for informational purposesRobin Gareus
2016-06-01fix crash during session deletion while removing VCA mastersPaul Davis
2016-06-01isspaceRobin Gareus
2016-06-01strip trailing whitespace from lv2 log messageRobin Gareus
2016-06-01Class 'VCAManager' needs to be visible from outside libardourJohn Emmas
2016-06-01Accommodate recently introduced/removed source(s) in our MSVC project ↵John Emmas
(libardour)
2016-06-01update lua bindings (tempo-ramps, VCA,...)Robin Gareus
2016-06-01remove duplicate call: MeterSection is-a MetricSectionRobin Gareus
2016-06-01fix windows/lua bindingsRobin Gareus
...this needs a better solution...
2016-06-0132bit compatibilityRobin Gareus
2016-05-31update lua bindings for API changesRobin Gareus
luaBridge implicit inheritance uses a single direct parent (other parents object need casts). This motivates Route -> Stripable -> SessionObject
2016-05-31comment out a DEBUG_TRACE statement that causes issues for clang, reasons ↵Paul Davis
are unclear
2016-05-31Surfaces: Metering could only handle one surface at a time.Len Ovens
2016-05-31fix conditional used to decide whether to copy old config filesPaul Davis
2016-05-31adjust theme search pathPaul Davis
2016-05-31infrastructure for finding theme filesPaul Davis
2016-05-31use new record safe control in libardourPaul Davis
2016-05-31new RecordSafeControl controlPaul Davis
2016-05-31fix SNAFU in which Stripable::rec_enable_control() was incorrectly defined ↵Paul Davis
as ::recenable_control() Make Mackie support code use the Stripable to access the rec-enable control while we're here