summaryrefslogtreecommitdiff
path: root/libs/backends/dummy/dummy_audiobackend.cc
AgeCommit message (Expand)Author
2017-08-04DummyBackend: allow changing SPPRobin Gareus
2017-07-31Fix typoRobin Gareus
2017-07-29Fix an ambiguous call to 'floor()'John Emmas
2017-07-28Add a LTC generator to the dummy backendRobin Gareus
2017-06-25Report Dummy as not available if not runningRobin Gareus
2017-04-08Retain order of concurrent MIDI eventsRobin Gareus
2016-07-24kilo is a lower-case 'k'Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-08fix port-sort order for good.Robin Gareus
2016-05-22NO-OP indentRobin Gareus
2016-05-22Make sure MSVC knows which version of 'floor()' we wantJohn Emmas
2016-05-21Dummy Backend evolutionRobin Gareus
2016-05-03MSVC won't compile 'const float _demolition[]' because it uses 'divide by zer...John Emmas
2016-04-29I wanna be nasty, I wanna be cruel,..Robin Gareus
2016-04-26Use 'const_iterator' to prevent MSVC from complainingJohn Emmas
2016-04-26keep portmap & portindex in sync when renaming portsRobin Gareus
2016-04-24now with C++98 compatRobin Gareus
2016-04-24optimize port lookup, adding/removing/reconnecting routesRobin Gareus
2016-04-18implement metadata-set for remaining backendsRobin Gareus
2016-04-17implement pretty-name set-property for ALSA and DummyRobin Gareus
2015-11-28add some midi-debug printf() to the dummy backendRobin Gareus
2015-11-12fix edge-case in Dummy-backend random number generator initializationRobin Gareus
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