new port design, probably about 90% done (i.e it mostly works and this commit is...
[ardour.git] / libs / ardour / source_factory.cc
2007-10-31 Paul Davisnew port design, probably about 90% done (i.e it mostly...
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-12 Paul Davisfix peakfile/sourcefactory botch
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-05-18 Taybin Rutkinfix for compiling with COREAUDIO=yes. Hopefully this...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Taybin RutkinFixed for prior unused file cleanup.
2007-02-06 Paul Davissome fixes/improvements for track selection; add upload...
2007-02-05 Paul Davisuse SilentFileSource when sources cannot be found
2007-01-28 David RobillardMerged with trunk R1393.
2007-01-25 Paul Davisfix import/embed of multichannel audiofiles, as per...
2007-01-09 David RobillardMerged with trunk R1283.
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-11-19 David RobillardMerged with trunk R1141
2006-11-03 Paul Davisnew tape tracks ended up with non-destructive sources...
2006-11-03 Taybin RutkinFixed snapshot dialog annoyance.
2006-11-03 Paul Davismove all destructive functionality into SndFileSource...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-19 David RobillardMerged with trunk R920.
2006-09-07 Paul Davisremove all duplicated _id members from children of...
2006-08-31 David RobillardMerged with trunk R879
2006-08-31 Taybin RutkinFixed compilation of CoreAudioSource
2006-08-29 David RobillardMerged with trunk R861
2006-08-29 Paul Davisused shared_ptr<Source>, somewhat successfully