PluginInfo::type added to copy constructor. But why is the copy constructor defined...
[ardour.git] / libs / ardour / audioengine.cc
2009-10-14 Paul Davisrobustify AudioEngine::get_nth_physical_audio() and...
2009-10-07 Paul Davismake reconnect to JACK work, after the _priv_jack fixes...
2009-10-01 Paul Davismerge 5674:5682 and 5689-5694 from mixbus branch
2009-07-06 Paul Davisadd NO translator name and remove debugging output...
2009-04-29 Paul Daviscatch jack shutdown (from server) and handle it better...
2009-04-14 Paul DavisEXPERIMENTAL! NEEDS TESTING! remove "offset" from almos...
2009-03-26 Paul Davisprovide more accurate diagnostics from AudioEngine...
2009-03-24 Paul DavisVST omnibus commit edition: use wine_pthread_create...
2009-02-19 Paul Davisworking VST support with VeSTige header and new FST...
2008-11-08 Paul Davisminor cleanup of audioengine.cc
2008-11-06 Paul Daviswrap PBD::Thread... signals in a mutex to avoid crashin...
2008-10-08 Paul Davisfix for bad sync with other JACK transport-aware client...
2008-07-25 Paul Davisstop resetting _jack to zero to avoid crashing stupidly
2008-06-23 Paul Davisvarious minor fixes for crashes reported by nowhiskey
2008-06-02 Paul Davisdon't double-call JackStartFreewheeling if we're alread...
2008-04-03 Paul Davisrename menu items for monitoring options, and make...
2008-02-23 Paul Davisfix up meter thread management when JACK client starts...
2008-02-13 Paul Davislots more BootMessages
2008-02-01 Paul Davislarge chunks of code to deal with pre-analysis of audio...
2008-01-18 Paul Davispermit OSX native package without JACK; prevent excessi...
2008-01-07 Paul Davismerge keybindings/menus from SAE; report duplicate...
2007-12-10 Paul DavisAU support, plus changes in Plugin to make unique_id...
2007-12-07 Paul Davisdeep, deep fix for what do if we can't run process...
2007-09-09 Paul Davisfix egregious widespread bug now that JACK has physical...
2007-09-05 Paul Davisoptionally tie together editor+mixer display orders...
2007-08-27 Paul Davismake sure we do not leave pending session state around...
2007-08-15 Paul Davisbasic startup changes to enable the engine control...
2007-04-27 Paul Davisfirst pass at no close/open/new when disconnected from...
2007-04-18 Paul Davisfix dangling jack_client_t* in JACK_Slave when disconne...
2007-03-19 Paul Davisremove debug output from last commit
2007-03-19 Paul Daviskill glib-induced abort caused by asymmetric lock/unloc...
2007-03-02 Taybin RutkinFix for compiler warnings and errors.
2007-02-27 Paul Davisfix for build issue on Mandriva, #1180 ; remove stacktr...
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-01-31 Paul Davisremove ardour_message.{cc,h}; JACK latency menu now...
2007-01-10 David RobillardReduced allocated stack sizes. Trims about 13MB of...
2007-01-03 Paul Davismassive changes to clean up what happens during session...
2007-01-02 Paul Davispatches from Stephane Letz for JACK, and Nimal Ratnayak...
2006-12-19 Paul Davissave keybindings to file used at startup; allow keybind...
2006-12-15 Paul Daviswrite session file to alternate name before, then renam...
2006-10-12 Paul Davisfixes for meter thread using free'd member of AudioEngi...
2006-10-09 Sampo SavolainenGive a different error message when AudioEngine::connec...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-01 Tim MayberryMoved test for jack_port_ensure_monitor from SConstruct...
2006-08-31 Paul Davismerge changes from harrison branch back into trunk...
2006-08-24 Tim MayberryJust some whitespace fixes from where it looks like...
2006-08-24 Tim Mayberry* [Modified] audioengine.cc
2006-08-17 Paul Davisfurther optimizations for multiple-track-at-once additi...
2006-08-16 Paul Davismake adding multiple tracks more efficient (a *lot...
2006-08-16 Paul DavisRCU-ification of AudioEngine port list, and DiskStreams...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardMoved DataType into it's own class (resolved a name...
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-06-22 Hans FugalMerging from trunk
2006-06-22 Paul Daviscorrectly forward configure events to plugin windows...
2006-06-21 Paul Davisthe return of VST support
2006-06-14 Paul Davisuse libsndfile for all audio file i/o, and rename DiskS...
2006-06-14 Hans Fugalpulling trunk
2006-06-07 Taybin RutkinMerged timbyr's win32 branch. -r 547:566.
2006-04-10 Paul Davisa) moved metering and meter falloff code into libardour
2006-02-15 Paul Davisnew stacktrace function in libpbd3; variable size GUI...
2006-01-05 Paul Davislots of small fixes for various irritations, return...
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-09-24 Taybin Rutkinlibardour added.