summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2009-10-22Defer plugin discovery until actually needed (significant startup time improv...David Robillard
2009-10-22Replace horribly error-prone Sequence/MidiModel/MidiSource locking API with s...David Robillard
2009-10-22Fix MidiBuffer::merge_in_place and add aggressive correctness checking.David Robillard
2009-10-21Merge all BufferSet iterators using a single template (way less duplicatedish...David Robillard
2009-10-21Fix creation of plugin presets.Carl Hetherington
2009-10-20Fix various MIDI control and installation issues:David Robillard
2009-10-20Factor out more duplicated code.David Robillard
2009-10-20Factor out duplicated code in AudioDiskstream and MidiDiskstream.David Robillard
2009-10-20Use a template to merge PortSet::iterator and PortSet::const_iterator duplica...David Robillard
2009-10-20Const-correct BufferSet.David Robillard
2009-10-19track notes at the region level in MidiPlaylist; resolve them (deliver note o...Paul Davis
2009-10-19Add mono switch to mixer strips (mantis 1068)Carl Hetherington
2009-10-19Tidy.David Robillard
2009-10-16fix conceptually broken cubic interpolator that failed to handle the i=0 case...Paul Davis
2009-10-16more set_state() tweaks to aid with plugin state loadingPaul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Fix warnings.David Robillard
2009-10-14(1) silence non-process FIFO message (2) move MIDI state tracking down to the...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-13writable session patch, forward ported from 2.XPaul Davis
2009-10-12Set up the ControlProtocolManager singleton in a slightly more robust way.Carl Hetherington
2009-10-11Make the port matrix notice if JACK ports are registered or unregistered.Carl Hetherington
2009-10-07Make the mackie surface work again by initialising control surfaces after MID...Carl Hetherington
2009-10-06ogg/flac support bits and pieces; fix up MIDI note dragging and front-edge tr...Paul Davis
2009-10-05add new files, derived from jack_delay by fonsPaul Davis
2009-10-02string_is_affirmative() fix for 3.0Paul Davis
2009-10-01i/o button naming patch and imported file BWF timecode retention patch from n...Paul Davis
2009-10-01LV2 external UI patch from nedko via 2.X and a couple of .rej'sPaul Davis
2009-09-25make MIDI thru work even when not rolling; add GUI control over MIDI thru (mi...Paul Davis
2009-09-16do not allow smf_source's reads to stomp on cached read_end position in paren...Paul Davis
2009-09-11track note on/off and send appropriate note offs at transport stopPaul Davis
2009-09-07use diff commands for quantize, with infrastructure changes as requiredPaul Davis
2009-09-07add anonymous union to DiffCommand to allow uint8t_t and time-based arguments...Paul Davis
2009-09-06the start (only the start) of MIDI diff commandsPaul Davis
2009-09-03the basics of step editing, more details to followPaul Davis
2009-09-02Modified version of Hans' patch for mantis 1985. Also remove unused port_con...Carl Hetherington
2009-09-01Add accessor for _exporting.Carl Hetherington
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-08-26Make stacked region coverage frames correctly respect regions being muted.Carl Hetherington
2009-08-26On switching from explicit to implicit relayering, attempt to ensure that any...Carl Hetherington
2009-08-26When a track is in "stacked" mode, allow regions to be moved to different lay...Carl Hetherington
2009-08-23Some improvements to performance with crossfades: don't recompute a whole tra...Carl Hetherington
2009-08-22Introduce an accurate version of coefficient_to_dB and use it in non speed-cr...Carl Hetherington
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
2009-07-28Fix some more warnings.Carl Hetherington
2009-07-24interpolation.cc/h: Remove all failed and obsolete attempts, leave linear and...Hans Baier
2009-07-24Another failed attemt at natural spline interpolationHans Baier