summaryrefslogtreecommitdiff
path: root/libs/backends/dummy/dummy_audiobackend.cc
AgeCommit message (Expand)Author
2015-10-02use new error-messagesRobin Gareus
2015-09-16update reported DSP load for ALSA & DummyRobin Gareus
2015-09-16Use ARDOUR::DSPLoadCalculator in DummyBackendTim Mayberry
2015-09-16Use PBD::get_microseconds() from pbd/windows_timer_utils.h in DummyBackendTim Mayberry
2015-09-08dummy, allow 8k buffer-size.Robin Gareus
2015-09-06fix dummy-backend driver stateRobin Gareus
2015-09-06mode dummy speedsRobin Gareus
2015-09-06add dummy-backend speed-selectionRobin Gareus
2015-09-05Dummy-Backend: special case unit-test Robin Gareus
2015-08-14fix Dummy backend API. Already_configured means "externally".Robin Gareus
2015-08-05Dummy -> Audio system: "None"Robin Gareus
2015-07-05another float/double -Wabsolute-value fixRobin Gareus
2015-05-03fix portengin get_ports() flags APIRobin Gareus
2015-05-01dummy: ignore first cycle timing.Robin Gareus
2015-04-30clamp DSP load displsy 100% & relax LPF.Robin Gareus
2015-04-29DSP load calculation: favor peak over average.Robin Gareus
2015-04-17Dummy: fix sine/square frequency sweepRobin Gareus
2015-03-14proper port unregistration (just some refactoring, noop)Robin Gareus
2015-03-12Include windows.h in Dummy backend for LARGE_INTEGERTim Mayberry
2015-03-09some backends can handle incorrectly ordered midi events.Robin Gareus
2015-03-08avoid non-integer loop conditions.Robin Gareus
2015-03-07fix copy/edit in 659a8a2Robin Gareus
2015-03-07fix latency report, take buffersize changes into account.Robin Gareus
2015-03-03Change order of midi entries so a new backend will default to a working midi ...Ben Loftis
2015-02-21dummy: add square wave frequency sweep generatorsRobin Gareus
2015-02-19change Audio backend sample time methods to use a 64 bit timelinePaul Davis
2015-01-24DummyBackend: sync switch to freewheelingRobin Gareus
2015-01-11add a midi->audio dummy backend mode.Robin Gareus
2014-12-31don't take temporary copy of MIDI sequenceRobin Gareus
2014-12-30add a MIDI loopback mode to the Dummy BackendRobin Gareus
2014-12-29update numbering of midi-test sequencesRobin Gareus
2014-12-29add 'size' field to midi-sequencesRobin Gareus
2014-12-29make it easier to add new midi sequencesRobin Gareus
2014-12-03allow to auto-start dummy backend (needed for tests)Robin Gareus
2014-11-10fix signed/unsigned compiler warningRobin Gareus
2014-11-10improve random seed (for dummy generators)Robin Gareus
2014-11-07another hack for windows timers, DSP load calculationRobin Gareus
2014-11-06possible fix for DSP load calculation on windowsRobin Gareus
2014-10-31fix Dummy DSP load on win32 & low-pass filter loadRobin Gareus
2014-10-23add 'available' interface to the AudioBackendInfoRobin Gareus
2014-10-22fix all 4 backends' failure to include the main "backend" thread when computi...Paul Davis
2014-10-11add a Dummy Backend Loopback mode:Robin Gareus
2014-09-24DummyBackend: symmetric freq sweep: up/downRobin Gareus
2014-09-24DummyBackend: add sine-sweep generatorsRobin Gareus
2014-09-24fix some double promotionRobin Gareus
2014-09-24DummyBackend: two more audio-signal generators (useful for waveform check)Robin Gareus
2014-09-24DummyBackend: MIDI Event GeneratorsRobin Gareus
2014-09-13change dummy backend to default to _("Silence").Robin Gareus
2014-09-08ALSA|Dummy: ignore port unregistration when engine is stoppedRobin Gareus
2014-09-07ALSA|Dummy Backend: do as jack does:Robin Gareus