summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-12Lua script to export markers as mp4 chaptersJohannes Mueller
2016-09-12Expose Location::name() to LuaJohannes Mueller
2016-09-12Add a Lua wrapper to Glib::build_filename()Robin Gareus
2016-09-12allow running from src-tree using system-wide gtk-themes w/color defsRobin Gareus
2016-09-12Example script to prepare the session to recordJohannes Mueller
2016-09-12Expose `Locations::remove()` to LuaJohannes Mueller
2016-09-12add request_play_loop() & get_play_loop() to luabindingsThomas Brand
2016-09-11Fix #7015, Crash while aborting Region trim using Esc keyTim Mayberry
2016-09-11Fix #6774, Moving start/end markers doesn't set Session as modified/dirtyTim Mayberry
2016-09-11Fix #7003, Store/Restore state of checkboxes in Export dialogTim Mayberry
2016-09-09closing the normalize dialog should not run normalize (#7016)Paul Davis
2016-09-09fix WM close handling for session lock dialog (#7017)Paul Davis
2016-09-07for files imported without copy, _origin is a full path. We should use this w...Paul Davis
2016-09-07correct comment for FileSource::find()Paul Davis
2016-09-06add ActionManager::rec_sensitive_actions and put "add track/bus" in this grou...Paul Davis
2016-09-06use moved version of reset_focus()Paul Davis
2016-09-06Expose record enable/disable to Lua bindingsJohannes Mueller
2016-09-06use moved version of reset_focus()Paul Davis
2016-09-06move kbd focus reset method into ARDOUR_UI where it (probably) belongsPaul Davis
2016-09-06Update clear-gray-ardour.colorscooltehno
2016-09-06use existing Editor::reset_focus() method to reset focus after audio clock ed...Paul Davis
2016-09-06do not set the focus widget to be a toplevel window in Editor::reset_focus.Paul Davis
2016-09-07Fix incorrect estimate of future revision.nick_m
2016-09-07Remove unused variable.nick_m
2016-09-07Load midi region length and start correctly in sessions modified by v5.0 -> 5...nick_m
2016-09-06remove duplicate enum -- copy/paste typoRobin Gareus
2016-09-06expose PeakMeter Lua bindingsRobin Gareus
2016-09-06Set start_pulse and length_pulse from state, neither need to be a PBD::Property.nick_m
2016-09-05Fix the tempo note-type hallucination.nick_m
2016-09-04Sanity check for TempoMap::get_grid ()nick_m
2016-09-04Revert part of d50df8279966.nick_m
2016-09-04Fix graphical issues in tempo curve.nick_m
2016-09-02Move check for detected bundle earlier in install process.Todd Naugle
2016-09-03Fix various paste errors in tempo.cc. Should fix recent regressions.nick_m
2016-09-02Ensure the correct position is passed to MidiRegionView::get_grid_beats().nick_m
2016-09-02Use the stored beat to recalculate pulse when setting position as sub_num is ...nick_m
2016-09-02Editor::get_grid_type_as_beats() returns the quarter note equivalent of BBT b...nick_m
2016-09-02Consolidate the meaning of beat divisions.nick_m
2016-09-01Fix a bug when formatting time stringsJohn Emmas
2016-08-31OSC: don't restore User preset before writing new oneLen Ovens
2016-09-01Attempt to clarify tempo map comments.nick_m
2016-09-01Revert 894cdb6f5c2064.nick_m
2016-09-01Snap to beat snaps to quarter note.nick_m
2016-08-31No-op - rename var in MidiRegionView::note_dropped().nick_m
2016-08-31TempoMap::pulse_at_frame() handles separated musical sections as per beat_at_...nick_m
2016-08-31Fix incorrect inclusion of note_type in Tempo::pulses_per_minute().nick_m
2016-08-31Keep region beat and pulse separated, ensure pulse is updated when setting po...nick_m
2016-08-31Fix incorrect start_pulse in MidiRegion copy-with-offset ctor.nick_m
2016-08-31Amend f3c0c1a865 (Add quarter-note position methods).nick_m
2016-08-31NoteCreateDrag uses quarter-notes.nick_m