summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.cc
AgeCommit message (Expand)Author
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
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Restore visible CC/etc automation tracks on session load.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-02Fix range problems for pitch wheel controller.David Robillard
2008-05-02* removed old implementation for Program Changes from MidiModelHans Baier
2008-04-21* persisting/restoring track channel settings works nowHans Baier
2008-04-21* UI fixes for track channel selectionHans Baier
2008-04-20* made notes whose channel is not selected in the track appear gray, see http...Hans Baier
2008-04-19* fixed display bug in track channel selectorHans Baier
2008-04-19* made channel selector look quite nice, see http://www.flickr.com/photos/240...Hans Baier
2008-04-19* first prototype for track based channel selection worksHans Baier