part-way through getting the audioengine changes to compile
[ardour.git] / libs / ardour / audioengine.cc
2013-07-24 Paul Davispart-way through getting the audioengine changes to...
2013-07-24 Paul Davismore miscellaneous changes for audioengine, all of...
2013-07-24 Paul Davisinch-like progress on defining the API for AudioBackend...
2013-07-10 Robin Gareusremove b0rked attempt at meter-thread regularity.
2013-07-10 Robin Gareustest/fix - possible cause of meter-freezing..
2013-07-10 Robin Gareusimprove timing accuracy for meter-falloff calc.
2012-12-11 Paul Davismake sure that JACK MIDI ports know about Jack halting...
2012-12-06 Paul Davisvarious fixes for exporting, including correct handling...
2012-12-04 Paul Davisdramatically speed up the addition of large numbers...
2012-10-25 Paul Davisfix some issues with previous commit that were not...
2012-10-25 Paul Davismove ownership of LTC I/O ports to Session, and manage...
2012-10-21 Robin Gareusadd LTC generator
2012-10-21 Robin GareusLTC Slave cleanup
2012-10-20 Robin GareusLTC slave rewrite #2
2012-10-15 Paul Daviscreate and manage a new config parameter that defines...
2012-10-12 Robin Gareusskeleton framework for LTC-slave
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-06-21 Paul Davissmooth 0.5 second fade out during quit, plus MIDI panic...
2012-06-21 Paul Davisa putatively better approach to cleaning up ports at...
2012-06-20 Paul Daviswhen a session goes away, deliver silence to all curren...
2012-06-20 Carl HetheringtonVery minor tidy-up.
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-24 Paul Davisadd support for IP MIDI (multicast MIDI over IP UDP...
2012-04-23 Paul Davismove MIDI::Manager::cycle_{start,end}() calls from...
2012-02-27 Paul Davisfix typo in jack-out-of-ports message
2012-02-06 Paul Davisattempt to stop sending MMC/MTC while exporting or...
2012-02-02 Paul Davisadd virtual method is_instrument() to PluginInfo (alrea...
2012-01-27 Paul Davischange audioengine's port container to a std::map to...
2012-01-14 Carl HetheringtonRemove thought-to-be-unnecessary setup of Delivery...
2012-01-14 Carl HetheringtonAdd some debug code to time things in the process
2012-01-10 Carl HetheringtonFix previous commit.
2012-01-10 Carl HetheringtonRemove unused _process_callback method.
2011-12-27 Carl HetheringtonRemove some wrongly commited stuff. Sorry\!
2011-12-27 Carl HetheringtonAdd configure option to raise a FP exception when a...
2011-12-23 Carl HetheringtonMatch request in function names to the eventual call...
2011-12-23 Carl HetheringtonDo some renaming in the ARDOUR::Port class tree.
2011-12-15 Carl HetheringtonAdd basic test of playlist layering.
2011-12-08 Carl HetheringtonRemove unused buffers and associated support code from
2011-10-28 Carl HetheringtonRestore ardour_jack_error.
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-10-28 Carl HetheringtonRemove unused method.
2011-10-19 Paul Davisdebugging with thorwil: don't redirect JACK msgs via...
2011-10-19 Paul Davisdebugging with thorwil
2011-09-28 Paul Davismore jack include fixes
2011-09-28 Paul Davisheader file fixup for weak jack linkage, forward ported...
2011-09-26 Carl HetheringtonUpdate Mackie surface state when something is connected...
2011-09-21 Paul Davisfixes from 2.X for latency/capture alignment stuff...
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-07-22 Paul Davismove basic parameter initialization out of AudioEngine...
2011-06-19 Paul Daviscleanup confused mess related to jack_port_type_get_buf...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-29 Paul Davisclarify some confusion about how "raw" port buffer...
2011-04-19 Paul Davisremove debugging output from audioengine/port code
2011-04-19 Paul Daviscrude but apparently working fix for issues with JACK...
2011-03-21 Paul Davisavoid untested use of 2 jack weak symbols
2011-03-18 Paul Davisfix (?) capture alignment by making sure we use non...
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-02 Paul Davis(a) require JACK 0.120.1 to compile (but NOT to run...
2011-02-16 Paul Davismore latency compilation fixes
2011-02-16 Paul Davisfixes for latency computation and compilation
2011-02-15 Paul Davispart two of new JACK latency API support - should fix...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-07 Paul Davisforward port EPA changes from 2.X
2010-12-29 Carl HetheringtonUpdate mixer strip input/output button labels from...
2010-12-23 Paul Davisa few more EPA tweaks (from 2.X)
2010-12-23 Paul Davisadd EPA stuff from 2.X
2010-12-11 Sakari BergenAdd a null check to ports when loading an export channe...
2010-12-11 Paul Davisbetter comment change
2010-12-11 Paul Davisfix thinko in AudioEngine::get_port_by_name()
2010-12-03 Paul Davistype tweaks and casts following the nframes_t expulsion
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-27 Paul Davisremove (or attempt to remove) requirement for holding...
2010-11-10 Paul Davisfix dubious conflation of int and pthread_t
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-13 Carl HetheringtonMove _port_offset up to AudioPort, as MidiPort does...
2010-08-04 Carl HetheringtonFix SNAFU with auto-connect. Fixes #3379.
2010-07-28 Carl HetheringtonTrim get_nth_physical port methods.
2010-07-28 Carl HetheringtonAdd session MIDI bundles to enable connection of MIDI...
2010-07-14 Sampo SavolainenDo special things when freewheeling only when this...
2010-07-06 Carl HetheringtonRemove MMC thread protection which is pointless now...
2010-07-06 Carl HetheringtonRemove non-JACK midi++ ports.
2010-07-05 Carl HetheringtonReestablish libmidi++ JACK ports on jack reconnection...
2010-06-29 Carl HetheringtonClean up MMC transmission a bit, and make sure that...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-24 Paul Davisuse JACK thread creation functions to create process...
2010-06-21 Paul Davisfix some warnings that come from a non-debug build...
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-13 Paul Davisremove babbling torrent of debug output
2010-04-13 Paul Davissubstantive change: use the JACK wait API and provide...
2010-04-05 Carl HetheringtonMake port matrix notice when connections are changed...
2010-04-02 Paul Davis(FULL) not-yet-complete JACK session management patch...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-15 Paul Davisfinalize PROGRAM_NAME change for ardour3
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2009-12-31 Paul Davisstop metering thread as we disconnect a session from...
next