summaryrefslogtreecommitdiff
path: root/libs/ardour/audioengine.cc
AgeCommit message (Expand)Author
2013-08-09split up session code that uses parts of the JACK API (timebase + session eve...Paul Davis
2013-08-08fix freewheelingPaul Davis
2013-08-08fix crashes, clean up session code warmup and other details in audioenginePaul Davis
2013-08-08rationalize (a bit) engine start/stop/restart so that it is possible to start...Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-04start work on the changes to EngineControl (dialog) to integrate with new bac...Paul Davis
2013-08-03cleanup more dangling members of AudioEnginePaul Davis
2013-08-03fix problem with session exit caused by dangling unused members in AudioEnginePaul Davis
2013-08-03add tim's jack_utils code to rationalize setup of JACK configPaul Davis
2013-08-03audioengine branch can now load and run at least one test session.Paul Davis
2013-08-01start code reorganization needed to deal with backend choices. compiles, link...Paul Davis
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-31more stuff compilesPaul Davis
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close to...Paul Davis
2013-07-30jack_audiobackend.cc finally compilesPaul Davis
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-07-24more miscellaneous changes for audioengine, all of this is still far from act...Paul Davis
2013-07-23inch-like progress on defining the API for AudioBackend and separating AudioE...Paul Davis
2013-07-10remove b0rked attempt at meter-thread regularity.Robin Gareus
2013-07-10test/fix - possible cause of meter-freezing..Robin Gareus
2013-07-10improve timing accuracy for meter-falloff calc.Robin Gareus
2012-12-11make sure that JACK MIDI ports know about Jack halting in the "halted info" c...Paul Davis
2012-12-06various fixes for exporting, including correct handling of errors during expo...Paul Davis
2012-12-04dramatically speed up the addition of large numbers of busses + tracks. consi...Paul Davis
2012-10-25fix some issues with previous commit that were not properly tested because HA...Paul Davis
2012-10-25move ownership of LTC I/O ports to Session, and manage as IO objectsPaul Davis
2012-10-21add LTC generatorRobin Gareus
2012-10-21LTC Slave cleanupRobin Gareus
2012-10-20LTC slave rewrite #2Robin Gareus
2012-10-15create and manage a new config parameter that defines where LTC originates (s...Paul Davis
2012-10-12skeleton framework for LTC-slaveRobin Gareus
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-21smooth 0.5 second fade out during quit, plus MIDI panic to turn everything of...Paul Davis
2012-06-21a putatively better approach to cleaning up ports at session closingPaul Davis
2012-06-20when a session goes away, deliver silence to all current ports to prevent a h...Paul Davis
2012-06-20Very minor tidy-up.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis
2012-04-23move MIDI::Manager::cycle_{start,end}() calls from Session into AudioEngine s...Paul Davis
2012-02-27fix typo in jack-out-of-ports messagePaul Davis
2012-02-06attempt to stop sending MMC/MTC while exporting or freewheeling for any reasonPaul Davis
2012-02-02add virtual method is_instrument() to PluginInfo (already existed for AUPlugi...Paul Davis
2012-01-27change audioengine's port container to a std::map to provide faster results f...Paul Davis
2012-01-14Remove thought-to-be-unnecessary setup of Delivery::_no_outs_cuz_we_no_monitorCarl Hetherington
2012-01-14Add some debug code to time things in the processCarl Hetherington
2012-01-10Fix previous commit.Carl Hetherington
2012-01-10Remove unused _process_callback method.Carl Hetherington
2011-12-27Remove some wrongly commited stuff. Sorry\!Carl Hetherington
2011-12-27Add configure option to raise a FP exception when a denormalCarl Hetherington
2011-12-23Match request in function names to the eventual call to jack_port_request_mon...Carl Hetherington