ardour.git
2007-06-07 Tim MayberryAdd peak file extension to ardour/filename_extensions...
2007-06-07 Tim MayberryRemove unused method Session::dead_sound_dir
2007-06-07 Tim MayberryAdd ARDOUR::surfaces_dir_name to directory_names.h/cc
2007-06-07 Tim MayberryUse ARDOUR::templates_dir_name in session_state.cc
2007-06-07 Tim MayberryUse ARDOUR::templates_dir_name in the NewSessionDialog...
2007-06-07 Tim MayberryAdd ARDOUR::templates_dir_name to directory_names.h/cc
2007-06-07 David RobillardFixed MIDI crash bug.
2007-06-06 David RobillardFix MIDI session path problems (thanks timbyr).
2007-06-06 Paul Davismerge essej's fix for OS X
2007-06-05 David RobillardSave MIDI files to interchange/sessionname/midifiles...
2007-06-04 David RobillardFix MIDI metering to not "clip" on many notes.
2007-06-04 David RobillardMIDI metering.
2007-06-04 David RobillardShow selected MIDI track in editor mixer.
2007-06-03 David RobillardMoved some colours from hardcoded to ardour.colour...
2007-06-03 David RobillardFix MIDI region loading.
2007-06-02 David RobillardFix note heights to be consistent.
2007-06-02 David RobillardFix vertical order of MIDI notes.
2007-06-02 Paul Davismaybe fix flac stuff
2007-06-01 David RobillardPreliminary visible MIDI notes in MidiRegionView.
2007-06-01 Paul Davispotential fix for ctrl-middleclick crash
2007-06-01 Paul Davisround 2 of denormal handling changes - detect DAZ suppo...
2007-06-01 Paul Davismerge denormal handling work from 2.0-ongoing
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-31 Paul Davisfixup botched xfade-as-audioregion; apply work from...
2007-05-30 Paul Davis(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all...
2007-05-28 Doug McLainmake ARDOUR2_UI_RC work again
2007-05-26 Doug McLainadd missing png files for 2 new crossfade presets per...
2007-05-26 Doug McLainBetter method for redrawing gain meter pixmaps upon...
2007-05-25 Doug McLainOops again, removed ardour_system.rc and did it right...
2007-05-25 Doug McLainOops, added the file with the wrong default theme
2007-05-25 Doug McLainReplace ardour_system.rc (I think)
2007-05-25 Doug McLainNew theme manager, with option to select between dark...
2007-05-23 Tim MayberryUse the correct path to one of the images
2007-05-23 Tim MayberryAdd missing image from old docs
2007-05-23 Paul Davis(merge from 2.0-ongoing -r1911:1912) fix audio clock...
2007-05-22 Tim MayberryFix spelling mistake
2007-05-22 Tim MayberryReplace section on the track list and add a subsection...
2007-05-22 Tim MayberryReplace existing but mostly empty section on resizing...
2007-05-22 Tim MayberryAdd index term for default track names
2007-05-22 Tim MayberryAdd a section on deactivating tracks
2007-05-22 Tim MayberryAdd note to muting tracks about still reading from...
2007-05-22 Tim MayberryAdd a section on muting tracks
2007-05-22 Tim MayberryMove signal flow diagram into a section on signal flow...
2007-05-22 Tim MayberryMove section on track edit groups to a separate file
2007-05-22 Tim MayberryMove section on soloing tracks to separate file
2007-05-22 Tim MayberryReplace note about removing tracks with a warning
2007-05-22 Tim MayberryRemove warning about renaming tracks being permanent
2007-05-22 Tim MayberryAdd indexterm for renaming tracks
2007-05-22 Tim MayberryAdd mapping for secondary index term to dbhelper.vim
2007-05-22 Tim MayberryAdd entities for a couple of common sections and use...
2007-05-22 Tim MayberryUpdate documentation on removing a track and move it...
2007-05-22 Tim MayberryAdd index entry for adding tracks
2007-05-22 Tim MayberryUpdate dbhelper.vim to include mapping for indexterm
2007-05-22 Tim MayberryAdd entry in the index for inverting the polarity of...
2007-05-22 Tim MayberryAdd an empty index element so that the docbook xsl...
2007-05-21 Paul Davisvirtualize audioregion, make crossfade IS-A audioregion
2007-05-19 Tim MayberryWhen loading sessions, create any missing session direc...
2007-05-18 Carl HetheringtonRename ARDOUR::Connection to ARDOUR::Bundle, a few...
2007-05-18 Carl HetheringtonRemove region raise() and lower(). Try to do region...
2007-05-18 Taybin Rutkinfix for compiling with COREAUDIO=yes. Hopefully this...
2007-05-18 Taybin Rutkinfix for linking midi++ on MacOSX.
2007-05-18 Tim MayberryAdd SessionDirectory::export_path and make sure it...
2007-05-18 Tim MayberryChange the return type of ARDOUR_UI::build_session...
2007-05-18 Tim MayberryRemove Session::create_session_directory as it is no...
2007-05-18 Tim MayberryUse SessionDirectory class in place of Session::create_...
2007-05-18 Tim MayberryAdd PBD::sys::path class that has a similar API to...
2007-05-18 Tim MayberryMove directory names out of Session class and into...
2007-05-18 Tim MayberryRename Session::create to Session::create_session_direc...
2007-05-18 Tim MayberryMove code from Session::create into the Session constru...
2007-05-18 Tim MayberryAdd Session::create_session_file_from_template method
2007-05-18 Tim MayberryAdd Session::create_session_file method
2007-05-18 Tim MayberryAdd a Session::initialize_start_and_end_locations method
2007-05-18 Tim MayberryUse PBD::copy_file in Session::create() to copy the...
2007-05-18 Tim MayberryChange return type of PBD::copy_file to boolean to...
2007-05-18 Tim MayberryMove Session::find_session into a session_utils.h header
2007-05-18 Tim MayberryMove file suffixes out of the Session class and into...
2007-05-18 Tim MayberryRemove unused variable and the accessor methods for...
2007-05-18 Tim MayberryRename NewSessionDialog::get_current_page to on_new_ses...
2007-05-18 Tim MayberryWhitespace fixes in gtk2_ardour/ardour_ui.cc
2007-05-18 Tim MayberryUse bool return type for ARDOUR_UI::unload_session...
2007-05-18 Tim MayberryWhitespace fixes in gtk2_ardour/ardour_ui.h
2007-05-18 Tim MayberryWhitespace fixes in gtk2_ardour/new_session_dialog.cc
2007-05-17 Carl HetheringtonAdd stacked lanes mode which displays regions on differ...
2007-05-17 Tim MayberryRemove bogus assertion from ardour/source.cc as the...
2007-05-16 Paul Davisbaby steps to virtualize AudioRegion
2007-05-16 Paul Davis2nd of tim mayberry's patches to fix middle-click pasti...
2007-05-16 Paul Davistim mayberry's patches to fix middle-click pastingina...
2007-05-16 Paul Davisadd alternate filters for soundfile browser
2007-05-16 Paul Davisadded L and R as possible audio file suffixes
2007-05-15 Paul Daviscorrectly manage video sync state
2007-05-14 Sampo SavolainenMake DEBUG=1 default and make ardour.sh, ardev and...
2007-05-14 Paul Davisadd new "lock position" feature for regions
2007-05-14 Paul Davisadd new A/B comparison for plugins, plus ways of disabl...
2007-05-14 Paul Davisadd new A/B comparison for plugins, plus ways of disabl...
2007-05-14 Doug McLaincode readability change I forgot to add before committi...
2007-05-14 Doug McLainAdd 'delta edit cursor' option to primary and secondary...
2007-05-11 Carl HetheringtonAdd some comments.
2007-05-11 Paul Davisanother redirect dialog fix
2007-05-11 Carl HetheringtonFix compilation with VST=1
2007-05-11 Tim MayberryConditionally compile CMT additions, enabled by default.
next