summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2007-09-09Add history_suffix to ardour/filename_extensions.ccTim Mayberry
2007-09-06Deep "automation regions" support.David Robillard
2007-09-05Fix source directory paths so that the session name element is "legalized" an...Tim Mayberry
2007-09-04Add ARDOUR::TapeFileMatcher class for matching filenames and use it in Sessio...Tim Mayberry
2007-09-04Change the SessionDirectory constructor to take a sys::path instead of a stringTim Mayberry
2007-09-04Remove unused utility function elapsed_time_to_strTim Mayberry
2007-09-04Remove declaration of unused and undefined method in Session classTim Mayberry
2007-09-04Remove unused constant max_layer, which is also incorrectly defined as UCHAR_...Tim Mayberry
2007-09-04Remove unused functions Session::possible_statesTim Mayberry
2007-09-04Add ARDOUR::get_state_files_in_directory and ARDOUR::get_file_names_no_extens...Tim Mayberry
2007-09-04Add function ARDOUR::create_backup_file in new header ardour/session_state_ut...Tim Mayberry
2007-09-04Use functions in pbd/filesystem.h in Session::save_state for portabilityTim Mayberry
2007-09-04Use functions from pbd/filesystem.h in Session::remove_state for portabilityTim Mayberry
2007-08-31Reading of MIDI CC from MIDI regions (MidiModel). UI still needs work though..David Robillard
2007-08-28Split MidiModel::Note out to ARDOUR::Note in it's own file (midi_model.h was ...David Robillard
2007-08-17Per-region MIDI CC "automation".David Robillard
2007-08-16Make SMFSource suck significantly less.David Robillard
2007-08-14Fix segfault due to uninitialised variableCarl Hetherington
2007-08-13Remove excessive SMF "Wrote EOT" printing.David Robillard
2007-08-11Saving of edited MIDI data to disk (on session save).David Robillard
2007-08-11Fix MIDI file names on recording (don't write out a ton of useless empty .mid...David Robillard
2007-08-07Fix note separator lines from stealing mouse events.David Robillard
2007-08-07Fix note-offs during playback from model.David Robillard
2007-08-06Added missing files.David Robillard
2007-08-06merge changes to libmidi++ API from 2.0-ongoingPaul Davis
2007-08-06Genericificationalizeified AudioFilter (now Filter).David Robillard
2007-08-02Little MidiEvent prettification additions, ifdef'd non-realtime aspects (for ...David Robillard
2007-08-02... commit in top level instead of gtk2_ardour. whoops.David Robillard
2007-08-01Fix note delete crash bug.David Robillard
2007-08-01use XML state to store processors in mixer (strips) and fixup crash caused by...Paul Davis
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-07-31extend filtering to VST + AU, tweak details, add filter-by-creator and by lib...Paul Davis
2007-07-31Get MidiRegionView's hands on MidiModel for editing operations to come.David Robillard
2007-07-31- build fixes for OS X.Taybin Rutkin
2007-07-28Use 'show contents' note range by default (fix uninitialized value).David Robillard
2007-07-28Playback from MIDI model, playback of clicked-in events.David Robillard
2007-07-20Remove random access interface from MidiBuffer, towards killing fixed/limited...David Robillard
2007-07-20Trimmed some code by removing silly Java-isms.David Robillard
2007-07-20Fix absolutely atrocious memory leak on MIDI recording. I meeean... move alo...David Robillard
2007-07-20Added Note tool to Keymouse Actions menu and gave it a hotkey (n).David Robillard
2007-07-17Midi pencil undo (not yet serializable).David Robillard
2007-07-16support for 16 bit native files, part IIPaul Davis
2007-07-15Selection of visible note range (full range vs fit contents, selectable from ...David Robillard
2007-07-07Linear interpolation for MIDI CC (bar controller, line, and actual MIDI outpu...David Robillard
2007-07-07Note modes: note, percussion.David Robillard
2007-07-06Fix 'live' CC sending of bar controllers after loading session (previously on...David Robillard
2007-07-06Midi CC automation sending (send points only, no linear interpolation yet).David Robillard
2007-07-05Replace remaining references to 'param_id' (with 'parameter').David Robillard
2007-07-05Remove unneeded cruft from Curve.David Robillard
2007-07-04Changed Processor interface to support out-of-place processors, for Panner.David Robillard