summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2011-05-29don't always rebuild peakfiles for compound regionsPaul Davis
2011-05-29totally untested initial code for MidiPlaylistSource, to provide for compound...Paul Davis
2011-05-28clean up memory leaks with nested source read buffersPaul Davis
2011-05-28putative fix for crashes related to diskstream playback buffer refills with c...Paul Davis
2011-05-26more combine/uncombine fixes including making uncombine push the compound reg...Paul Davis
2011-05-26turn off relevant fade in/out before creating peakfiles for compound region s...Paul Davis
2011-05-26move session file storage of nested sources from playlist into region, and re...Paul Davis
2011-05-25logic to copy audio region fade in/fade out into compound regions (one-way fo...Paul Davis
2011-05-25Remove MIDI track default channel and its menu, and choose the channel for ne...Carl Hetherington
2011-05-25correct the logic used when building a compound region to include a whole-fil...Paul Davis
2011-05-25Doxygen tweaks.Carl Hetherington
2011-05-25change region selection after a combine opPaul Davis
2011-05-22rationalize and improve region naming conventions to cover compound regionsPaul Davis
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-05-18Add 'controls' item to plugin insert context menu to always show Ardour gener...David Robillard
2011-05-17No-op: indentation.Carl Hetherington
2011-05-17not actually working attempt to copy relevant xfades into compound regions; f...Paul Davis
2011-05-17Remove unused mutex.Carl Hetherington
2011-05-17Remove unnecessary virtual declaration.Carl Hetherington
2011-05-16track combine ops per-playlist to avoid name collisions for compound regionsPaul Davis
2011-05-16rename join regions op as combine regions; save and restore nested playlists,...Paul Davis
2011-05-16refactor playlist sources to allow for MIDI and upcoming work on save/restorePaul Davis
2011-05-16sane naming scheme for combined regions; fix deadlock when nesting to more th...Paul Davis
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-05-15Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil.David Robillard
2011-05-14Move SLV2-independent LV2 persist state implementation to lv2_state.h.David Robillard
2011-05-14Completely localist use of SLV2 to lv2_plugin.cc and lv2_plugin_ui.cc.David Robillard
2011-05-14Make LV2World local to lv2_plugin.ccDavid Robillard
2011-05-14Remove LV2Plugin::slv2_port.David Robillard
2011-05-14Generic scale points API.David Robillard
2011-05-14Use LV2_SUPPORT define instead of HAVE_SLV2.David Robillard
2011-05-13initial volley of work for AudioPlaylistSource, the basic prototype for sourc...Paul Davis
2011-05-12Fix update of session range location on copy-dragging regions (#4038).Carl Hetherington
2011-05-12remove unused fade_source member of AudioDiskstreamPaul Davis
2011-05-12remove unused SHUTTLE_FRACT constantPaul Davis
2011-05-11Fix previous patch using Ben's patch from A2 to fix #4035 properly.Carl Hetherington
2011-05-11Reset fades on regions copied from time ranges in other regions (#4035).Carl Hetherington
2011-05-11Add missing GPL boilerplate.Carl Hetherington
2011-05-08Ensure that empty drag-created MIDI regions get a file on disk so that there ...Carl Hetherington
2011-05-08Make a new write source when the diskstream name changes so that sources don'...Carl Hetherington
2011-05-05Add a GUI to set the number of active extenders for the Mackie control surface.Carl Hetherington
2011-05-04Remove some unused code.Carl Hetherington
2011-05-04Fix problems with sessions being saved as foo.ardour.ardour when loaded using...Carl Hetherington
2011-05-02Remove playlists from the session lists when they DropReferences. Should fix...Carl Hetherington
2011-05-02Factor out stop limit computation into its own method. Ignore stop-at-sessio...Carl Hetherington
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-04-22Use new Suil and SLV2 APIs for LV2 plugin UIs.David Robillard
2011-04-20A few comments.Carl Hetherington
2011-04-19crude but apparently working fix for issues with JACK port deletion at sessio...Paul Davis
2011-04-19Save route group reorderings in the session file. Link changes in the mixer ...Carl Hetherington