summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_streamview.cc
AgeCommit message (Expand)Author
2011-03-04Slight fix to comment.Carl Hetherington
2011-03-04Hack round a maybe delightful (for some values of delightful) and certainly e...Carl Hetherington
2011-03-03deframe audio regions as well as MIDI when entering internal edit modePaul Davis
2011-03-03experiment with making MIDI region boxes vanish when in note/internal edit mo...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-05Improve GUI display during MIDI record in various ways.Carl Hetherington
2010-09-21(1) remove almost-never used block/unlock_property_changes() methods from PBD...Paul Davis
2010-09-19Fix MIDI streamview grid. Fixes #3460.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-08-20Allow drag when creating a MIDI region. Fixes #3363.Carl Hetherington
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-06-28Fix crash due to uninitialised use of _note_lines.Carl Hetherington
2010-06-24change note colors on the fly, to permit user-definition of colors more easil...Paul Davis
2010-06-06Lincoln's patch from #3224 to colour midi stream view backgrounds properly.Carl Hetherington
2010-06-03patch from lincoln to make MIDI track height changes no longer just grow note...Paul Davis
2010-06-03move computation of TimeAxisViewItem fixed heights into a static member funct...Paul Davis
2010-05-29lincoln's patch to make MIDI note lines go away at smaller track heightsPaul Davis
2010-05-23Revert my rev. 7140 and fix it better.Carl Hetherington
2010-04-21Don't try to load separate diskstreams in 3.0 session files. Fix a few uses ...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-08use RegionCommand for same-track region dragsPaul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-25Remove Session dependency from BeatsFramesConverter.David Robillard
2009-10-21Fix O(n) search on MIDI rec region update (now O(log(n)) per update, but coul...David Robillard
2009-10-21Fix MIDI rec regions.David Robillard
2009-10-19Use set over vector for Sequence::Notes, for logarithmic search by time.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-10do not crash when loading old history files with MIDI edits; add all notes in...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-06-03Use sigc::slots rather than templates + function ptrs for a foreach_region an...Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-19Fix crash when using pencil on empty track areas while zoomer is fully zoomed...David Robillard
2009-02-15Factor out region layering.David Robillard