summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-13Fix (edited) MIDI saving restoring (restore note offs/durations correctly).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-10Fix crash on audio region bounce. Not sure if it's correct though...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-06slightly improved fixes for MIDI issuesPaul Davis
2007-08-06Fix startup crashes from recent MIDI stuff.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-06Fix for deadlock in Session::remove_source that was committed in rev 1815Tim Mayberry
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-31Use correct install path for powermate control surface module on x86_64. Fixe...Tim Mayberry
2007-07-31- build fixes for OS X.Taybin Rutkin
2007-07-30another minor fix for gtkmm breakage with Gtk::Settings::get_default() in not...Paul Davis
2007-07-30Basic canvas note event handling framework.David Robillard
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-24Protect ardour from sessions with errant capture sources stored in the Sampo Savolainen
2007-07-21Workaround / safeguard which should enable punching in more than once Sampo Savolainen
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-16Fix formatting of command stuff to adhere to The Guidelines(TM).David Robillard
2007-07-15Selection of visible note range (full range vs fit contents, selectable from ...David Robillard
2007-07-10show() widgets explicitly in the MixerUI window, fix UI::just_hide_it(), so t...Doug McLain
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
2007-07-04Add AutomationControl::parameter() for terseness.David Robillard