Remove declaration of unused and undefined method in Session class
[ardour.git] / libs / ardour /
2007-09-04 Tim MayberryRemove declaration of unused and undefined method in...
2007-09-04 Tim MayberryUse Session::_session_dir instead of Session::_path...
2007-09-04 Tim MayberryRemove inclusion of unused header file
2007-09-04 Tim MayberryRemove inclusion of unused header file
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 MayberryRemove three unused temporary variables from Session...
2007-09-04 Tim MayberryUse ARDOUR::create_backup_file in Session::save_state
2007-09-04 Tim MayberryUse ARDOUR::create_backup_file in Session::remove_state
2007-09-04 Tim MayberryAdd function ARDOUR::create_backup_file in new header...
2007-09-04 Tim MayberryRemove unused function PBD::copy_file
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
2007-09-04 Tim MayberryUse PBD::sys::path instead of PBD::copy_file in Session...
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
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-09-04 Tim MayberryUse sys::remove instead of ::unlink in Session::remove_...
2007-09-04 Tim MayberryUse PBD::sys::path and SessionDirectory in Session...
2007-09-04 Tim MayberryUse sys::path and SessionDirectory in Session::create_s...
2007-09-04 Tim MayberryRename PBD::SearchPath::get_string to PBD::SearchPath...
2007-09-04 Tim MayberryUse sys::path and SessionDirectory classes in Session...
2007-09-04 Tim MayberryUse PBD::sys::exists instead of Glib::file_test in...
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-13 David RobillardFix (edited) MIDI saving restoring (restore note offs...
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-10 David RobillardFix crash on audio region bounce. Not sure if it's...
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 Paul Davisslightly improved fixes for MIDI issues
2007-08-06 David RobillardFix startup crashes from recent MIDI stuff.
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-06 Tim MayberryFix for deadlock in Session::remove_source that was...
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-30 David RobillardBasic canvas note event handling framework.
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-24 Sampo SavolainenProtect ardour from sessions with errant capture source...
2007-07-21 Sampo SavolainenWorkaround / safeguard which should enable punching...
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.
2007-06-30 David RobillardPan automation work. Almost, but not quite, working.
2007-06-30 David RobillardAnother not-quite-there-but-better commit.
2007-06-29 Doug McLainMoved canvas colors and theme file selection into new...
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-29 David RobillardSeparate MidiBuffer and AudioBuffer into separate heade...
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-27 David RobillardFix annoying warning from canvas var stuff.
2007-06-27 David RobillardBig ol' automation refactor.
2007-06-27 Tim MayberryRemove functions from ardour/ardour.h that are now...
2007-06-27 Tim MayberryUse ARDOUR::system_data_search_path instead of get_syst...
2007-06-27 Tim MayberryAdd ARDOUR::system_data_search_path to ardour/filesyste...
2007-06-27 Tim MayberryRemove unused function ARDOUR::find_config_file
2007-06-27 Tim MayberryAdd ARDOUR::ardour_search_path that contains the direct...
2007-06-27 Tim MayberryAdd ARDOUR::config_search_path
2007-06-27 Tim MayberryRename ARDOUR::system_module_directory ARDOUR::ardour_m...
2007-06-27 Tim MayberryUse sys::path and ARDOUR::user_config_directory in...
2007-06-27 Tim MayberryReplace code for finding ControlProtocols/Surface plugi...
2007-06-27 Tim MayberryRemove AudioLibrary::uri2path and use Glib::filename_fr...
2007-06-27 Tim MayberryRemove AudioLibrary::path2uri and use Glib::filename_to...
2007-06-27 Tim MayberryUse sys::path and ARDOUR::user_config_directory in...
2007-06-27 Tim MayberryUse sys::path and ARDOUR::user_config_directory in...
2007-06-27 Tim MayberryUse sys::path and ARDOUR::user_config_directory in...
2007-06-27 Tim MayberryUse ARDOUR::user_config_directory in Configuration...
2007-06-27 Tim MayberryUse ARDOUR::user_config_directory in ARDOUR::user_templ...
2007-06-27 Tim MayberryAdd ARDOUR::user_config_directory in new header ardour...
2007-06-27 Tim MayberryRemove inclusion of an unused header file
next