not actually working attempt to copy relevant xfades into compound regions; fix compi...
[ardour.git] / libs / ardour /
2011-05-17 Paul Davisnot actually working attempt to copy relevant xfades...
2011-05-17 Ben Loftisfix thinko in playlist constructor for cut and copy
2011-05-17 Carl HetheringtonRemove unused mutex.
2011-05-17 Carl HetheringtonRemove unnecessary virtual declaration.
2011-05-16 Carl HetheringtonFix undo when notes are changed and then removed by...
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 David RobillardUpdate wscripts for portability and steps towards waf...
2011-05-16 David RobillardDon't check for SLV2 if Lilv is found
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 Davisnew debug trace in ::start_transport(); add a new emiss...
2011-05-12 Paul Davisremove unused SHUTTLE_FRACT constant
2011-05-12 Paul Davismake instruments/generators do the right thing when...
2011-05-12 Paul Davisfix minor type error
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-05 Carl HetheringtonRe-use locations when setting location list state,...
2011-05-04 Carl HetheringtonRemove some unused code.
2011-05-04 Carl HetheringtonFix restoration of connections to control surface ports.
2011-05-04 Carl HetheringtonNo-op; coding style.
2011-05-04 Carl HetheringtonFix problems with sessions being saved as foo.ardour...
2011-05-03 Paul Daviswithout drobilla's new stuff, LV2Plugin::_ui_type point...
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-28 David RobillardFix external UIs (e.g. Calf git).
2011-04-28 David RobillardUpdate for new SLV2 API.
2011-04-25 Paul Davisremove some left over debugging
2011-04-24 Paul Davisreverse debugging stuff
2011-04-24 Paul Davisyet more temporary debugging for slv2/calf issue
2011-04-24 Paul Davisfurther temporary debugging for slv2/calf issue
2011-04-24 Paul Davisadditional temporary debugging for slv2/calf issue
2011-04-23 Carl HetheringtonMissing file.
2011-04-23 Carl HetheringtonRe-fix compile failure with --no-nls (#3111).
2011-04-23 Carl HetheringtonAdd some assertions.
2011-04-22 David RobillardFix Python whitespace (follow PEP8 guidelines, reformat...
2011-04-22 David RobillardUse new Suil and SLV2 APIs for LV2 plugin UIs.
2011-04-21 Paul Davisfix thinko in setting up auto-connect for monitor bus
2011-04-21 Carl HetheringtonSet session dirty on plugin parameter changes (rest...
2011-04-21 Carl HetheringtonMake changes to route processors set the session dirty...
2011-04-21 Carl HetheringtonPrevent note trackers for overlapping MIDI regions...
2011-04-20 Carl HetheringtonFix an assertion failure when stopping the transport...
2011-04-20 Carl HetheringtonA few comments.
2011-04-20 Carl HetheringtonRemove unused NascentInfo::is_touch member.
2011-04-20 Carl HetheringtonAdd assert.
2011-04-19 Paul Davisremove debugging output from audioengine/port code
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-18 Carl HetheringtonInitialise aux send gain to -inf dB (#3990).
2011-04-15 Carl HetheringtonFix 'make new plugins active' configure option (#3975).
2011-04-13 David RobillardTolerate LV2 plugins that call persist/file state funct...
2011-04-11 Carl HetheringtonMove check for a new session directory being writable...
2011-04-09 Paul Davisremove all use of access(2) (this was done a bit stupid...
2011-04-09 Paul Davisremove another instance of access(2)
2011-04-09 Paul Davispart two of: correctly reset capture alignment at sessi...
2011-04-09 Paul Davisformatting cleanup
2011-04-09 Paul Daviscorrectly reset capture alignment at session load;...
2011-04-08 Paul Davisrename only the main outs of a route when its name...
2011-04-06 David RobillardFix broken whitespace.
2011-04-06 David RobillardFix my name :)
2011-04-06 David RobillardUpdate LV2 files extension.
2011-04-06 David RobillardImplement latest LV2 files extension.
2011-04-06 Carl HetheringtonDifferentiate between pitch-shift (for audio) and trans...
2011-04-06 Carl HetheringtonFix show checkbuttons for mixer groups on startup ...
2011-04-05 Paul Davisremove unused arguments to keep gcc quiet
2011-04-04 Carl HetheringtonFix read_raw_internal to use the appropriate audio...
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2011-04-04 Paul Davisminor tweaks to debug output and comments and header...
2011-04-04 Paul Daviswhen overwriting existing MIDI buffers in a MidiDiskstr...
2011-04-04 Paul Davisreimplement MidiRingBuffer::dump()
2011-04-04 Carl HetheringtonAdd plugins (activating them) after doing any latency_c...
2011-04-04 Paul Davismove some DEBUG::Graph traces to DEBUG::ProcessThreads...
2011-04-03 David RobillardImplement LV2 files extension.
2011-04-02 Paul Davisfix import of multi-track SMF files with some tracks...
2011-04-02 David RobillardFix broken whitespace.
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-04-02 Paul Davisfix up (?) audio_unit.cc compilation, maybe
2011-03-30 Carl HetheringtonSave/restore PortInsert state fully (fixes #3901).
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-29 David RobillardAdd subject to key/value chunks in RDFF (i.e. store...
next