Returns (i.e. sidechains).
[ardour.git] / libs / ardour /
2009-05-07 David RobillardReturns (i.e. sidechains).
2009-05-07 David RobillardAdd mising file.
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-06 David RobillardFix LADSPA plugin channel mapping.
2009-05-05 David RobillardFix crash when playing back MIDI within a loop.
2009-05-05 David RobillardSupport recursive undo events.
2009-05-04 David RobillardBack out part of r5035: SLV2 doesn't require LRDF and...
2009-05-04 David RobillardStrip trailing whitespace from waf scripts.
2009-05-04 David RobillardFix MIDI monitoring while recording.
2009-05-04 David RobillardShut up.
2009-05-04 David RobillardFix building without LV2.
2009-05-04 David RobillardShut up.
2009-05-04 David RobillardFix MIDI recording.
2009-05-04 Paul Davisclean up that godawful ugly latency GUI in plugin UIs
2009-05-04 David RobillardReconfigure GUI meters when route I/O configuration...
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-05-04 Paul Davisslv2 also needs lrdf
2009-05-02 Sakari Bergen* Fix tooltips in the session import dialog
2009-05-02 David RobillardFix LV2 plugin support.
2009-05-01 Carl HetheringtonCouple of fixes to route / mixer strip ordering which...
2009-05-01 David RobillardFix MIDI playback.
2009-04-30 David RobillardMissed one...
2009-04-30 David RobillardFix crash on MIDI stretch.
2009-04-30 David RobillardRename 'position' parameter of MidiSource::midi_read...
2009-04-30 Carl HetheringtonFix a couple of valgrind-spotted out-of-bounds accesses...
2009-04-30 Paul Davisfix up confusion between silence() decls for Processor...
2009-04-30 Paul Davisimplement panner reset functionality (missing since...
2009-04-29 Carl HetheringtonOnly make record button solid red (and big clock red...
2009-04-29 Carl HetheringtonAdd files missing from previous commit.
2009-04-29 Carl HetheringtonFirst cut of option to strip silence from audio regions...
2009-04-29 Carl HetheringtonDisallow click and auditioner as track / buss names...
2009-04-23 Paul Davisremove some extraneous chars from lv2_plugin.cc
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-04-22 Paul Davisa long tricky day of playing with ArdourStartup and...
2009-04-20 Paul Davis3 notable patches from lincoln (a) non-layered track...
2009-04-18 David RobillardUpgrade to waf 1.5.4.
2009-04-16 Paul Davispart 2 of 3 of the 2.8 -> 3.0 merge
2009-04-16 David RobillardFix warning (pointless comparison).
2009-04-16 David RobillardFix waf build.
2009-04-16 David RobillardRevert stupid r4975.
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-04-14 Hans BaierSMFSource: enhanced debugging output to reveal more...
2009-04-14 Hans BaierSMFSource: code readability
2009-04-14 Hans BaierSMFSource / MIDISource: more readable variable names...
2009-03-16 Hans BaierTicker: apply patch from lincoln, Thanks!
2009-03-07 Sampo SavolainenImprovements to the plugin eq gui:
2009-03-07 Sakari BergenFix compiler warnings
2009-03-06 Sampo SavolainenMake it possible to consolidate/bounce ranges without...
2009-03-05 Paul Davismake track templates work, including a fix for the...
2009-03-02 Paul Davisprevent double-listing of LADSPA plugins caused by...
2009-03-02 Paul Davisremove unneeded code in line_drag that was probably...
2009-03-02 Paul Davistrack templates, backported from 2.X
2009-03-01 Carl HetheringtonBe more tolerant of session files where IOs connect...
2009-02-27 Carl HetheringtonSlightly modified version of lincoln's patch for #2567...
2009-02-27 Carl HetheringtonRemove some unused code.
2009-02-27 Paul Davistweaks to get a VST-supporting 3.0 to build & startup
2009-02-27 Paul Davisvestige-based VST support, back-ported from 2.0-ongoing
2009-02-27 David RobillardWaf: install stuff
2009-02-27 David RobillardPrint more configuration summary stuff (sound libs).
2009-02-27 David RobillardStep towards having both rubberband and soundtouch...
2009-02-26 David RobillardWaf: Build LV2 support.
2009-02-26 David RobillardWaf: build UI/RC files, menu files, keybinding files...
2009-02-26 David RobillardDon't link against VAmp plugins.
2009-02-26 David RobillardUse actually normal taglib headers (apparently it compl...
2009-02-26 David RobillardUse normal taglib include paths.
2009-02-26 David RobillardUse quotes for taglib includes.
2009-02-26 David RobillardVersion file building stuff.
2009-02-26 David RobillardBuild VAmp plugins.
2009-02-26 David RobillardWaf building of rubberband.
2009-02-26 David RobillardFix a bunch of warnings.
2009-02-26 David RobillardClean up checks.
2009-02-25 David RobillardAdd missing gtk2_ardour wscript.
2009-02-25 David RobillardWaf building of gtk2_ardour.
2009-02-25 David RobillardWaf building of libardour (yay!).
2009-02-25 David RobillardQuote includes for control_protocol.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardFix recording of the last disk chunk's worth of MIDI...
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardClean up Region interface, remove Readable stub kludge.
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-19 David RobillardIntroduce new time for session-relative frame time...
2009-02-19 David RobillardInterpret tempo time based on read position (not source...
2009-02-19 David RobillardReadable is not as generic as its name implies ;)
2009-02-19 David RobillardRemove unused Session::curves.
2009-02-18 David RobillardFix 'sticky' sliders when MIDI control feedback is...
2009-02-18 David RobillardFix MIDI control parameter mapping to work with control...
2009-02-18 David RobillardFix MIDI controller feedback.
2009-02-18 David RobillardFix ardour2 -> ardour3 stuff in po files.
2009-02-18 David RobillardFix ardour2 -> ardour3 issues.
2009-02-17 David RobillardFix deadlock and potential race condition when editing...
2009-02-17 David RobillardMake a bunch of stuff boost::noncopyable.
2009-02-17 David RobillardFix crazy spacey tabs, width, other super relevant...
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-17 Carl HetheringtonFix for visual glitch due to race between Editor::updat...
2009-02-16 David RobillardMove duplicated AudioFileSource::Flags and SMFSource...
2009-02-16 David RobillardFix a bunch of the ol' trivial audio-specific-for-no...
2009-02-16 David RobillardDon't bind playlist_modified with a shared_ptr<Playlist...
2009-02-16 David RobillardTime unit translation for AutomationLine (correctly...
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...
2009-02-16 David RobillardGracefully ignore illegal MIDI events at the buffer...
next