summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_editor.cc
AgeCommit message (Expand)Author
2019-08-20Skip potential garbage midi-stepRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-12-27remove debug outputPaul Davis
2018-12-27div wrappingPaul Davis
2018-12-22deal with end-of-step-editing in a better wayPaul Davis
2018-12-22make StepEntry into a singleton.Paul Davis
2018-01-27Fix some small memory leaks (GUI)Robin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-02-04rework snapnick_m
2016-08-14Allow negative return in TempoMap::beat_at_frame() and its exact_ variant.nick_m
2016-07-10Make some musical operations on music-locked regions operate in beats.nick_m
2016-06-08Step edit cursor no longer assumes constant tempo.nick_m
2016-05-31fix unused variable warningPaul Davis
2016-05-27Tempo ramps - rename meter_at() -> meter_at_frame() & make the ticker slightl...nick_m
2016-05-27Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audi...nick_m
2016-05-27Tempo ramps - fix changing from const to ramp in the gui.nick_m
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-07-04fix various issues when deleting midi region during step-edit Robin Gareus
2015-04-21update some calls to use new get_preferred_edit_position; needs testingBen Loftis
2015-01-07Start step entry at playhead.David Robillard
2015-01-07Fix whitespace (noop).David Robillard
2015-01-07MusicalTime => Beats.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2013-07-09Merge branch 'master' into cairocanvasPaul Davis
2013-07-07window delete/hide is managed by WMProxy (amend to cb6f16ac)Robin Gareus
2013-06-06Merge branch 'master' into cairocanvasPaul Davis
2013-05-21fix 5498 -- use note length from step-entry with midi keybd.Robin Gareus
2013-05-02merge resolution with masterPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-04-12leftmost_position => leftmost_sample, current_page_frames => current_page_sam...Paul Davis
2013-01-16add copyright commentsPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul 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-08-16attempt to fix deep confusion in GUI code about converting between musical an...Paul Davis
2011-06-14Fix crash on moving back beyond the region start in the step editor (#4113).Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2010-12-14move ticks per beat from Meter to Timecode::BBT_Time, add new constructor for...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-08-20Allow drag when creating a MIDI region. Fixes #3363.Carl Hetherington
2010-08-15some fuzzy logic to avoid note "overlaps" during step editingPaul Davis
2010-08-15split out the logic behind step editing from MidiTimeAxisView as much as poss...Paul Davis