summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_list_editor.cc
AgeCommit message (Expand)Author
2012-06-18fix comment indentationPaul Davis
2012-05-24Compile cleanly with clang.David Robillard
2012-04-20Fix some warnings.Carl Hetherington
2012-02-01provide full scroll-based editing in MIDI list editorPaul Davis
2012-02-01MIDI event list editor improvements, mostly to do with nagivation, but also e...Paul Davis
2012-02-01start to provide real functionality in MIDI list editor. far from finished, b...Paul Davis
2012-01-31tidy up MIDI list editor; make delete/backspace actually delete notes, and ma...Paul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2011-12-19rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_ba...Paul Davis
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-10-19Trim include tree.David Robillard
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-30do not offer combine operation for MIDI (see comment in libs/ardour/midi_play...Paul Davis
2010-12-14move ticks per beat from Meter to Timecode::BBT_Time, add new constructor for...Paul Davis
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-01-05more nudges to the MIDI list editorPaul Davis
2010-01-05get the MIDI list editor working a little better and a little morePaul 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-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-03the basics of step editing, more details to followPaul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis