summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-21Fix typo and update affected translationsRobin Gareus
2020-04-20fix behavior of ARDOUR_UI::transport_rewind/forward actionsPaul Davis
2020-04-21Include web-surface data in linux and mac bundlesRobin Gareus
2020-04-20Revise French translation -- #8035Fred Rech
2020-04-20WebSockets: reduce transport surface buttons sizeLuciano Iam
2020-04-20WebSockets: transport surface minor optimizationsLuciano Iam
Layout tweaks on small screens (ie, phones) Custom font for transport time Fix ArdourClient constructor parameters
2020-04-20WebSockets: NOOP fix comment in manifest.ccLuciano Iam
2020-04-20WebSockets: json-escape user strings loaded from manifest.xmlLuciano Iam
2020-04-20WebSockets: optimize transport surf. layoutLuciano Iam
2020-04-20WebSockets: remove Firefox button focus border in transport surfaceLuciano Iam
2020-04-20WebSockets: send caching headers for static resourcesLuciano Iam
2020-04-20WebSockets: transport surface implementationLuciano Iam
2020-04-20WebSockets: improve plugin params layout in mixer-demoLuciano Iam
2020-04-20WebSockets: add transport methods to client JSLuciano Iam
2020-04-20WebSockets: output position time in secondsLuciano Iam
2020-04-20WebSockets: add record state support to surfaceLuciano Iam
2020-04-20WebSockets: rename *_desc nodes to *_descriptionLuciano Iam
2020-04-20WebSockets: add transport roll support to surfaceLuciano Iam
2020-04-20Fix Lua script auto-connect new tracksRobin Gareus
Since c16ab3a24824 Session::new_audio_track has an optional parameter to auto-connect inputs. Lua scripts don't have a default parameter, so bool input_auto_connect was assumed false and inputs left unconnected.
2020-04-20Revise German translationNils Philippsen
- add missing translations - largely follow original message regarding punctuation, capitalization at the beginning of sentences, trailing white space - fix typos and other obvious mistakes Signed-off-by: Nils Philippsen <nils@tiptoe.de>
2020-04-20Fix MIDI meter resetRobin Gareus
2020-04-20Don't copy symlink versioned libs into bundleRobin Gareus
2020-04-20Initialize uninitialized variable (show foldback sends)Robin Gareus
2020-04-20Emit signal when dropdown changes via scroll-wheelRobin Gareus
This fixes Virtual-keyboard velocity selection when scrolling to numbers that are not explicitly in the menu-list. (hopefully this does not introduce some recursive signals for other ArdourDropdowns, fingers crossed).
2020-04-20Do not add monitor-sends to foldback bussesRobin Gareus
2020-04-19Fix restoring window visibility (Windows/Mac) #7976Robin Gareus
2020-04-19Save-As for unnamed sessions becomes the same as SavePaul Davis
2020-04-19do not add unnamed sessions to the recent session listPaul Davis
2020-04-19Shorten default export-prerollRobin Gareus
Since 57118c2370fa, plugins are re-activated after every export. So a silent pre no-roll is mainly useful for with realtime export, and for some cases where a plugin does not correctly reset. Note that for the first export, plugins are not currently flushed.
2020-04-19Update Patch Selector ColorsRobin Gareus
Custom text color is no longer available, so remove it. Also prefer a semantic description "unnamed", not a visual cue.
2020-04-19Support MIDNAM with Performances in PatchSelector #7536Robin Gareus
Some modern keyboards spread out patches over various banks, and group them using explicit "PatchMIDICommands". A given PatchBank does not have a common MIDI Bank. Previously those PatchBanks were not listed in the MIDI Patch Selector, which is based on MIDI Bank + Program grid. The current view is some sort of compromise, retaining a per MIDI-bank view, but allowing Monatages/performance mappings. The Patch Change *dialog*, or dropdown is more useful for those sparse modern mappings.
2020-04-19WebSockets: hotfix crash when a session has VCAsRobin Gareus
This eventually needs a better solution, special casing VCAs on the top-level.
2020-04-19Solo isolate foldback busses - #8020Robin Gareus
2020-04-19Update a-Amplifier, use Ardour::AmpRobin Gareus
This fixes an issue with a-Amp interpolating the parameter in dB, resulting in a double-exponential fade when the parameter changes. Now fade is linear in dB, also using Ardour' Amp processor is more efficient, since interpolation happens in C++.
2020-04-18RAII collect processor-change signals6.0-rc1Robin Gareus
2020-04-18Optimize realtime listen-position changeRobin Gareus
2020-04-18Support for lock-free AFL/PFL changesRobin Gareus
Session::listen_position_changed() calls Route::listen_position_changed() for every route in the session. Each call tool the process-lock in turn.
2020-04-18Consistent Lua script error and print() output 2/2Robin Gareus
2020-04-18Consistent Lua script error and print() output 1/2Robin Gareus
2020-04-18First part of translation reviewJulien '_FrnchFrgg_' RIVAUD
2020-04-18Update French po files from codeJulien '_FrnchFrgg_' RIVAUD
2020-04-18Allow to hide inline-controls using shift+right clickRobin Gareus
2020-04-17Prefer PBD::Unwinder to temporarily change a variableRobin Gareus
2020-04-17shift-tab generates shift-iso_left_tab so fix MIDI editing bindingsPaul Davis
2020-04-17fix name of MIDI editing actionPaul Davis
2020-04-17expand everything for a key editor tab is there is only 1 child nodePaul Davis
2020-04-17Fix canvas scroll-event zoom-focusRobin Gareus
Unconditionally use the mouse-cursor as zoom-focus when holding <ctrl> while scrolling on the canvas. This is consistent with using ctrl + scroll in the ruler area.
2020-04-17change default (non-modified) transpose kbd action to use 1 semitonePaul Davis
2020-04-17NOOP: newline removalPaul Davis
2020-04-17do not reset import status to cancel for every path imported before ↵Paul Davis
starting; fixes failure of cancel to stop import