summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2011-04-15Fix 'make new plugins active' configure option (#3975).Carl Hetherington
2011-04-09part two of: correctly reset capture alignment at session loadPaul Davis
2011-04-09correctly reset capture alignment at session load; for MIDI diskstreams, don'...Paul Davis
2011-04-06Fix broken whitespace.David Robillard
2011-04-06Fix my name :)David Robillard
2011-04-06Implement latest LV2 files extension.David Robillard
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2011-04-05remove unused arguments to keep gcc quietPaul Davis
2011-04-04reimplement MidiRingBuffer::dump()Paul Davis
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul Davis
2011-04-03Implement LV2 files extension.David Robillard
2011-04-02more attempted cleanup of AU preset declarationsPaul Davis
2011-04-02add the standard mechanism for search paths to the path used for export forma...Paul Davis
2011-03-30Remove some unused methods. Restore Solo boost, SiP cut and Dim Cut correctl...Carl Hetherington
2011-03-30Whitespace, add GPL boilerplate.Carl Hetherington
2011-03-29Update for latest LV2 Persist extension.David Robillard
2011-03-29Update for latest LV2 persist extension.David Robillard
2011-03-28Implement most recent LV2 persist extension.David Robillard
2011-03-26remove Evoral::RingBuffer, which was (a) duplicating PBD::RingBufferNPT and (...Paul Davis
2011-03-21prevent limits on MAX_DBL from messing up combination of a framepos_t and a s...Paul Davis
2011-03-20fixup auto-connection of new MIDI tracks and MIDI tracks with newly-added aud...Paul Davis
2011-03-18fix (?) capture alignment by making sure we use non-public latency informatio...Paul Davis
2011-03-15fix all manner of things relating to io connections, setting capture alignmen...Paul Davis
2011-03-14more fun and games with latency compensation, and so forth ... not done yetPaul Davis
2011-03-12Properly create new presets, i.e. without duplicate id's on save-after-renameSakari Bergen
2011-03-12properly use and publish private/public port latency values for JACK latency APIPaul Davis
2011-03-12a better fix fpr that wierd XMLProperty botchPaul Davis
2011-03-12use legalize_for_path() on filenames for export presets and formatsPaul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis