ardour.git
2007-08-16 Tim MayberryUse scons to generate manual entities so the manual...
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-08-15 Doug McLainfix invisible tearoff arrow for light theme
2007-08-14 Carl HetheringtonFix segfault due to uninitialised variable
2007-08-13 David RobillardRemove redundant view <-> model value mapping stuff...
2007-08-13 David RobillardFix region gain envelope line colour (was 100% transpar...
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-10 David RobillardFix some evil "tabs".
2007-08-10 David RobillardTouch select (hold left <Shift> or <Control>).
2007-08-10 David RobillardRemove excessive printing during note dragging.
2007-08-09 David RobillardFix rect select to work in all directions.
2007-08-09 David RobillardMake MIDI tools actually do something. Sorta. Sometimes.
2007-08-08 David RobillardAdded missing MIDI tool pixmaps.
2007-08-08 David RobillardFirst appearance of MIDI edit tool bar. Toggles when...
2007-08-08 David RobillardMulti-note (ie selection) dragging.
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-07 David RobillardRidiculously CPU-chewey rect select (for sustained...
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 RobillardFix note range toggling (ie actually change visible...
2007-08-06 David RobillardGenericificationalizeified AudioFilter (now Filter).
2007-08-06 Tim MayberryFix for deadlock in Session::remove_source that was...
2007-08-06 David RobillardBrought back visual indication of delete dragging.
2007-08-06 David RobillardDon't draw measure lins a ton of times... but still...
2007-08-05 David RobillardClear selection when clicking region background (usual...
2007-08-05 David RobillardI can't believe it's not one canvas! (TM)
2007-08-05 David RobillardPulled tempo line stuff out into it's own relatively...
2007-08-05 David RobillardSelection deleting.
2007-08-05 David RobillardNote selection via clicking (including multi-note selec...
2007-08-04 David RobillardTheme-ified MIDI note colours, implemented automagic...
2007-08-04 David RobillardFix vertical note dragging 'double distance' bug.
2007-08-04 David RobillardLine up percussion hits correctly.
2007-08-04 David RobillardObey snap setting for MIDI stuff.
2007-08-04 David RobillardMoved note height/range/etc stuff from MidiRegionView...
2007-08-04 David RobillardSwitched to right mouse button for note adding.
2007-08-02 David RobillardLittle MidiEvent prettification additions, ifdef'd...
2007-08-02 Paul Davisfix bad dynamic cast
2007-08-02 Paul DavisUI RC files are now generated by scons
2007-08-02 Paul Davisadd theme files to default target, and install using...
2007-08-02 David Robillard... commit in top level instead of gtk2_ardour. whoops.
2007-08-02 David RobillardFunctional note moving.
2007-08-02 David RobillardSnap note dragging vertically to note values (rows).
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 RobillardNote deleting.
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-08-01 Paul Davisnew proto-script to generate OS X UI RC files from...
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 Tim MayberryUse correct install path for powermate control surface...
2007-07-31 Taybin Rutkin- build fixes for OS X.
2007-07-30 Paul Davisfix some aspects of midi region view event handling
2007-07-30 Paul Davisanother minor fix for gtkmm breakage with Gtk::Settings...
2007-07-30 Paul Davisadd filtering to plugin selection dialog
2007-07-30 David RobillardCatch keyboard events on notes.
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 Paul Davisben's fix for radio button grouping
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-19 David RobillardNote canvas event handling testing stuff.
2007-07-19 Sampo SavolainenFix for the crossfade editor due to type issues
2007-07-19 Paul Davisstop audio clocks from vanishing when turned off
2007-07-18 Tim MayberryRestore position of the mixer window when it is reopene...
2007-07-17 David RobillardMidi pencil undo (not yet serializable).
2007-07-16 Paul Davissupport for 16 bit native files, part II
2007-07-16 Paul Davissupport for 16 bit native files
2007-07-16 David RobillardFix formatting of command stuff to adhere to The Guidel...
2007-07-15 David RobillardAdded missing tool_note.png (just a placeholder for...
2007-07-15 David RobillardSelection of visible note range (full range vs fit...
2007-07-10 Doug McLainshow() widgets explicitly in the MixerUI window, fix...
2007-07-07 Doug McLainfinish show() stuff for mixer strip and friends
2007-07-07 David RobillardLinear interpolation for MIDI CC (bar controller, line...
2007-07-07 Doug McLainmore show() stuff, and replaced strip->show_all();...
2007-07-07 David RobillardNote modes: note, percussion.
2007-07-06 Doug McLainshow() widgets explicitly in the MixerStrip and IOSelector
2007-07-06 Doug McLainshow() widgets explicitly in gtk2_ardour/ardour_ui.cc
2007-07-06 Doug McLainshow() widgets explicitly in gtk2_ardour/add_midi_cc_tr...
2007-07-06 Doug McLainshow() widgets explicitly in gtk2_ardour/analysis_window.cc
2007-07-06 Doug McLainshow() widgets explicitly, one little file at a time
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 Doug McLainchange bus gainmeter text for light theme to black...
2007-07-05 David RobillardScale MIDI track vertical range to match widgest range...
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 RobillardDisplay correct value for verbose control point cursor...
2007-07-04 David RobillardChanged Processor interface to support out-of-place...
next