summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-31Add support for PreSonus Faderport2 (2018 model)Ben Loftis
2018-07-31Cleanup trigger_script_by_name() debug/error messagesRobin Gareus
2018-07-30Expose Config and Cache dirs to LuaRobin Gareus
2018-07-30Fix "session dirty" flicker during session-setup.Robin Gareus
2018-07-30Ignore state-changes during deletionRobin Gareus
2018-07-30Ruler visibility is not really a session-prop.Robin Gareus
2018-07-30Fix processor invalidation issue with substiuted routesNikolaus Gullotta
2018-07-30Amend VST "MasterUpdateDisplay", allow UI(s) to idle-update.Robin Gareus
2018-07-30Fix VST callback and crash for some pluginsRobin Gareus
2018-07-27add group_name fallback for adding routes to groupsNikolaus Gullotta
2018-07-27whitespace editing and comments + add ability to substitute routes at willNikolaus Gullotta
2018-07-27Allow to disable smart ruler changes.Robin Gareus
2018-07-27NO-OP: clean up whitespace, separate methodsRobin Gareus
2018-07-27new_grid: The Return of the snap_to_X functions.Ben Loftis
2018-07-27Prepare types for new gridRobin Gareus
2018-07-27new_grid: fix some thinkos in ruler math, to better match sensible grid lines.Ben Loftis
2018-07-27new_grid: Add options for rulers_follow_grid and grid_follows_internalBen Loftis
2018-07-26Fix crash when testing invalid MIDI file.Robin Gareus
2018-07-25get rid of ugly concatenation in favor of string.format(), and add small read...Nikolaus Gullotta
2018-07-25Fall back to default Session export dir, if export path does not exist.Robin Gareus
2018-07-25Don't allow invalid export Locations (when using the GUI)Robin Gareus
2018-07-25Reset export-config maps before each new export (2/2)Robin Gareus
2018-07-25Reset export-config maps before each new export (1/2)Robin Gareus
2018-07-25Add an API to reset export-handler configs.Robin Gareus
2018-07-25Clarify error message when file cannot be created,Robin Gareus
2018-07-24GUI tweaks for unset midi banks.Robin Gareus
2018-07-24Distinguish unset MIDI Patch and bank 0Robin Gareus
2018-07-23mark_tracks() now accepts a bool that tells it to work of a selected routelis...Nikolaus Gullotta
2018-07-23Don't cut-off grid-type.Robin Gareus
2018-07-23Hardcode pitch-shift algorithm (for now)Robin Gareus
2018-07-23Revert "Add timestretch debug printf"Robin Gareus
2018-07-23Fix timestretch "resample without preserving pitch"Robin Gareus
2018-07-23Add timestretch debug printfRobin Gareus
2018-07-21Fix log-scale rangesteps and log-control numeric spinboxesRobin Gareus
2018-07-19Fix Ctrl-Surface UI/Edit button sensitivityRobin Gareus
2018-07-18Fix generic UI sliders w/rangestepsRobin Gareus
2018-07-18Fix and tweak LV2:RangeStepRobin Gareus
2018-07-17move new_playlist Lua script from mixbus and add some garbage collectionNikolaus Gullotta
2018-07-17Move track_organizer Lua script to ardourNikolaus Gullotta
2018-07-17Create ardour-friendly version of reset_mb4_mixer Lua scriptNikolaus Gullotta
2018-07-17Lua DSP LTC decoder pluginRobin Gareus
2018-07-17Add LTC Decoder Lua BindingsRobin Gareus
2018-07-17Refactor LTC File decoder, prepare for Lua bindingsRobin Gareus
2018-07-16make sandbox = false, for scripts called by Editor::trigger_script_by_name()Nikolaus Gullotta
2018-07-16add route:name() to output file, and use this to catch routes who's ids don't...Nikolaus Gullotta
2018-07-16check if rv != nil, so it can still be run again if the user bails.Nikolaus Gullotta
2018-07-14Fix typosBen Loftis
2018-07-14auto-backup: gtk2_ardour part. (from mixbus)Ben Loftis
2018-07-14auto-backup: libardour part. (from mixbus)Ben Loftis
2018-07-14Aborted attempt to further optimize the editor-summary. Commented for future...Ben Loftis