summaryrefslogtreecommitdiff
path: root/libs/ardour/SConscript
AgeCommit message (Expand)Author
2008-09-26Add Import from session -functionalitySakari Bergen
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-20Remove ogg and flac compile flags from libs/ardour and gtk2_ardour. This remo...Sakari Bergen
2008-09-19* Added PBD::UUIDSakari Bergen
2008-09-19Tidy.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-17build fixes for external libsndfile, plus make ogg & FLAC required libs nowPaul Davis
2008-09-17merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-08-04* first implementation of MIDI Clock Slave supportHans Baier
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-21Fix install path problems (s/ardour2/ardour3).David Robillard
2008-02-19'Channel safe' MIDI:David Robillard
2008-02-18Preliminary (read: kludgey) MIDI import support.David Robillard
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-02-04Fix domain to match 2.0-ongoing style.David Robillard
2008-02-02Sort various things to reduce merge hell. No functional changes.David Robillard
2008-02-02Merge with 2.0-ongoing R2988David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2008-01-19Merge with trunk R2935.David Robillard
2008-01-17MIDI region stretching.David Robillard
2008-01-13Install everything to *ardour3* instead of *ardour2*.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-11-12Upgrade gtkmm to 2.10.8, glibmm to 2.13.3 and add cairomm 1.2.4Carl Hetherington
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-10-31new port design, probably about 90% done (i.e it mostly works and this commit...Paul Davis
2007-10-26use filechooser widget in export dialog, selected files set format combos, hi...Nick Mainsbridge
2007-10-19Various work on bundles. We now have a Bundle Manager dialogue, and hopefull...Carl Hetherington
2007-10-17new internal port type, round I, plus tiny fix for legalize_for_xml() (also f...Paul Davis
2007-10-16virtualize Port object; clean up automation tracks from track deletionPaul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-09-04Add ARDOUR::TapeFileMatcher class for matching filenames and use it in Sessio...Tim Mayberry
2007-09-04Add function ARDOUR::create_backup_file in new header ardour/session_state_ut...Tim Mayberry
2007-08-28Split MidiModel::Note out to ARDOUR::Note in it's own file (midi_model.h was ...David Robillard
2007-08-06Genericificationalizeified AudioFilter (now Filter).David Robillard
2007-07-06Midi CC automation sending (send points only, no linear interpolation yet).David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard
2007-06-27Replace code for finding ControlProtocols/Surface plugins with a portable equ...Tim Mayberry
2007-06-27Add ARDOUR::user_config_directory in new header ardour/filesystem_paths.hTim Mayberry
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-20Split PortInsert and PluginInsert into their own files.David Robillard
2007-06-17Add ardour/template_utils.h that contains ARDOUR::user_template_directory and...Tim Mayberry
2007-06-17Replace Session::discover_best_sound/midi_dir with Session::get_best_session_...Tim Mayberry
2007-06-01Preliminary visible MIDI notes in MidiRegionView.David Robillard
2007-05-18Rename ARDOUR::Connection to ARDOUR::Bundle, a few minor cleanups along the way.Carl Hetherington
2007-05-18Add PBD::sys::path class that has a similar API to boost::filesystem::path bu...Tim Mayberry