remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths...
[ardour.git] / libs / ardour / audioengine.cc
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...
2009-12-30 Paul Davisfix crash caused by closing down JACK but not telling...
2009-12-27 Sakari BergenRe-integrate export-optimization branch.
2009-12-26 Paul Davischange the way thread name is managed and accessed...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-12-02 Paul Davismore MTC stuff, including toggleable use of torben...
2009-11-27 Paul Davisswitch Route::fed_by from shared_ptr to weak_ptr and...
2009-10-14 Paul Davis(1) silence non-process FIFO message (2) move MIDI...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-11 Carl HetheringtonMake the port matrix notice if JACK ports are registere...
2009-09-02 Carl HetheringtonModified version of Hans' patch for mantis 1985. Also...
2009-08-09 Paul Davisfix (no)use of offset in AudioEngine::get_sync_offset()
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-06-11 Paul Davisfix up missing ID in route state; no error message...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-16 Carl HetheringtonMove some sync-related options to being session variables.
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-02-27 Paul Davisvestige-based VST support, back-ported from 2.0-ongoing
2009-02-25 David RobillardWaf building of libardour (yay!).
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-11 Carl HetheringtonRemove internal ports.
2009-02-10 Carl HetheringtonRemove some debug code.
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-23 Carl HetheringtonAdd global port matrix dialogs.
2009-01-21 Carl HetheringtonFix some confusion about relative / non-relative port...
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2008-12-30 Sakari BergenWrap some Jack_MidiPort stuff in #ifdefs to solve dylib...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-08 Paul Davismerge 3870-3890 from 2.0-ongoing into 3.X (compiles...
2008-10-08 Paul Davistorben's port buffer reworking; torben's panner automat...
2008-09-30 Paul Davisremove pointless JACK error message; don't add every...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-29 Paul Davisstill call Port::cycle_start() for output ports; remove...
2008-09-28 Paul Davischanges from torben for processor/plugin count determin...
2008-09-21 David Robillard- Call channel pressure channel pressure, not aftertouc...
2008-09-19 David RobillardFix parameter range stuff and automation time axis...
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-03 Paul Davisstill do cycle_start() & cycle_end() calls when freewhe...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-03 David RobillardComment out excessive terminal output.
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-04-04 Hans Baier* bugfix: Connecting/disconnecting MIDI ports did not...
2008-04-03 Hans Baier* implemented editing velocities (tracker.ardour.org...
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-01-19 David RobillardMerge with 2.0-ongoing R2943.
2008-01-13 David RobillardFix MIDI playback.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-11-12 Paul Davismerged with trunk revs 2605-2627
2007-10-31 Paul Davisnew port design, probably about 90% done (i.e it mostly...
2007-10-19 Carl HetheringtonVarious work on bundles. We now have a Bundle Manager...
2007-10-17 Paul Davisnew internal port type, round I, plus tiny fix for...
2007-10-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
2007-05-11 Carl HetheringtonAdd some comments.
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-05-01 Paul Davisinitial fixes to get build to work without new JACK...
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-29 Paul Davismerged -r1752:HEAD from trunk
next