summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-20Bundle x42-tuner, drop rule-based midifilterRobin Gareus
2019-08-20Fix prev commit, state-restore of pluginsRobin Gareus
2019-08-19LV2 extension to override strict-i/o per pluginBen Loftis
This allows mono to stereo plugins to override the default routing and forces both outputs to be connected.
2019-08-17Remove explicit pulse version check (debian/wheezy builds)Robin Gareus
2019-08-16Suffix complete hw: ID to make ALSA card names uniqueRobin Gareus
2019-08-16Further tweaks to .pending file removalRobin Gareus
* only delete it after successful save * show unlink notification in debug-builds
2019-08-16Prefer implicit deletion of .pendingRobin Gareus
Session destruction removes ".pending", no need to explicitly delete the file.
2019-08-16Fix periodic backup savesRobin Gareus
Retain ".pending" files until explicit save or session destruction. Previously every transport-stop deleted them :(
2019-08-16Fix C++98 compatRobin Gareus
2019-08-15Prefer "one track per file" as defaultRobin Gareus
2019-08-15Don't print usage to stdout for invalid parametersRobin Gareus
2019-08-13Tweak .clang-formatRobin Gareus
2019-08-13NO-OP: clang format, comments & whitespaceRobin Gareus
2019-08-13Remove unused EditorSources selection filterRobin Gareus
2019-08-13Remove remnants of hack from 9f3f3738e7444ee3Robin Gareus
This fixes multiple selection. The original code using "selection_countdown" is no longer in place. There's no "counter" to arm. Shift/Tab name edit works regardless. "s/m/r" solo/mute/rec shortcuts in the treeview have been discontinued since a long time as well. Keyboard shortcuts are per window, regardless of grab_focus() PS. This change makes it easier for a user to start a drag/drop operation of multiple regions. That currently assert()s, only the first selected region is used.
2019-08-13Fix transient removal -- #7785Robin Gareus
Incorrect iterators were used for user-transients.
2019-08-12Remove unused EditorRoutes selection filterRobin Gareus
2019-08-12Re-order editor sidebar: prioritize "Tracks & Busses"Robin Gareus
2019-08-12(RegionList) Tweak column ordering + fix translation namingRobin Gareus
2019-08-12Source List: Explicitly check whether a file is in the {Audio|MIDI} folder ↵Ben Loftis
where it should be. Anywhere else (even somewhere else inside the session folder) should be flagged "weird"
2019-08-12Source List: Source regions can be tagged, too.Ben Loftis
2019-08-12Add Pref to write mixer-screenshot post-exportRobin Gareus
2019-08-12Consolidate: use PBD method to try hard-linkingRobin Gareus
2019-08-12Add PBD API to hard-link filesRobin Gareus
2019-08-12Allow export get_path() without formatRobin Gareus
This is in preparation for post-export screenshots: A possibility to get a file-path, independent of the format.
2019-08-12NO-OP: whitespaceRobin Gareus
2019-08-12NO-OP: mark private variables, remove cruftRobin Gareus
2019-08-12Initialize some more uninitialized variablesRobin Gareus
2019-08-12Prefer std::vector<> over C-style malloc/free**Robin Gareus
This fixes a potential out of bounds read `if (_dbtp_plugin[c])` if c is larger than the allocated channel count.
2019-08-12Initialize variableRobin Gareus
2019-08-12Initialize variableRobin Gareus
2019-08-12Fix middle-click note selectionRobin Gareus
2019-08-12Fix midi-note selection invertRobin Gareus
Selecting Notes in a region does not select the region itself. Invert-selection needs to iterate over midi-regions that contain the selection.
2019-08-12(RegionList) Don't change selection for context-menuRobin Gareus
2019-08-12Add Action to save mixer screenshotRobin Gareus
2019-08-12Add Lua-Dialog support for FileChooserWidget (save file)Robin Gareus
2019-08-12Add Lua bindings for convenient Glib methodsRobin Gareus
2019-08-11Fix auto capture alignment when bouncing metronomeRobin Gareus
2019-08-11Allow to inhibit screensaver/system sleepRobin Gareus
2019-08-11Add types/enum for screensaver modeRobin Gareus
2019-08-11Simplify screensaver inhibit API and fix OSX compatibilityRobin Gareus
2019-08-11Add/remove source(s) in our MSVC project (gtk2_ardour)John Emmas
2019-08-11Prototype infrastructure to disable screensaverRobin Gareus
2019-08-10ptformat: Update to upstream 8d29d79 (drop fades && fix offsets)Damien Zammit
2019-08-07Add script to `xdot` plot the process graphRobin Gareus
2019-08-07Add Lua bindings for Pango AlignmentRobin Gareus
2019-08-07NO-OP: Fix compiler warning (-Wreturn-type)Robin Gareus
2019-08-07Add method to graphviz plot the process-graphRobin Gareus
2019-08-06Gui should allow foldback bus to be mono.Len Ovens
2019-08-06foldback may be mono don't set panner typeLen Ovens