Merge with trunk R2978.
[ardour.git] / libs / ardour / ardour /
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-19 David RobillardMerge with 2.0-ongoing R2943.
2008-01-19 David RobillardMerge with trunk R2935.
2008-01-17 David RobillardAdded missing files.
2008-01-17 David RobillardMIDI region stretching.
2008-01-14 David RobillardPartially fix MIDI region trim and extend.
2008-01-13 David RobillardFix MIDI playback.
2008-01-12 David RobillardMerge with 2.0-ongoing R2885.
2008-01-10 David RobillardMerge with 2.0-ongoing R2883.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-12-20 Doug McLainPort level meters to trunk
2007-11-26 David RobillardUse normal Processor run_in_place interface on Meter.
2007-11-15 Tim MayberryChange return type of Session::import_audiofiles to...
2007-11-15 Tim MayberryRename Session::import_audiofile to Session::import_aud...
2007-11-15 Tim MayberryPass a path argument to ImportableSource rather than...
2007-11-15 Tim MayberryFix mixed usage of tabs and spaces for indentation...
2007-11-15 Tim MayberryRefactor part of Session::import_audiofile into write_a...
2007-11-12 Paul Davismerged with trunk revs 2605-2627
2007-11-08 Paul Davismerged with 2.0-ongoing changes 2582-2605 (not thorough...
2007-10-31 David RobillardTruly atomic port mixdown function setting.
2007-10-31 Paul Davisnew files added
2007-10-31 Paul Davisnew port design, probably about 90% done (i.e it mostly...
2007-10-26 Nick Mainsbridgeuse filechooser widget in export dialog, selected files...
2007-10-25 David RobillardUse SSE/veclib/whatever for AudioBuffer::accumulate_from
2007-10-25 David RobillardClean/strengthen up constructor/type stuff in new port...
2007-10-23 Carl HetheringtonRe-work Port construction slightly so that _flags is...
2007-10-19 Carl HetheringtonVarious work on bundles. We now have a Bundle Manager...
2007-10-17 Paul Davisnew internal port type, round I, plus tiny fix for...
2007-10-17 David RobillardFix compilation.
2007-10-17 Paul Davisadded file
2007-10-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-12 Paul Davisfix peakfile/sourcefactory botch
2007-10-12 Paul Davisfixes for varispeed playback, mackie control compilatio...
2007-10-11 Paul Davisadd missing file
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-10-10 Carl HetheringtonMake sure we notice when an IO's port count is reduced...
2007-10-09 Carl HetheringtonRemove a file that should have been removed a few commi...
2007-10-09 Carl HetheringtonFew cleanups related to signed-ness of minimum/maximum...
2007-10-08 Carl HetheringtonVarious work on Bundles, especially dynamic ones so...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-10-04 Carl HetheringtonFix to stacked layering for the case when a region...
2007-10-04 David RobillardMerge the two separate 'add notes to midi region' inter...
2007-09-27 Sampo SavolainenMake sure plugins are activated at least once before...
2007-09-25 Sampo SavolainenMake sure activate() and deactivate() are never run...
2007-09-11 Paul Davisclick reset error fixed, plus some older work on sends...
2007-09-09 Tim MayberryFix a misdefinition in ardour/recent_sessions.h
2007-09-09 Tim MayberryAdd history_suffix to ardour/filename_extensions.cc
2007-09-06 David RobillardDeep "automation regions" support.
2007-09-05 Tim MayberryFix source directory paths so that the session name...
2007-09-04 Tim MayberryAdd ARDOUR::TapeFileMatcher class for matching filename...
2007-09-04 Tim MayberryChange the SessionDirectory constructor to take a sys...
2007-09-04 Tim MayberryRemove unused utility function elapsed_time_to_str
2007-09-04 Tim MayberryRemove declaration of unused and undefined method in...
2007-09-04 Tim MayberryRemove unused constant max_layer, which is also incorre...
2007-09-04 Tim MayberryRemove unused functions Session::possible_states
2007-09-04 Tim MayberryAdd ARDOUR::get_state_files_in_directory and ARDOUR...
2007-09-04 Tim MayberryAdd function ARDOUR::create_backup_file in new header...
2007-09-04 Tim MayberryUse functions in pbd/filesystem.h in Session::save_stat...
2007-09-04 Tim MayberryUse functions from pbd/filesystem.h in Session::remove_...
2007-08-31 David RobillardReading of MIDI CC from MIDI regions (MidiModel). ...
2007-08-28 David RobillardSplit MidiModel::Note out to ARDOUR::Note in it's own...
2007-08-17 David RobillardPer-region MIDI CC "automation".
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-08-14 Carl HetheringtonFix segfault due to uninitialised variable
2007-08-13 David RobillardRemove excessive SMF "Wrote EOT" printing.
2007-08-11 David RobillardSaving of edited MIDI data to disk (on session save).
2007-08-11 David RobillardFix MIDI file names on recording (don't write out a...
2007-08-07 David RobillardFix note separator lines from stealing mouse events.
2007-08-07 David RobillardFix note-offs during playback from model.
2007-08-06 David RobillardAdded missing files.
2007-08-06 Paul Davismerge changes to libmidi++ API from 2.0-ongoing
2007-08-06 David RobillardGenericificationalizeified AudioFilter (now Filter).
2007-08-02 David RobillardLittle MidiEvent prettification additions, ifdef'd...
2007-08-02 David Robillard... commit in top level instead of gtk2_ardour. whoops.
2007-08-01 David RobillardFix note delete crash bug.
2007-08-01 Paul Davisuse XML state to store processors in mixer (strips...
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-31 Paul Davisextend filtering to VST + AU, tweak details, add filter...
2007-07-31 David RobillardGet MidiRegionView's hands on MidiModel for editing...
2007-07-31 Taybin Rutkin- build fixes for OS X.
2007-07-28 David RobillardUse 'show contents' note range by default (fix uninitia...
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-07-20 David RobillardRemove random access interface from MidiBuffer, towards...
2007-07-20 David RobillardTrimmed some code by removing silly Java-isms.
2007-07-20 David RobillardFix absolutely atrocious memory leak on MIDI recording...
2007-07-20 David RobillardAdded Note tool to Keymouse Actions menu and gave it...
2007-07-17 David RobillardMidi pencil undo (not yet serializable).
2007-07-16 Paul Davissupport for 16 bit native files, part II
2007-07-15 David RobillardSelection of visible note range (full range vs fit...
2007-07-07 David RobillardLinear interpolation for MIDI CC (bar controller, line...
2007-07-07 David RobillardNote modes: note, percussion.
2007-07-06 David RobillardFix 'live' CC sending of bar controllers after loading...
2007-07-06 David RobillardMidi CC automation sending (send points only, no linear...
2007-07-05 David RobillardReplace remaining references to 'param_id' (with 'param...
2007-07-05 David RobillardRemove unneeded cruft from Curve.
2007-07-04 David RobillardChanged Processor interface to support out-of-place...
2007-07-04 David RobillardAdd AutomationControl::parameter() for terseness.
2007-07-03 David Robillards/ParamID/Parameter/
2007-07-03 David RobillardPan automation/serialization fixes.
next