summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2016-06-05plugin support for Controllable::NotAutomatableRobin Gareus
2016-06-05OSC: Added feedback for /selectLen Ovens
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-04OSC: Bug fix for no monitor, bug fix heart beat on turned global feedback on.Len Ovens
Start select code.
2016-06-03allow latent self-automating pluginsRobin Gareus
2016-06-04Fix FramedCurve Outside fill for curve.nick_m
2016-06-04More FramedCurve render worknick_m
- draw last point correctly if applicable - comment intent.
2016-06-04Fix framed curve thinko.nick_m
- in FramedCurve, the first _point is used for the bounding box. Don't confuse this with actual data.
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::orderPaul Davis
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-02NOOP: space requiredPaul Davis
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-03Small cleanup in FramedCurve.nick_m
2016-06-03Fix assorted drawing bugs in framed curve.nick_m
- treat drawing area of boxes and curves similarly. - handle a redraw request between the last sample and the last point.
2016-06-01fix case where pane divider is not redrawn after a leave event.Paul Davis
2016-06-01fix styling of pane dividers (the original reason for the "*Pane*" ↵Paul Davis
widget=>style spec)
2016-06-01OSC: Fixed some button type commands to have path only as well as path fLen Ovens
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-01port 7e716d27 to XFadeCurveRobin Gareus
2016-06-02Fix conditional on uninitialised idx (via n_samples) in framed curve.nick_m
- possibly fixes drawing artefacts in the tempo curve.
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-01Accommodate recently introduced source(s) in our MSVC project (ardour_osc)John Emmas
2016-06-01Accommodate recently introduced source(s) in our MSVC project (gtkmm2ext)John Emmas
2016-06-01Accommodate recently removed source(s) in our MSVC project (libpbd)John Emmas
2016-06-01update lua bindings (tempo-ramps, VCA,...)Robin Gareus
2016-06-01add lua/C++ dynamic_cast<>Robin Gareus
2016-06-01remove duplicate call: MeterSection is-a MetricSectionRobin Gareus
2016-05-31OSC: finish /set_surface group of commands.Len Ovens
2016-06-01fix windows/lua bindingsRobin Gareus
...this needs a better solution...
2016-06-0132bit compatibilityRobin Gareus
2016-06-01allow StripWidth icon to draw properly on non-square buttonsRobin 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-31allow lua binding functions with up to 9 parametersRobin Gareus
e.g new_midi_track()
2016-05-31comment out a DEBUG_TRACE statement that causes issues for clang, reasons ↵Paul Davis
are unclear
2016-05-31OSC: Paths changed, feedback added, etc.Len Ovens
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-31make pane divider placement a little saferPaul Davis
2016-05-31infrastructure for finding theme filesPaul Davis
2016-05-31fix default pane divider cursor for vertical panesPaul Davis