summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.cc
AgeCommit message (Expand)Author
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-01-10mo' better fixes for managing MIDI CC/automation lanesPaul Davis
2010-01-09remove a bunch of debug outputPaul Davis
2010-01-09lots of debug code still in place, but get a much improved structure for MIDI...Paul Davis
2010-01-07select-by-pitch from the piano roll header (inspired by Rosegarden); some imp...Paul Davis
2010-01-06screw up MIDI control "automation" tracks quite a bit while trying to improve...Paul Davis
2010-01-05fix some issues with context menu managementPaul 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-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington
2009-10-22Fix occasional crash on startup with MIDI tracks (race?).David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-07save & restore MIDI track note modePaul Davis
2009-09-25make MIDI thru work even when not rolling; add GUI control over MIDI thru (mi...Paul Davis
2009-09-10add step-rest keybinding for step editingPaul Davis
2009-09-05just one timeout callback for step editing, not one per trackPaul Davis
2009-09-03better way to "engage" step edit, and extend region correctly as neededPaul Davis
2009-09-03the basics of step editing, more details to followPaul Davis
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-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-16Don't bind playlist_modified with a shared_ptr<Playlist> parameter.David Robillard
2009-02-16Fix crash when NullAutomation is created (which shouldn't be happening, but h...David Robillard
2009-02-15Bring the note mode menu back from the dead.David Robillard
2009-01-28* MIDI control lanes: Set Interpolationtype according to ParameterHans Baier
2009-01-21* make MIDI-specific menu show up on all MIDI lanesHans Baier
2009-01-21* Added Menu to add a Program change parameter laneHans Baier
2009-01-02Cleanups and a few comments.Carl Hetherington
2008-12-29* fixed missing track color mode persistenceHans Baier
2008-12-25* Made MIDI channel coloring work in the track channel selectorHans Baier
2008-12-24* implemented three coloring modes for MIDI tracks (untested yet)Hans Baier
2008-12-12* fixed memory allocation bugsHans Baier
2008-12-11* added myself to about.ccHans Baier
2008-12-10* make patch selection appear only when there are patches loadedHans Baier
2008-12-09* moved /midi_patch_manager.* to libs/ardourHans Baier
2008-12-09* first working prototype of selecting instruments in the MIDI track headerHans Baier
2008-12-08* first primitive implementation of MidiPatchManagerHans Baier
2008-10-05Normalize XML property name style, preserving old session loading (on load _ ...David Robillard
2008-10-05Rename 'MIDI' drop down 'Channel' (actually describes what's in it).David Robillard
2008-10-05Commit the colours I thought I was committing the last time.David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-27Fix warnings.David Robillard
2008-09-23Eliminate a ton of unnecessary complete redrawing in MIDI stream views:David Robillard
2008-09-21- Call channel pressure channel pressure, not aftertouch (that's key specific).David Robillard