Rename 'position' parameter of MidiSource::midi_read to clearer 'source_start'.
[ardour.git] / libs / ardour /
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...
2009-02-16 David RobillardRewrite Sequence::const_iterator.
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-02-15 David RobillardClean up fugly debug printing stuff.
2009-02-15 David RobillardFix crash on reading meta event.
2009-02-15 David RobillardFactor out region layering.
2009-02-15 David RobillardFix genererally retarded and broken note range / diskst...
2009-02-15 David RobillardThe Big Change: Store time in MidiModel as tempo time...
2009-02-15 David RobillardCommit of the century, right here.
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-15 David RobillardTidy, remove dead code.
2009-02-15 David RobillardTidy.
2009-02-15 David RobillardShutup.
2009-02-15 David RobillardCache file position in SMFSource::read_unlocked (i...
2009-02-15 David RobillardClean up.
2009-02-15 David RobillardDe-templatify Evoral::SMF which has no concept of time...
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-14 David RobillardTidy.
2009-02-14 David RobillardRemove superfluous typedefs.
2009-02-14 David RobillardMake SMF::append_event_delta take a buffer and a size...
2009-02-14 David RobillardRemove unused (and timestamp type nasty) last_event_tim...
2009-02-14 David RobillardMIDI robustness.
2009-02-14 Carl HetheringtonMake DnD copy processors using their XML representation...
2009-02-14 David RobillardFix most absurd function name I've seen in a while.
next