do not offer combine operation for MIDI (see comment in libs/ardour/midi_playlist_sou...
[ardour.git] / libs / ardour / ardour /
2011-05-29 Paul Davisdetect buffer "overflow" when delivering immediate...
2011-05-29 Paul Davisclarify some confusion about how "raw" port buffer...
2011-05-29 Paul Davisdon't always rebuild peakfiles for compound regions
2011-05-29 Paul Davistotally untested initial code for MidiPlaylistSource...
2011-05-28 Paul Davisclean up memory leaks with nested source read buffers
2011-05-28 Paul Davisputative fix for crashes related to diskstream playback...
2011-05-26 Paul Davismore combine/uncombine fixes including making uncombine...
2011-05-26 Paul Davisturn off relevant fade in/out before creating peakfiles...
2011-05-26 Paul Davismove session file storage of nested sources from playli...
2011-05-25 Paul Davislogic to copy audio region fade in/fade out into compou...
2011-05-25 Carl HetheringtonRemove MIDI track default channel and its menu, and...
2011-05-25 Paul Daviscorrect the logic used when building a compound region...
2011-05-25 Carl HetheringtonDoxygen tweaks.
2011-05-25 Paul Davischange region selection after a combine op
2011-05-22 Paul Davisrationalize and improve region naming conventions to...
2011-05-22 Paul Davisbasic uncombining (no post-facto region trimming)
2011-05-18 David RobillardAdd 'controls' item to plugin insert context menu to...
2011-05-17 Carl HetheringtonNo-op: indentation.
2011-05-17 Paul Davisnot actually working attempt to copy relevant xfades...
2011-05-17 Carl HetheringtonRemove unused mutex.
2011-05-17 Carl HetheringtonRemove unnecessary virtual declaration.
2011-05-16 Paul Davistrack combine ops per-playlist to avoid name collisions...
2011-05-16 Paul Davisrename join regions op as combine regions; save and...
2011-05-16 Paul Davisrefactor playlist sources to allow for MIDI and upcomin...
2011-05-16 Paul Davissane naming scheme for combined regions; fix deadlock...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-05-15 David RobillardSupport compilation with (old) SLV2, or (new) Lilv...
2011-05-14 David RobillardMove SLV2-independent LV2 persist state implementation...
2011-05-14 David RobillardCompletely localist use of SLV2 to lv2_plugin.cc and...
2011-05-14 David RobillardMake LV2World local to lv2_plugin.cc
2011-05-14 David RobillardRemove LV2Plugin::slv2_port.
2011-05-14 David RobillardGeneric scale points API.
2011-05-14 David RobillardUse LV2_SUPPORT define instead of HAVE_SLV2.
2011-05-13 Paul Davisinitial volley of work for AudioPlaylistSource, the...
2011-05-12 Carl HetheringtonFix update of session range location on copy-dragging...
2011-05-12 Paul Davisremove unused fade_source member of AudioDiskstream
2011-05-12 Paul Davisremove unused SHUTTLE_FRACT constant
2011-05-11 Carl HetheringtonFix previous patch using Ben's patch from A2 to fix...
2011-05-11 Carl HetheringtonReset fades on regions copied from time ranges in other...
2011-05-11 Carl HetheringtonAdd missing GPL boilerplate.
2011-05-08 Carl HetheringtonEnsure that empty drag-created MIDI regions get a file...
2011-05-08 Carl HetheringtonMake a new write source when the diskstream name change...
2011-05-05 Carl HetheringtonAdd a GUI to set the number of active extenders for...
2011-05-04 Carl HetheringtonRemove some unused code.
2011-05-04 Carl HetheringtonFix problems with sessions being saved as foo.ardour...
2011-05-02 Carl HetheringtonRemove playlists from the session lists when they DropR...
2011-05-02 Carl HetheringtonFactor out stop limit computation into its own method...
2011-04-23 Carl HetheringtonRe-fix compile failure with --no-nls (#3111).
2011-04-22 David RobillardUse new Suil and SLV2 APIs for LV2 plugin UIs.
2011-04-20 Carl HetheringtonA few comments.
2011-04-19 Paul Daviscrude but apparently working fix for issues with JACK...
2011-04-19 Carl HetheringtonSave route group reorderings in the session file. ...
2011-04-15 Carl HetheringtonFix 'make new plugins active' configure option (#3975).
2011-04-09 Paul Davispart two of: correctly reset capture alignment at sessi...
2011-04-09 Paul Daviscorrectly reset capture alignment at session load;...
2011-04-06 David RobillardFix broken whitespace.
2011-04-06 David RobillardFix my name :)
2011-04-06 David RobillardImplement latest LV2 files extension.
2011-04-06 Carl HetheringtonDifferentiate between pitch-shift (for audio) and trans...
2011-04-05 Paul Davisremove unused arguments to keep gcc quiet
2011-04-04 Paul Davisreimplement MidiRingBuffer::dump()
2011-04-04 Paul Davismove some DEBUG::Graph traces to DEBUG::ProcessThreads...
2011-04-03 David RobillardImplement LV2 files extension.
2011-04-02 Paul Davismore attempted cleanup of AU preset declarations
2011-04-02 Paul Davisadd the standard mechanism for search paths to the...
2011-03-30 Carl HetheringtonRemove some unused methods. Restore Solo boost, SiP...
2011-03-30 Carl HetheringtonWhitespace, add GPL boilerplate.
2011-03-29 David RobillardUpdate for latest LV2 Persist extension.
2011-03-29 David RobillardUpdate for latest LV2 persist extension.
2011-03-28 David RobillardImplement most recent LV2 persist extension.
2011-03-26 Paul Davisremove Evoral::RingBuffer, which was (a) duplicating...
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-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-14 Paul Davismore fun and games with latency compensation, and so...
2011-03-12 Sakari BergenProperly create new presets, i.e. without duplicate...
2011-03-12 Paul Davisproperly use and publish private/public port latency...
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-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-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 Carl HetheringtonTrim some includes.
2011-03-07 Carl HetheringtonMake the route group submenu of the RouteTimeAxisView...
2011-03-06 David RobillardUpdate for new SLV2 UI API.
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-05 Paul Davissome LV2 debug tracing, part two
2011-03-05 Paul Davissome LV2 debug tracing
2011-03-04 Carl HetheringtonMake speaker dialogue manage the session's Speakers...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-02 Paul Davislincoln's patch to use QM onset detection in RFerret...
2011-03-02 Paul Davis(a) require JACK 0.120.1 to compile (but NOT to run...
2011-03-01 Paul Davisimprove, cleanup, rationalize Session::cleanup_sources...
2011-03-01 Carl HetheringtonSet session dirty when pans change (#3807).
2011-03-01 Carl HetheringtonMake sure CapturingProcessors write a type to their...
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
next