summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2015-09-06terminate peak-file creation on session-closeRobin Gareus
2015-09-06another hint for clang static analysis.Robin Gareus
2015-09-06fix dummy-backend driver stateRobin Gareus
When loading previous state, set_driver() is called before enumerate_drivers(). The available driver list must be available early on.
2015-09-06mode dummy speedsRobin Gareus
2015-09-06add dummy-backend speed-selectionRobin Gareus
2015-09-05create peak files in background when loading sessionRobin Gareus
2015-09-05initialize private variable (unit-test)Robin Gareus
2015-09-05leave a hint for clang scan-buildRobin Gareus
2015-09-05Add a newly introduced source to our MSVC project (libardour)John Emmas
2015-09-05Add some newly introduced sources to our MSVC project (portaudio_backend)John Emmas
2015-09-05remove a float loop counterRobin Gareus
2015-09-05provide details about session-creation failure.Robin Gareus
2015-09-05add missing includeRobin Gareus
2015-09-05unit-test: set instance name to pre-configure dummy engineRobin Gareus
2015-09-05Dummy-Backend: special case unit-test Robin Gareus
2015-09-05fix bitwise enum parsingRobin Gareus
2015-09-04print insanity-check message only in debug buildsRobin Gareus
2015-09-04Fix invalid error message when selecting directories/folders in Import dialogTim Mayberry
On linux SndFileSource::get_soundfile_info was being called with an empty path value when clicking on a folder in the left side part of the file browser which resulted in an unnecessary error message. On Windows every time a directory was selected in the Import dialog, SndFileSource::get_soundfile_info would fail to open the directory in read only mode and produce an error, but as we don't want to query/open soundfile info for directories anyway just test and return if the path is a directory.
2015-09-03Review changesMathias Buhr
2015-09-03Fixes case where audiofiles used wrong peakfilesMathias Buhr
2015-09-03Use const reference and renames variableMathias Buhr
2015-09-02another -Wabsolute-value fixRobin Gareus
2015-09-02rework AudioUnit variable input port count.Robin Gareus
2015-09-02a couple of debug output statements to help diagnose a crash, part 2Paul Davis
2015-09-02a couple of debug output statements to help diagnose a crashPaul Davis
2015-09-02waveform, mutex for _current_imageRobin Gareus
may be used in render-thread while invalidate_image_cache() is called. possible fix for #6478
2015-09-02replace "None" with DeviceNone in ALSA/CoreaudioRobin Gareus
TODO: separate MidiSystemNone
2015-09-02Add debug output for errors when setting MMCSS thread characteristicsTim Mayberry
2015-09-02Use MMCSS utility functions in PortaudioBackendTim Mayberry
2015-09-02Add utility functions in PortaudioBackend for re/setting MMCSS thread ↵Tim Mayberry
characteristics
2015-09-02Pass input and output audio buffers into PortaudioBackend blocking process ↵Tim Mayberry
function This makes it possible to reuse the method for callback based processing
2015-09-02Add audio_utils.h header in PortaudioBackend for de/interleaving audio dataTim Mayberry
2015-09-02Add two utility methods to abstract PortAudioBackend stateTim Mayberry
These may change as support for callback API is added
2015-09-02Extract MIDI input/output processing in PortAudioBackend into new methodsTim Mayberry
2015-09-02Add a DSPLoadCalculator class to the PortAudioBackend for DSP load calculationTim Mayberry
The class uses the same algorithm as in the coreaudio and alsa backends and should probably go into libardour at some point
2015-09-02Fix include style of system headerTim Mayberry
2015-09-02Extract main processing section of PortAudioBackend into new methodTim Mayberry
2015-09-02Extract freewheel processing in PortAudioBackend into new methodTim Mayberry
2015-09-02Don't update unused dsp timer variable in freewheel process in PortaudioBackendTim Mayberry
2015-09-02Refactor port change handling part of PA Backend process function into new ↵Tim Mayberry
method
2015-09-02Rename variables in PortaudioBackend in preparation for using PA callback APITim Mayberry
2015-09-02Fix copy and paste error in debug output message in WINMME Midi OutputTim Mayberry
2015-09-02Signal WinMME Midi output thread so the thread wakes up and terminates properlyTim Mayberry
2015-09-02Stop WINMME midi driver/devices when PortAudio backend is stoppedTim Mayberry
2015-09-02Refactor part of PortAudioBackend::_start/stop into new methodsTim Mayberry
2015-09-02Don't add "None" devices for ASIO driver in PortaudioBackendTim Mayberry
2015-09-02Implement new AudioBackend API for force updating devices in PortaudioBackendTim Mayberry
2015-09-02Add API to AudioBackend to request update to devicesTim Mayberry
2015-09-02Update devices in PortaudioBackend when setting the driverTim Mayberry
Reinitialize portaudio to pick up changes in devices and ASIO buffer settings
2015-09-02Rename several methods in PortAudioIO classTim Mayberry
return ErrorCode's and handle them where necessary