A few comments.
[ardour.git] / libs /
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-20 Carl HetheringtonFix assertion failure when merging a set of nascent...
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 Paul Davisallow invalidation-of-UI-request-by-object-deletion...
2011-04-19 Carl HetheringtonSave route group reorderings in the session file. ...
2011-04-19 Carl HetheringtonReverse the scroll wheel behaviour of the scroomer...
2011-04-18 Carl HetheringtonInitialise aux send gain to -inf dB (#3990).
2011-04-17 Carl HetheringtonRemove some unused stuff from SVN (#3985).
2011-04-16 Carl HetheringtonFix erroneous masking when loading bank changes (part...
2011-04-16 Carl HetheringtonRemove some calls to process_updates() which I think...
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 Davisfix mismatching use of operator new() when allocating...
2011-04-09 Paul Davisadd PBD::sys::path::exists_and_writable() method to...
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 Davisadd some scroll wheel support to the scroomer
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-04 Paul Davisalways make log/error window visible when a non-info...
2011-04-04 Carl HetheringtonUpdate region peak amplitude when the region is trimmed...
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 HetheringtonSomewhat guesswork-laden fix for VAMP plugin assertion...
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-30 Carl HetheringtonSpurious character in 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...
2011-03-29 David RobillardFlesh out RDFF documentation.
2011-03-29 David RobillardSwitch RDFF to 2-clause BSD license.
2011-03-29 David Robillardlv2_pfile => rdff.
2011-03-28 David RobillardImplement most recent LV2 persist extension.
2011-03-26 Paul Davisremove sample-rate adjustment of plugin parameters...
2011-03-26 Carl HetheringtonSlightly improve debug output.
2011-03-26 Paul Davismore customary include order
2011-03-26 Paul Davisremove Evoral::RingBuffer, which was (a) duplicating...
2011-03-25 Paul Davisrename OSC surface shared object so that its copied...
2011-03-25 Paul Davispermit envvar to define where to find MIDI binding...
2011-03-23 Paul Davisuse uselib = [ 'JACK' ] when running tests from wscript... 3.0-alpha2
2011-03-23 Paul Davisset ARDOUR_SURFACES_PATH for a bundle, just like ARDOUR...
2011-03-23 Paul Davismore tracking down why alpha binaries don't find contro...
2011-03-23 Paul Davistracking down why alpha binaries don't find control...
2011-03-23 Carl HetheringtonPatch from Joskar to use scientific pitch notation...
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...
next