part two of force mount of shared folder before build, and copy result there when...
[ardour.git] / libs /
2011-03-21 Paul Davisavoid untested use of 2 jack weak symbols
2011-03-21 Paul Davisprevent limits on MAX_DBL from messing up combination...
2011-03-20 Paul Davisfixup auto-connection of new MIDI tracks and MIDI track...
2011-03-19 Carl HetheringtonAdd a temporary message about the need to use JACK...
2011-03-18 Paul Davisfix (?) capture alignment by making sure we use non...
2011-03-18 Paul Davisactual working fix for threads/graph/route removal...
2011-03-17 Paul Davisallow more precision when editing plugin parameters...
2011-03-16 David RobillardIndent python files with spaces as per style guide.
2011-03-16 David RobillardReplace connection cerr dumping with DEBUG_TRACE.
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-15 David RobillardFix weird whitespace.
2011-03-15 David RobillardFix undefined operations (according to gcc 4.5.2).
2011-03-15 David RobillardFix more broken whitespace.
2011-03-14 David RobillardFix broken indentation.
2011-03-14 Paul Davismore fun and games with latency compensation, and so...
2011-03-14 Carl HetheringtonFix assert failure when cycle_end is called by AudioEng...
2011-03-13 Carl HetheringtonMake build look for gnomecanvas headers in our copy...
2011-03-13 Paul Davischange builtin export format/preset search path to...
2011-03-12 Sakari BergenProperly create new presets, i.e. without duplicate...
2011-03-12 Paul Davismake XMLNode::add_property() correctly re-entrant and...
2011-03-12 Paul Davisproperly use and publish private/public port latency...
2011-03-12 Paul Davisremoved long-ifdef'ed-out code
2011-03-12 Paul Davisa better fix fpr that wierd XMLProperty botch
2011-03-12 Paul Davisuse legalize_for_path() on filenames for export presets...
2011-03-12 Paul Davisuse legalize_for_path() on filenames for export presets...
2011-03-11 David RobillardFix duplicate singular/plural plugin category menus.
2011-03-11 Paul Davismake "Flush Wastebasket" operate on the correct directo...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-09 Paul Davisadd new concept for managing alignment style (AlignChoi...
2011-03-08 Paul Davislots of stuff related to capture alignment. things...
2011-03-08 Carl HetheringtonAllow out-of-time-order writes to nascent event list...
2011-03-07 Paul Davismanage Route::_have_internal_generator more accurately...
2011-03-07 Paul Davismissed removals that should have been in the port offse...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-03-07 Paul Davisslightly more informative message when a VAMP plugin...
2011-03-07 Carl HetheringtonTrim some includes.
2011-03-07 Carl HetheringtonFix mute state on loading 2.X sessions (#3829).
2011-03-07 Carl HetheringtonRemove debug code.
2011-03-07 Carl HetheringtonMake the route group submenu of the RouteTimeAxisView...
2011-03-07 Paul Davismake sure that fade in and fade out curves reach their...
2011-03-06 David RobillardUncrustify (no functional changes).
2011-03-06 David RobillardUpdate for new SLV2 UI API.
2011-03-05 Paul Davisrevert recent-ish change so that regardless of the...
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-05 Paul Davissome LV2 debug tracing, part three
2011-03-05 Paul Davissome LV2 debug tracing, part two
2011-03-05 Paul Davissome LV2 debug tracing
2011-03-04 Carl HetheringtonMissing files.
2011-03-04 Carl HetheringtonTest tweaks.
2011-03-04 Carl HetheringtonMake speaker dialogue manage the session's Speakers...
2011-03-04 Paul Davisextend Gtkmm2ext::Bindings system to handle mouse butto...
2011-03-04 Carl HetheringtonRemove unused bits.
2011-03-03 Paul Davismove open-on-write call for MIDI into mark_streaming_mi...
2011-03-02 Paul Davisadd QM onset detector VAMP plugin
2011-03-02 Paul Davisincrease butler event pool size dramatically
2011-03-02 Paul Davisdeeper debug stracktrace
2011-03-02 Paul Davisactual debug stracktrace added
2011-03-02 Paul Davisdebug stracktrace added
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-02 Carl HetheringtonNumber CC automation tracks from 0 rather than 1 (...
2011-03-02 Paul Davislincoln's patch to use QM onset detection in RFerret...
2011-03-02 Paul Davisupgrade VAMP SDK to latest (or newer) version
2011-03-02 Paul Davisadd queen mary DSP library
2011-03-02 Carl HetheringtonLess subtle attempt to prevent crashes on removing...
2011-03-02 Paul Davis(a) require JACK 0.120.1 to compile (but NOT to run...
2011-03-01 Carl HetheringtonMissing files.
2011-03-01 Carl HetheringtonUse PBD debugging code for keyboard debugging.
2011-03-01 Paul Davisimprove, cleanup, rationalize Session::cleanup_sources...
2011-03-01 Paul Daviscomment fix
2011-03-01 Paul Davisfix width handling in vbap panner
2011-03-01 Carl HetheringtonSet session dirty when pans change (#3807).
2011-03-01 Carl Hetheringtonassert to show up #3812 more clearly.
2011-03-01 Carl HetheringtonFix previous.
2011-03-01 Carl HetheringtonMake sure CapturingProcessors write a type to their...
2011-03-01 Carl HetheringtonFix crash on session close.
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
2011-03-01 Carl HetheringtonCleanup stub files after setup_raid_path has prepared...
2011-03-01 Carl HetheringtonMake an aborted MIDI capture due to no data being recei...
2011-03-01 Carl HetheringtonMake the session watch sources' DropReferences and...
2011-03-01 Carl HetheringtonDon't create the MidiDiskstream twice (in both _set_sta...
2011-03-01 Carl HetheringtonMake sure that the MidiSource constructor doesn't set...
2011-03-01 Carl HetheringtonAdd assert to make sure that we succeed in making a...
2011-03-01 Carl HetheringtonAdd virtual destructor.
2011-03-01 Carl HetheringtonHopefully fix disappearing MIDI recorded regions on...
2011-02-28 Carl HetheringtonRestore fade option to strip silence.
2011-02-28 Carl HetheringtonFix up strip silence.
2011-02-28 Paul Davisremove hard-coded use of '/' in pathscanner code as...
2011-02-28 Carl HetheringtonNo-op; coding style.
2011-02-28 Carl HetheringtonCopy plugin when extending the count, rather than using...
2011-02-27 Carl HetheringtonFix thinko with numbering of multiple added tracks.
2011-02-27 Carl HetheringtonFix addition of multiple tracks.
2011-02-27 Carl HetheringtonAllow naming of new tracks/busses in the add route...
2011-02-26 Carl HetheringtonAdd comment about some inaccuracies in framepos_plus_bbt.
2011-02-26 Carl HetheringtonFix ordering of set position / length when trimming...
2011-02-26 Carl HetheringtonAdd panners and libtimecode to library path.
2011-02-26 Carl HetheringtonRemove out-of-date and somewhat redundant comment.
2011-02-26 Carl HetheringtonLoad the tempo map before regions so that MIDI region...
2011-02-25 Carl HetheringtonFix previous patch a bit better.
2011-02-25 Carl HetheringtonMove playback_distance up to AudioDiskstream from Disks...
2011-02-25 Carl HetheringtonFix midi playback stopping after moving a note (#3718).
next