summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-04Revert "add API to query a processor's frozen state."Robin Gareus
Theoretically one could alter the plugins after a delivery even on a frozen track. ..or even change settings, the ordering and add/remove plugins after the frozen part of a track. We won't go there. Frozen is frozen. this API is not needed after all. This reverts commit a771dea20332bf31162ccb13a518e0348b441dd1.
2014-06-04Revert "Revert "ALSA backend: separate flags for is-running and ↵Robin Gareus
should-be-running"" sorry, c/p error This reverts commit 9658b77327c21d5748604b882f67c5004ffd10ad.
2014-06-04Revert "ALSA backend: separate flags for is-running and should-be-running"Robin Gareus
Theoretically one could alter the plugins after a delivery even on a frozen track. ..or even change settings, the ordering and add/remove plugins after the frozen part of a track. We won't go there. Frozen is frozen. this API is not needed after all. This reverts commit 6d89488d64d44ed4b3283308a583b320300553c8.
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-04disable pluginbox in RouteUI window when a track is frozenRobin Gareus
2014-06-04re-work bounce/freeze. Freezer stops at first active delivery.Robin Gareus
amend to 8f52bf7d9f
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
quotation marks". This patch is incorrect. The string quoting must be done ONLY when creating a string to be written to ~/.jackdrc or similar, not when constructing an argument list. This reverts commit 5626ea2b1f480bcdd5413c041ee9921fc299ab80.
2014-06-03fix two mysterious problems with stdint typesPaul Davis
2014-06-03merge onecanvas and cairocanvas branches, and manually resolve conflicts, ↵Paul Davis
including rounding in item_to_window() methods
2014-06-03more profound changes to canvas scrolling, in particular find appropriate ↵Paul Davis
ScrollGroup for Canvas::{window,canvas}_to_{canvas,window}()
2014-06-03fix missing leftover Canvas::pick_current_item() which was confusing button ↵Paul Davis
release event coordinates
2014-06-03use window-based coordinates when picking current item so that we get ↵Paul Davis
per-item (per-scroll-group,really) computation of position and coverage.
2014-06-03various changes to get independent scrolling to work better in canvas. ↵Paul Davis
mostly tweaks relating to how scroll offsets are used during rendering. Event handling offsets still require work.
2014-06-03clean up ArdourCanvas::Arrow implementation to remove unshown polygon/headPaul Davis
2014-06-03remove utterly useless unused codePaul Davis
2014-06-03remove useless groups from timebar area, clarify scroll group naming in editorPaul Davis
2014-06-03rationalize and centralize computation of positional offset and scroll ↵Paul Davis
offset for canvas items
2014-06-03remove timebar canvas item from markersPaul Davis
2014-06-03inline ScrollGroup::canvas_position() for no particular reasonPaul Davis
2014-06-03remove timebar canvas and just use a single canvas instead. This is just ↵Paul Davis
part one - lots of minor fixes to be done
2014-06-03avoid recursing through the entire canvas when scrolling - only scroll ↵Paul Davis
explicitly identified ScrollGroups
2014-06-03remove incorrect calls to Editor::maybe_autoscroll() from specific Drag ↵Paul Davis
classes (autoscroll is handled by the Drag manager)
2014-06-03whitespace deletionPaul Davis
2014-06-03different approach to independent scrolling, involving ArdourCanvas::ScrollGroupPaul Davis
The idea now is that a scroll group item can be added to the canvas which will causes its children to scroll in either or both directions (horizontal or vertical). There are few complications: the position() of the ScrollGroup is ambiguous depending on whether you want it with scroll taken into account or not, so Item::canvas_position() was added, which defaults to the same value as Item::position() but is overridden by ScrollGroup to return the position independent of scrolling. This method is used when translating between item/canvas/window coordinate systems. Note that the basic idea is that we MOVE the scroll group when a scroll happens. This mirrors what happens in the GnomeCanvas, where Nick Mainsbridge came up with a great idea that allowed unification of the time bar and track canvases.
2014-06-03remove unused variablePaul Davis
2014-06-03initial redesign of canvas scrolling to facilitate independent x- and y-axis ↵Paul Davis
scrolling of specific groups within the canvas. This commit should cause no change in behaviour, but contains all the code and changes necessary for the next step
2014-06-03non-copy region drag now creates a new track when a region is dragged to the ↵Paul Davis
drop zone
2014-06-03part one of allowing region drag to the bottom (drop-zone) rect of track canvasPaul Davis
2014-06-03When writing '.jackdrc' make sure we enclose any device names in quotation marksJohn Emmas
(in Windows, device names almost always contain whitespace)
2014-06-03Keep this #include consistent with similar onesJohn Emmas
(evoral/evoral doesn't get used anywhere else)
2014-06-03fix wscript for x-compilingRobin Gareus
2014-06-03ALSA backend: tweak midi parser (fix start mid sequence)Robin Gareus
2014-06-03ALSA backend: device detectionRobin Gareus
2014-06-02fix linking against libasoundRobin 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-02allow latency measurement at startupRobin Gareus
2014-06-02tentative fix for requesting driver+device list from backendRobin 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 display of cd-track-detail UIRobin 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-06-01disable snap fades to 'other' region (for now)Robin Gareus