summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus
2014-06-04ALSA: tentative hack to request audio-device.Robin Gareus
2014-06-04ALSA backend: engine.halted_callback if the process thread diesRobin Gareus
2014-06-04if the user chooses to stop the jack-backend, mark it as stopped. Don't displ...Robin Gareus
2014-06-04fixes to change engines while Ardour is running.Robin Gareus
2014-06-04 Add newly introduced sources to MSVC projectJohn Emmas
2014-06-04Revert "add API to query a processor's frozen state."Robin Gareus
2014-06-04Revert "Revert "ALSA backend: separate flags for is-running and should-be-run...Robin Gareus
2014-06-04Revert "ALSA backend: separate flags for is-running and should-be-running"Robin Gareus
2014-06-04ALSA backend: separate flags for is-running and should-be-runningRobin Gareus
2014-06-04add API to query a processor's frozen state.Robin Gareus
2014-06-04re-work bounce/freeze. Freezer stops at first active delivery.Robin Gareus
2014-06-04ALSABackend: elaborate on start-up error casesRobin Gareus
2014-06-03Revert "When writing '.jackdrc' make sure we enclose any device names inPaul Davis
2014-06-03fix two mysterious problems with stdint typesPaul Davis
2014-06-03merge onecanvas and cairocanvas branches, and manually resolve conflicts, inc...Paul Davis
2014-06-03more profound changes to canvas scrolling, in particular find appropriate Scr...Paul Davis
2014-06-03fix missing leftover Canvas::pick_current_item() which was confusing button r...Paul Davis
2014-06-03use window-based coordinates when picking current item so that we get per-ite...Paul Davis
2014-06-03various changes to get independent scrolling to work better in canvas. mostly...Paul Davis
2014-06-03clean up ArdourCanvas::Arrow implementation to remove unshown polygon/headPaul Davis
2014-06-03rationalize and centralize computation of positional offset and scroll offset...Paul Davis
2014-06-03inline ScrollGroup::canvas_position() for no particular reasonPaul Davis
2014-06-03avoid recursing through the entire canvas when scrolling - only scroll explic...Paul Davis
2014-06-03different approach to independent scrolling, involving ArdourCanvas::ScrollGroupPaul Davis
2014-06-03initial redesign of canvas scrolling to facilitate independent x- and y-axis ...Paul Davis
2014-06-03When writing '.jackdrc' make sure we enclose any device names in quotation marksJohn Emmas
2014-06-03Keep this #include consistent with similar onesJohn Emmas
2014-06-03ALSA backend: tweak midi parser (fix start mid sequence)Robin Gareus
2014-06-03ALSA backend: device detectionRobin Gareus
2014-06-02make ALSA backend optional and disable by defaultRobin Gareus
2014-06-02ALSA backend: add raw midi parserRobin Gareus
2014-06-02ALSA backend: raw midi prototypeRobin Gareus
2014-06-02ALSA backend (based on Dummy backend and zita-alsa-pcmi)Robin Gareus
2014-06-02fix errors in manual conflict resolutionPaul Davis
2014-06-02merge with master and fix 4 conflicts by handPaul Davis
2014-06-02DummyBackend: fix midi event mux+sortingRobin Gareus
2014-06-01fix --with-dummy config optionRobin Gareus
2014-06-01Dummy backend, revise small thingsRobin Gareus
2014-06-01dummy-backend, fix physical ports in/out convention.Robin Gareus
2014-05-31test possible 'flickering' with nvidiaRobin Gareus
2014-05-31do not thin() automation event list on load.Robin Gareus
2014-05-31don't allow waveform to bleed into TimeAxisViewItem frame borderRobin Gareus
2014-05-30use CubicSpline interpolation for x-fade preset ShapesRobin Gareus
2014-05-30update Evoral::Curve to honor ControlList::InterpolationStyleRobin Gareus
2014-05-30Add newly introduced sources to MSVC projectJohn Emmas
2014-05-30Rearrange some #includes to keep MSVC happyJohn Emmas
2014-05-30Fix code to prepare re-enable cubic spline interpolation of automation data.Robin Gareus
2014-05-30panner: backwards compatibility, constrain pan-range in old sessionsRobin Gareus
2014-05-30smooth visual curve drawingRobin Gareus