summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_list_editor.cc
AgeCommit message (Expand)Author
2016-10-13Add region position to note start in the midi list editorNil Geisweiller
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-12use new midi-note-name APIRobin Gareus
2016-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-06-29use consistent (large) size when calling to_ticks()Paul Davis
2015-01-07MusicalTime => Beats.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-11-22Fix quantization and other time-related ops.David Robillard
2014-11-15fix compilation with --no-nlsRobin Gareus
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