summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2009-10-28Remove unused source reference count.David Robillard
2009-10-28Add bbt_add that does not take Metric parameter.David Robillard
2009-10-27Update BBT_Time add and subtract interfaces (stubs, just for unit test buildi...David Robillard
2009-10-27add filePaul Davis
2009-10-27new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic...Paul Davis
2009-10-26Remove cyclic Source->Playlist references (and with it all dependence on Play...David Robillard
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-25Remove random crazy comment fragment.David Robillard
2009-10-25Remove unused source file_changed methods.David Robillard
2009-10-25Remove Session dependency from BeatsFramesConverter.David Robillard
2009-10-25search $TOP/build/default/gtk2_ardour BEFORE ../gtk2_ardour when looking for ...Paul Davis
2009-10-25make per-region note-tracking in MidiPlaylist work correctly, or something ve...Paul Davis
2009-10-24Fix needlessley explodey MidiPlaylist constructor.David Robillard
2009-10-24Fix tab width assumption used for alignment.David Robillard
2009-10-24debug-tracify current MIDI playlist debug outputPaul Davis
2009-10-24(FULL commit) start of a nominal debug tracing system, with 64 bits available...Paul Davis
2009-10-24Move butler methods from Session to Butler.David Robillard
2009-10-23Split butler into separate object (partially, just data so far...)David Robillard
2009-10-23Remove unused Session::butler_mixdown_buffer and Session::butler_gain_buffer.David Robillard
2009-10-23Clean up and simplify code to find marks before and after a position, and hen...Carl Hetherington
2009-10-23Fix sketchy casts.David Robillard
2009-10-22Fix crash on save of MIDI data.David Robillard
2009-10-22Fix deadlocks on MIDI record.David Robillard
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