Add bbt_add that does not take Metric parameter.
[ardour.git] / libs / ardour /
2009-10-28 David RobillardAdd bbt_add that does not take Metric parameter.
2009-10-28 David RobillardGuaranteed to be the most robust test, ever (*).
2009-10-27 David RobillardMake ARDOUR::init safer.
2009-10-27 David RobillardUpdate BBT_Time add and subtract interfaces (stubs...
2009-10-27 David RobillardAdd test running script in source directory.
2009-10-27 David RobillardFix wacky indentation.
2009-10-27 David RobillardConsistent test source file naming (not the Ardour...
2009-10-27 David RobillardAaaaaaaaaaaand actually add those files.
2009-10-27 David RobillardSkeleton tests for BBT_Time.
2009-10-27 David Robillardardour/tests => ardour/test (consistency with evoral).
2009-10-27 Paul Davisadd file
2009-10-27 Paul Davisadd file
2009-10-27 Paul Davisnew SnapBBT debug option, split out BBT_time and start...
2009-10-27 Carl HetheringtonFix 2884 and also potential crash if there are no contr...
2009-10-26 David RobillardDon't prevent user from choosing Linear interpolation...
2009-10-26 David RobillardRemove idiocy.
2009-10-26 David RobillardRemove cyclic Source->Playlist references (and with...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-26 Paul Davisrevert patch for 2388 (from 2.0-ongoing)
2009-10-26 Paul Davis(forward ported from 2.0-ongoing) fix for peak data...
2009-10-25 David RobillardTidy up debug printing.
2009-10-25 David RobillardRemove random crazy comment fragment.
2009-10-25 David RobillardRemove unused source file_changed methods.
2009-10-25 David RobillardRemove Session dependency from BeatsFramesConverter.
2009-10-25 Paul Davissearch $TOP/build/default/gtk2_ardour BEFORE ../gtk2_ar...
2009-10-25 Paul Davisdo not sort MIDI regions by layer since they are all...
2009-10-25 Paul Davismake per-region note-tracking in MidiPlaylist work...
2009-10-24 David RobillardStrip trailing whitespace.
2009-10-24 David RobillardFix needlessley explodey MidiPlaylist constructor.
2009-10-24 David RobillardFix tab width assumption used for alignment.
2009-10-24 Paul Davisdebug-tracify current MIDI playlist debug output
2009-10-24 Paul Davis(FULL commit) start of a nominal debug tracing system...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-23 David RobillardSplit butler into separate object (partially, just...
2009-10-23 David RobillardRemove unused Session::butler_mixdown_buffer and Sessio...
2009-10-23 Carl HetheringtonClean up and simplify code to find marks before and...
2009-10-23 David RobillardFix sketchy casts.
2009-10-23 David RobillardFix crash on multiple record due to not initiating...
2009-10-23 David RobillardMore correct looking MidiSource::midi_read.
2009-10-22 David RobillardWhitespace.
2009-10-22 David RobillardFix crash on save of MIDI data.
2009-10-22 David RobillardActually load MIDI data from disk on session load ...
2009-10-22 David RobillardFix deadlocks on MIDI record.
2009-10-22 David RobillardUse info stream for infoey things.
2009-10-22 David RobillardDefer plugin discovery until actually needed (significa...
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-22 David RobillardSshh.
2009-10-22 David RobillardFix MidiBuffer::merge_in_place and add aggressive corre...
2009-10-22 David RobillardFix repeated linear search on read when cached model...
2009-10-22 Paul Davisremember to reset inm1 each time around the interpolati...
2009-10-21 David RobillardFix compilation with -DDEBUG_MIDI_CLOCK
2009-10-21 David RobillardMerge all BufferSet iterators using a single template...
2009-10-21 David RobillardFix unnecessarily type specific code, tidy, fix whitespace.
2009-10-21 David RobillardFix MIDI rec regions.
2009-10-21 David RobillardFix MIDI thru, though why this is any different from...
2009-10-21 Carl HetheringtonFix creation of plugin presets.
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-21 David RobillardDisable excessive debug printing.
2009-10-20 David RobillardFix various MIDI control and installation issues:
2009-10-20 Paul Davishandle searching for a note in an empty note list
2009-10-20 David RobillardTidy.
2009-10-20 David RobillardTidy.
2009-10-20 David RobillardFactor out more duplicated code.
2009-10-20 David RobillardFactor out duplicated code in AudioDiskstream and MidiD...
2009-10-20 David RobillardImplement out-of-place MidiBuffer::merge.
2009-10-20 David RobillardUse a template to merge PortSet::iterator and PortSet...
2009-10-20 David RobillardConst-correct BufferSet.
2009-10-20 Carl HetheringtonTidy up the popup region editor and fix a few bugs...
2009-10-20 David RobillardWhitespace.
2009-10-19 Carl HetheringtonFix memory leak.
2009-10-19 Paul Davistrack notes at the region level in MidiPlaylist; resolv...
2009-10-19 David RobillardUse logarithmic search for MidiModel::find_note (used...
2009-10-19 Carl HetheringtonAdd mono switch to mixer strips (mantis 1068)
2009-10-19 David RobillardTidy.
2009-10-16 Paul Davisfix conceptually broken cubic interpolator that failed...
2009-10-16 Paul Davismore set_state() tweaks to aid with plugin state loading
2009-10-15 Paul Davisanother set_state() related tweak for handling 2.X...
2009-10-15 Paul Davismore set_state() tweaks to get a 2.X session to load...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardFix crash on MIDI import.
2009-10-14 Carl HetheringtonSet the scratch bufs count up in passthru_silence,...
2009-10-14 David RobillardFix warnings.
2009-10-14 Paul Davis(1) silence non-process FIFO message (2) move MIDI...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-13 Paul Daviswritable session patch, forward ported from 2.X
2009-10-12 Carl HetheringtonSet up the ControlProtocolManager singleton in a slight...
2009-10-11 Carl HetheringtonMake the port matrix notice if JACK ports are registere...
2009-10-09 Carl HetheringtonStop fades being reset on dragging an audio region...
2009-10-07 Carl HetheringtonMake the mackie surface work again by initialising...
2009-10-06 Carl HetheringtonFix some compiler warnings.
2009-10-06 Paul Davisogg/flac support bits and pieces; fix up MIDI note...
2009-10-05 Paul Davisadd new files, derived from jack_delay by fons
2009-10-02 Paul Davisstring_is_affirmative() fix for 3.0
2009-10-02 Sakari BergenFix some trivial compiler warnings and add editor_image...
2009-10-01 Paul Davisi/o button naming patch and imported file BWF timecode...
2009-10-01 Paul DavisLADSPA logarithmic handling patches from nickm and...
2009-10-01 Paul DavisLV2 epp log patch from nedko, via 2.X
2009-10-01 Paul DavisLV2 external UI patch from nedko via 2.X and a couple...
2009-09-25 Paul Davismake MIDI thru work even when not rolling; add GUI...
next