summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* when dragging or copying multiple regions, respect position lock style.HEADorigin/masterorigin/HEADmasternick_m2016-12-141-7/+35
* changes to adapt to modified version of GTK/Quartz which uses only MOD2 for C...Paul Davis2016-12-133-25/+3
* Further fixes to non-cxx11 enabled buildsTim Mayberry2016-12-133-4/+4
* Fix for non-cxx11 enabled buildsTim Mayberry2016-12-131-2/+2
* Add option to Zoom to Selection on double clickTim Mayberry2016-12-135-4/+29
* Change Zoom to Selection action (Z key) to zoom on both axesTim Mayberry2016-12-136-64/+19
* Fix layered-record undo, include changes to existing region(s)Robin Gareus2016-12-131-0/+4
* Fix possible crash when removing ports with jack1Robin Gareus2016-12-121-1/+6
* Add Slavable::AssignmentChanged signal to notify when a slavable is assigned/...Paul Davis2016-12-122-16/+26
* UI tweak for the spacer at the bottom of the master bus.Ben Loftis2016-12-122-11/+13
* only update MidiRegion length_beats in partial copy ctor if there is an offset.nick_m2016-12-131-1/+1
* only set the exact musical position of the primary region for move/copy drag.nick_m2016-12-131-11/+34
* only recalculate MidiRegion start_beats if there is an offset in the 'part-of...nick_m2016-12-131-2/+4
* Towards making tape-tracks work again..Robin Gareus2016-12-121-0/+56
* Fix a potential deadlock/crash (here tape-track peak-file)Robin Gareus2016-12-121-0/+2
* Fix potential deadlock on session-loadRobin Gareus2016-12-121-2/+5
* disallow placement of audio-locked tempi within a frame of any other.nick_m2016-12-121-0/+5
* sort tempo curves initially as well.nick_m2016-12-121-7/+6
* fix loop/crash when dragging an audio-locked tempo over a music-locked one wh...nick_m2016-12-121-10/+6
* no-op - rename TempoMap::set_active_tempos -> TempoMap::set_active_tempinick_m2016-12-122-3/+3
* clean up some odd logic.nick_m2016-12-121-8/+9
* amend previous commitnick_m2016-12-121-2/+2
* rename MetricSection movable -> initial, but of course initial is !movable..nick_m2016-12-125-51/+51
* Add support for MacVST hidden/favoritesRobin Gareus2016-12-111-0/+2
* Add a small tool to experiment with libcanvasRobin Gareus2016-12-114-0/+281
* there is no need to do a full set_colors() in MidiGhostRegion ctor.nick_m2016-12-111-2/+2
* tempo curve fiddling.nick_m2016-12-111-5/+6
* go back to always interpolating framed curve points.nick_m2016-12-111-9/+2
* make TempoMap::dump slightly more readable.nick_m2016-12-111-1/+1
* fix incorrect audio-locked tempo position when setting bbt via tempo dialog.nick_m2016-12-111-0/+4
* fix flickering in tempo curve when markers are reordered.nick_m2016-12-111-1/+1
* constify TempoCurve::tempo().nick_m2016-12-111-1/+1
* fix bar renumbering for audio-locked metrum.nick_m2016-12-111-3/+17
* fix typo in 914224fRobin Gareus2016-12-111-2/+2
* Revert "Pixel hunt cairo-packer (status-bar, selection-clock border)"Robin Gareus2016-12-111-1/+1
* Pixel hunt cairo-packer (status-bar, selection-clock border)Robin Gareus2016-12-111-1/+1
* Check for reserved i/o that are not routes, fixes #7171Robin Gareus2016-12-113-20/+17
* CairoPacker draws outside of its widget allocationRobin Gareus2016-12-102-9/+25
* Add editor actions to set tempo and meterRobin Gareus2016-12-103-1/+22
* Tweak transport iconsRobin Gareus2016-12-101-4/+4
* Black selection & punch clock bgRobin Gareus2016-12-101-2/+2
* Fix video-monitor "sync-source" changesRobin Gareus2016-12-101-0/+1
* Add support for Pango Markup to ArdourButtonRobin Gareus2016-12-102-12/+30
* Consistent ArdourButton sizing for elements with LEDRobin Gareus2016-12-101-3/+5
* Speed up recent-session display with lots of snapshots.Robin Gareus2016-12-081-1/+5
* Add LIBPBD_API to a function declarationJohn Emmas2016-12-081-1/+1
* Add some doc/comments to the timecode example scriptRobin Gareus2016-12-081-5/+9
* remove dups.Robin Gareus2016-12-081-3/+0
* For building with MSVC, std::strtof() didn't get introduced until VS2013John Emmas2016-12-081-0/+5
* I can't find a source file called MIDIXML.cpp (??)John Emmas2016-12-081-4/+0
* Add missing enum bindingsRobin Gareus2016-12-081-0/+7
* Add timecode example scriptRobin Gareus2016-12-081-0/+17
* Clarify "frames" (video, timecode) vs "samples" (audio)Robin Gareus2016-12-0812-42/+42
* add Lua bindings for Timecode conversionRobin Gareus2016-12-083-1/+171
* braces, pleasePaul Davis2016-12-081-2/+4
* Speed up recent session display (for many large sessions)Robin Gareus2016-12-084-55/+55
* a-fluidsynth process events even when no sf2 is loaded.Robin Gareus2016-12-071-1/+29
* amend 581c7b6 -WparenthesesRobin Gareus2016-12-071-1/+1
* Save/Restore MIDI Automation Controls (current CC, PGM)Robin Gareus2016-12-073-1/+39
* Further tweaks to EngineDialog z-axis stackingRobin Gareus2016-12-072-6/+15
* Speed up unloading large sessions.Robin Gareus2016-12-071-1/+4
* Set MidiPgmChangeAutomation control valueRobin Gareus2016-12-071-0/+2
* Add Lua bindings to inspect MidiTrack::MidiControlRobin Gareus2016-12-071-0/+7
* Fix another crash at exit.Robin Gareus2016-12-071-1/+3
* fix copy/paste typo in prev. commitRobin Gareus2016-12-071-1/+1
* Work around silence-trim config 0dBFS (7b1f97bf)Robin Gareus2016-12-071-1/+7
* Revert "Fix export silence threshold by using a constant value for now"Robin Gareus2016-12-071-2/+5
* fix parsing "-inf" in config variablesRobin Gareus2016-12-072-0/+11
* Don't assume patch-banks are populated.Robin Gareus2016-12-062-2/+6
* Allow sparse CC lists.Robin Gareus2016-12-061-1/+6
* a-fluid synth: label Reverb & Chorus sends.Robin Gareus2016-12-062-2/+4
* create_drum_tracks lua script by Phillip SmithBen Loftis2016-12-061-0/+41
* add_filters lua script by Phillip SmithBen Loftis2016-12-061-0/+54
* Allow to send Immediate Patch ChangesRobin Gareus2016-12-062-0/+105
* a-fluid synth: list all bank/programsRobin Gareus2016-12-061-43/+83
* Turn a-fluidsynth into C++Robin Gareus2016-12-062-6/+6
* rough-in a-fluid synth midnam supportRobin Gareus2016-12-061-2/+146
* Fix #6753Julien ROGER2016-12-061-6/+14
* Fix crash when track creation failed draging regionJulien ROGER2016-12-061-12/+17
* Include last sample in reverse test for nonsilence in end trim during exportTim Mayberry2016-12-061-1/+1
* Don't move the Range Selection after performing Multi DuplicateTim Mayberry2016-12-061-10/+11
* Fix Multi Duplicate for a Range SelectionsTim Mayberry2016-12-061-4/+9
* Rename Duplicate Range action to Duplicate and assign existing Alt+d key bindingTim Mayberry2016-12-062-3/+7
* Fix issues in export with trim enabledTim Mayberry2016-12-061-88/+90
* Rename AudioGrapher::SilentTrimmer method to reflect behaviourTim Mayberry2016-12-061-3/+3
* Always signal writing to file is complete at end of the export processTim Mayberry2016-12-061-26/+18
* Fix export silence threshold by using a constant value for nowTim Mayberry2016-12-061-5/+2
* Add script to run audiographer testsTim Mayberry2016-12-061-0/+38
* add another useful PluginInsert bindingRobin Gareus2016-12-061-0/+1
* Prevent endless recursion on Evoral::Event<>Robin Gareus2016-12-051-0/+1
* Fixup 08fffef (consistent class name)Robin Gareus2016-12-051-1/+1
* Add Lua bindings to manage GroupsRobin Gareus2016-12-053-1/+65
* fader-to-trim lua script by Phillip SmithBen Loftis2016-12-051-0/+60
* set AtomObject body ID to zero (as per spec when unused)Robin Gareus2016-12-051-5/+5
* Fix theme names (dash is used to separate program-name)Robin Gareus2016-12-052-0/+0
* Remove boost_system test kludgeDavid Robillard2016-12-041-3/+2
* Update evoral test suiteDavid Robillard2016-12-043-0/+65
* Fix configurationDavid Robillard2016-12-041-1/+2
* Improve coverage of evoral testsDavid Robillard2016-12-042-0/+35
* Improve coverage of evoral testsDavid Robillard2016-12-044-6/+100