use ldflags for wine linking
[ardour.git] / libs / backends / alsa /
2014-12-02 Robin Gareusalsa-backend: drop midi during freewheel processing.
2014-11-18 Robin Gareusremove dead assignment
2014-11-17 Robin Gareuscheck alsa midi ringbuffer
2014-10-23 Robin Gareusadd 'available' interface to the AudioBackendInfo
2014-10-22 Paul Davisfix all 4 backends' failure to include the main "backen...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-01 Robin Gareusupdate backends for API change in 8d59afb048
2014-09-23 Robin GareusALSA backend: initial device selection
2014-09-07 Robin GareusALSA|Dummy: ignore port unregistration when engine...
2014-09-07 Robin GareusALSA|Dummy Backend: do as jack does:
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-25 Tim MayberryRename PBD::find_file_in_search_path to just PBD::find_file
2014-06-23 Robin Gareusdon't let enumerated device list strings go out of...
2014-06-23 Robin Gareusstatically allocate midi-options
2014-06-22 Robin GareusALSA-backend: dedicated Midi-Buffer n-periods (only...
2014-06-22 Paul DavisMerge branch 'canvasredesign' into cairocanvas
2014-06-21 Robin Gareusvirtual abstraction of Alsa Raw+Seq
2014-06-21 Robin Gareusprepare ALSA sequencer
2014-06-19 Robin Gareusrework raw-midi drain strategy (workaround for sync...
2014-06-16 Robin Gareusremove debug output
2014-06-16 Robin Gareusmore alsa-midi debugging
2014-06-13 Robin GareusALSA backend: set latencies to zero when measuring...
2014-06-13 Robin Gareusupdate ALSA backend, MIDI device config
2014-06-13 Robin Gareusadd AudioEngine API to configure individual MIDI devices
2014-06-08 Robin Gareussome misc tweaks to the ALSA Backend
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-08 Robin GareusALSA Backend: align midi output buffer with n_periods...
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-06 Robin Gareusalsa + dummy backend, proper [re]initialization
2014-06-05 Robin Gareusproperly setup port system latency for Dummy & ALSA...
2014-06-05 Robin Gareuspass ardour's pid to the device reservation script.
2014-06-05 Robin GareusALSA backend: require both in+output.
2014-06-05 Robin GareusDBus ALSA 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 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 GareusALSABackend: elaborate on start-up error cases
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 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...