prepare midi buffer API for midi-delaylines
[ardour.git] / libs /
2014-06-11 Robin Gareusprepare midi buffer API for midi-delaylines
2014-06-11 Robin Gareusfix midi buffer erase()
2014-06-10 Paul Davisfix crash recovery: add new constructors to SndFileSour...
2014-06-10 Robin Gareuswrap MIDI timecode at 24h
2014-06-10 Robin Gareusreally fix sending MIDI timecode.
2014-06-10 Robin Gareusfix crash when trying to send MMC of timecode > 255...
2014-06-10 Robin Gareusclose dir opened with opendir() - fixes accumulated...
2014-06-09 Paul Davisfix Canvas::LineSet implementation to support horizonta...
2014-06-09 Paul Davisremove global canvas scroll offset, to provide no-scrol...
2014-06-08 Robin Gareussome misc tweaks to the ALSA Backend
2014-06-08 Robin Gareusreset accumulated capture offset on file roll-over.
2014-06-08 Paul Davisfix borked logic controlling whether/when to draw clip...
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-08 nick_mUse global clip level from prefs. Restore clip colour, \
2014-06-08 Paul Daviswhen delivering enter/leave events to canvas items...
2014-06-08 Paul Davisadd Item::canvas_origin() for convenience
2014-06-08 Robin GareusALSA Backend: align midi output buffer with n_periods...
2014-06-08 Robin Gareusprepare MIDI latency measurement (backend)
2014-06-07 Robin Gareusimplement midi capture alignment:
2014-06-07 Robin Gareusremove some 1920 tick constants and leave notes for...
2014-06-07 nick_mUse a dumb cache for waveview ImageSurfaces. This halve...
2014-06-07 Robin Gareuslimit automation event density - fixes #5928
2014-06-07 Robin GareusALSA backend: separate systemic audio+midi latency
2014-06-07 Robin GareusALSA rt-thread priority fixes
2014-06-07 Robin GareusALSA backend: prevent possible crash destruction of...
2014-06-07 Robin GareusALSA & Dummy: implement port [un]registration_callback
2014-06-07 Paul Davisinstall libardouralsautil into the normal libdir, not...
2014-06-07 Tim MayberryRevert windows backend search expression to "*backend...
2014-06-07 Tim MayberryDon't use module versioning with dummy backend when...
2014-06-07 Tim MayberryDon't use module versioning with jack backend in the...
2014-06-07 Tim MayberryInclude stdint.h for int64_t type
2014-06-07 Tim MayberryFix timecode target so it is just libtimecode.so and...
2014-06-06 Paul DavisWhen rendering a Canvas::Rectangle take its _position...
2014-06-06 Robin Gareusalsa + dummy backend, proper [re]initialization
2014-06-05 Robin Gareusproperly setup port system latency for Dummy & ALSA...
2014-06-05 Paul Davisclip rendering of ScrollGroup to just the part of the...
2014-06-05 Paul Davisfix problems with expose/redraws from canvas where...
2014-06-05 Robin Gareuspass ardour's pid to the device reservation script.
2014-06-05 Robin Gareusdon't build a-r-d if alsa backend is not built
2014-06-05 Robin Gareusadd default timeout for old dbus headers
2014-06-05 Paul Davisremove debugging output
2014-06-05 Paul Davisbasic, initial structure for canvas widget item
2014-06-05 Paul Davisallow public access to CairoWidget::render()
2014-06-05 Robin Gareusmake alsa/ardour dbus-device request tool generally...
2014-06-05 Robin GareusALSA backend: require both in+output.
2014-06-05 Robin Gareusmark dbus reservation tool optional
2014-06-05 Robin Gareusincrease system-exec timeouts for kill.
2014-06-05 Robin GareusDBus ALSA device reservation
2014-06-05 Robin Gareusproper dbus device reservation
2014-06-04 Robin Gareusbreak out ALSA related functions into libardouralsautil
2014-06-04 Robin GareusALSA: tentative hack to request audio-device.
2014-06-04 Robin GareusALSA backend: engine.halted_callback if the process...
2014-06-04 Robin Gareusif the user chooses to stop the jack-backend, mark...
2014-06-04 Robin Gareusfixes to change engines while Ardour is running.
2014-06-04 John Emmas Add newly introduced sources to MSVC project
2014-06-04 Robin GareusRevert "add API to query a processor's frozen state."
2014-06-04 Robin GareusRevert "Revert "ALSA backend: separate flags for is...
2014-06-04 Robin GareusRevert "ALSA backend: separate flags for is-running...
2014-06-04 Robin GareusALSA backend: separate flags for is-running and should...
2014-06-04 Robin Gareusadd API to query a processor's frozen state.
2014-06-04 Robin Gareusre-work bounce/freeze. Freezer stops at first active...
2014-06-04 Robin GareusALSABackend: elaborate on start-up error cases
2014-06-04 Paul DavisRevert "When writing '.jackdrc' make sure we enclose...
2014-06-03 Paul Davisfix two mysterious problems with stdint types
2014-06-03 Paul Davismerge onecanvas and cairocanvas branches, and manually...
2014-06-03 Paul Davismore profound changes to canvas scrolling, in particula...
2014-06-03 Paul Davisfix missing leftover Canvas::pick_current_item() which...
2014-06-03 Paul Davisuse window-based coordinates when picking current item...
2014-06-03 Paul Davisvarious changes to get independent scrolling to work...
2014-06-03 Paul Davisclean up ArdourCanvas::Arrow implementation to remove...
2014-06-03 Paul Davisrationalize and centralize computation of positional...
2014-06-03 Paul Davisinline ScrollGroup::canvas_position() for no particular...
2014-06-03 Paul Davisavoid recursing through the entire canvas when scrollin...
2014-06-03 Paul Davisdifferent approach to independent scrolling, involving...
2014-06-03 Paul Davisinitial redesign of canvas scrolling to facilitate...
2014-06-03 John EmmasWhen writing '.jackdrc' make sure we enclose any device...
2014-06-03 John EmmasKeep this #include consistent with similar ones
2014-06-02 Robin GareusALSA backend: tweak midi parser (fix start mid sequence)
2014-06-02 Robin GareusALSA backend: device detection
2014-06-02 Robin Gareusmake ALSA backend optional and disable by default
2014-06-02 Robin GareusALSA backend: add raw midi parser
2014-06-02 Robin GareusALSA backend: raw midi prototype
2014-06-02 Robin GareusALSA backend (based on Dummy backend and zita-alsa...
2014-06-02 Paul Davisfix errors in manual conflict resolution
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-06-02 Robin GareusDummyBackend: fix midi event mux+sorting
2014-06-01 Robin Gareusfix --with-dummy config option
2014-06-01 Robin GareusDummy backend, revise small things
2014-06-01 Robin Gareusdummy-backend, fix physical ports in/out convention.
2014-05-31 Robin Gareustest possible 'flickering' with nvidia
2014-05-31 Robin Gareusdo not thin() automation event list on load.
2014-05-31 Robin Gareusdon't allow waveform to bleed into TimeAxisViewItem...
2014-05-30 Robin Gareususe CubicSpline interpolation for x-fade preset Shapes
2014-05-30 Robin Gareusupdate Evoral::Curve to honor ControlList::Interpolatio...
2014-05-30 John EmmasAdd newly introduced sources to MSVC project
2014-05-30 John EmmasRearrange some #includes to keep MSVC happy
2014-05-30 Robin GareusFix code to prepare re-enable cubic spline interpolatio...
2014-05-30 Robin Gareuspanner: backwards compatibility, constrain pan-range...
2014-05-30 Robin Gareussmooth visual curve drawing
2014-05-29 Robin Gareususe fixed number of steps for dB-scale x-fade curves.
next