fix crash when copy'ing latent plugins
[ardour.git] / libs / backends / dummy /
2016-07-24 Robin Gareuskilo is a lower-case 'k'
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Robin Gareusproperly sort port-names
2016-07-11 Robin Gareusadd a MTC/sysex test sequence
2016-07-08 Robin Gareusfix port-sort order for good.
2016-07-08 Robin Gareuspre-sort port-names
2016-05-27 Robin Gareusadd a test-sequence for polyphonic pressure
2016-05-22 Robin GareusNO-OP indent
2016-05-22 John EmmasMake sure MSVC knows which version of 'floor()' we...
2016-05-21 Robin GareusDummy Backend evolution
2016-05-03 John EmmasMSVC won't compile 'const float _demolition[]' because...
2016-04-29 Robin GareusI wanna be nasty, I wanna be cruel,..
2016-04-26 John EmmasUse 'const_iterator' to prevent MSVC from complaining
2016-04-26 Robin Gareuskeep portmap & portindex in sync when renaming ports
2016-04-24 Robin Gareusnow with C++98 compat
2016-04-24 Robin Gareusoptimize port lookup, adding/removing/reconnecting...
2016-04-17 Robin Gareusimplement metadata-set for remaining backends
2016-04-17 Robin Gareusimplement pretty-name set-property for ALSA and Dummy
2016-02-28 Robin Gareusprepare for update to waf 1.8
2015-11-28 Robin Gareusadd some midi-debug printf() to the dummy backend
2015-11-12 Robin Gareusfix edge-case in Dummy-backend random number generator...
2015-10-02 Robin Gareususe new error-messages
2015-09-19 Robin GareusDummy: add a CC only test-sequence
2015-09-16 Robin Gareusupdate reported DSP load for ALSA & Dummy
2015-09-16 Tim MayberryUse ARDOUR::DSPLoadCalculator in DummyBackend
2015-09-16 Tim MayberryUse PBD::get_microseconds() from pbd/windows_timer_util...
2015-09-08 Robin Gareusdummy, allow 8k buffer-size.
2015-09-06 Robin Gareusfix dummy-backend driver state
2015-09-05 Robin Gareusmode dummy speeds
2015-09-05 Robin Gareusadd dummy-backend speed-selection
2015-09-04 Robin GareusDummy-Backend: special case unit-test
2015-08-14 Robin Gareusfix Dummy backend API. Already_configured means "extern...
2015-08-04 Robin GareusDummy -> Audio system: "None"
2015-07-16 Ben Loftismerge fix
2015-07-05 Robin Gareusanother float/double -Wabsolute-value fix
2015-05-03 Robin Gareusfix portengin get_ports() flags API
2015-05-01 Robin Gareusdummy: ignore first cycle timing.
2015-04-30 Robin Gareusclamp DSP load displsy 100% & relax LPF.
2015-04-29 Robin GareusDSP load calculation: favor peak over average.
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-17 Robin GareusDummy: fix sine/square frequency sweep
2015-03-14 Robin Gareusproper port unregistration (just some refactoring,...
2015-03-12 Tim MayberryInclude windows.h in Dummy backend for LARGE_INTEGER
2015-03-09 Robin Gareussome backends can handle incorrectly ordered midi events.
2015-03-08 Robin Gareusavoid non-integer loop conditions.
2015-03-07 Robin Gareusfix copy/edit in 659a8a2
2015-03-07 Robin Gareusfix latency report, take buffersize changes into account.
2015-03-03 Ben LoftisChange order of midi entries so a new backend will...
2015-03-03 Ben LoftisChange order of midi entries so a new backend will...
2015-02-21 Robin Gareusdummy: add square wave frequency sweep generators
2015-02-19 Paul Davischange Audio backend sample time methods to use a 64...
2015-02-19 Robin Gareusadd a nonsense-midi test sequence:
2015-02-16 Robin Gareusremove lib versioning for internal plugins
2015-01-24 Robin GareusDummyBackend: sync switch to freewheeling
2015-01-11 Robin Gareusadd a midi->audio dummy backend mode.
2014-12-31 Robin Gareusdon't take temporary copy of MIDI sequence
2014-12-30 Robin Gareusadd a MIDI loopback mode to the Dummy Backend
2014-12-29 Robin Gareusupdate numbering of midi-test sequences
2014-12-29 Robin Gareusadd a midi-CC sustain-pedal test sequence
2014-12-29 Robin Gareusadd 'size' field to midi-sequences
2014-12-29 Robin Gareusmake it easier to add new midi sequences
2014-12-03 Robin Gareusallow to auto-start dummy backend (needed for tests)
2014-11-10 Robin Gareusfix signed/unsigned compiler warning
2014-11-10 Robin Gareusimprove random seed (for dummy generators)
2014-11-07 Robin Gareusanother hack for windows timers, DSP load calculation
2014-11-06 Robin Gareuspossible fix for DSP load calculation on windows
2014-10-31 Robin Gareusfix Dummy DSP load on win32 & low-pass filter load
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-11 Robin Gareusadd a Dummy Backend Loopback mode:
2014-10-01 Robin Gareusupdate backends for API change in 8d59afb048
2014-09-24 Robin GareusDummyBackend: symmetric freq sweep: up/down
2014-09-24 Robin GareusDummyBackend: add sine-sweep generators
2014-09-24 Robin Gareusfix some double promotion
2014-09-23 Robin GareusDummyBackend: two more audio-signal generators (useful...
2014-09-23 Robin GareusDummyBackend: MIDI Event Generators
2014-09-13 Robin Gareuschange dummy backend to default to _("Silence").
2014-09-07 Robin GareusALSA|Dummy: ignore port unregistration when engine...
2014-09-07 Robin GareusALSA|Dummy Backend: do as jack does:
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-11 Robin GareusDummyBackend: add Uniform White Noise Generator.
2014-07-08 Robin GareusDummy Backend: optimize random-number implementation
2014-07-08 Robin Gareusfix and optimize DummyBackend generators
2014-07-07 Robin Gareusadd signal generator modules to Dummy Backend.
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-23 Robin Gareusdon't let enumerated device list strings go out of...
2014-06-23 Robin Gareusstatically allocate midi-options
2014-06-13 Robin Gareusadd AudioEngine API to configure individual MIDI devices
2014-06-11 Robin Gareusadd latency callback to dummy backend
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-07 Robin GareusALSA & Dummy: implement port [un]registration_callback
2014-06-07 Tim MayberryDon't use module versioning with dummy backend when...
2014-06-06 Robin Gareusalsa + dummy backend, proper [re]initialization
2014-06-05 Robin Gareusproperly setup port system latency for Dummy & ALSA...
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 GareusDummy backend, revise small things
next