summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2020-05-18Try restore the recently used state after device-list refreshRobin Gareus
This takes into account if the device is present, and picks the most recently used state for the available devices.
2020-05-17Update cubasish-ardour.colorscooltehno
Corrected colors closer to a5.12 version (compared with existing a6 theme). Added comments to < Color > section. In the original file there was an excess line (177) - deleted in new version: 177 <ColorAlias name="lua action button: fill" alias="theme:bg"/> 178<ColorAlias name="lua action button: fill" alias="widget:bg"/> video: https://vimeo.com/419410940
2020-05-17New Chinese translation for Ardour 6.0 gtk2_ardour_poYQ-YSY
2020-05-17New Chinese translation for Ardour 6.0 gtk2_ardour_appdata_poYQ-YSY
2020-05-17Added lua binding for editor:add_location_markdavidhealey
2020-05-16TMM: Fix BPM display format #8118Robin Gareus
2020-05-16fix for #8112. No need to request transport roll before requesting loop playPaul Davis
And doing so confuses ardour
2020-05-16restore apparent thinko that removed the effect of "editable region" ↵Paul Davis
transparency for MIDI regions
2020-05-16Update clear_gray-ardour.colorscooltehno
++more contrasting&bright (compared with existing theme). Added comments to < Color > section. In the original file there was an excess line (177) - deleted in new version: 177 <ColorAlias name="lua action button: fill" alias="theme:bg"/> 178<ColorAlias name="lua action button: fill" alias="widget:bg"/> video: https://vimeo.com/419249079
2020-05-15TMM: do not allow changing transport master while slaved (GUI edition)Paul Davis
2020-05-15Czech translation update from Pavel FrichPaul Davis
2020-05-15All complete. First public version.Porrumentzio
2020-05-15All complete. Needs revision using the program.Porrumentzio
2020-05-15All complete. Needs tiny metadata corrections.Porrumentzio
2020-05-15all complete except gtk2_ardour eu.po (87%)Porrumentzio
2020-05-15all complete except gtk2_ardour eu.po (81%)Porrumentzio
2020-05-15all complete except gtk2_ardour eu.po (72%)Porrumentzio
2020-05-15all complete except gtk2_ardour eu.po (68%)Porrumentzio
2020-05-15all complete except gtk2_ardour eu.po (63%)Porrumentzio
2020-05-15all complete except gtk2_ardour eu.po (61%)Porrumentzio
2020-05-15gtk2_ardour eu.po (54%) and libs/ardour eu.po (93%), non completePorrumentzio
2020-05-15gtk2_ardour eu.po (45%) and libs/ardour eu.po (92%), non completePorrumentzio
2020-05-15gtk2_ardour eu.po (41%) and libs/ardour eu.po (77%), non completePorrumentzio
2020-05-15gtk2_ardour eu.po (41%) and libs/ardour eu.po (77%), non completePorrumentzio
2020-05-15gtk2_ardour eu.po (34%) and libs/ardour eu.po (75%), non completePorrumentzio
2020-05-15gtk2_ardour eu.po (24%) and libs/ardour eu.po (61%), non completePorrumentzio
2020-05-15gtk2_ardour eu.po (15%) and libs/ardour eu.po modifiedPorrumentzio
2020-05-15Each one of the files that need translation, not completePorrumentzio
2020-05-15TestPorrumentzio
2020-05-15First basque translation, non completePorrumentzio
2020-05-15Update caineville-ardour.colorscooltehno
++more contrasting&bright (compared with existing theme). Added comments to < Color > section. In the original file there was an excess line (177) - deleted in new version: 177 <ColorAlias name="lua action button: fill" alias="theme:bg"/> 178 <ColorAlias name="lua action button: fill" alias="widget:bg"/> 2min video: https://vimeo.com/416959800
2020-05-15Update blueberry_milk-ardour.colorscooltehno
++more contrasting&bright (compared with existing theme). Added comments to < Color > section. video (with comparison): https://vimeo.com/416166712
2020-05-15better update/improve for generic subscribe URLPaul Davis
2020-05-14update/improve generic subscribe URLPaul Davis
2020-05-15TMM: display timecode using session FPSRobin Gareus
2020-05-14MIDI: when drawing notes, leave selection containing only the just added notePaul Davis
This matches other DAWs and allows easy editing of just the last note, rather then all notes added since doing something else
2020-05-13the return of waveform outline (tips) colorPaul Davis
This seems to have been removed unintentionally in 973e9ad132b4
2020-05-13TMM: fix last message + age displayRobin Gareus
2020-05-13Editor-Mixer: hide 2D panner GUI when selection changes - #8109Robin Gareus
2020-05-13Continue without NSM if server does not respondRobin Gareus
2020-05-12TMM dialog: fix rendering performanceRobin Gareus
This removes expensive markup parsing and directly sets timecode and delta-time as plain text. The Labels use the main clock's color schema, and dedicated ArdourMono font.
2020-05-12fix mouse-audition playback of a given regionPaul Davis
2020-05-12Optimize AudioClock info-text renderingRobin Gareus
Avoid markup, pango markup parsing is expensive, particularly for info strings which may be updated periodically at short time intervals.
2020-05-11Transport Masters dialog: don't use an uninitialized char array.Ben Loftis
2020-05-11Transport Masters dialog: various layout changes to improve legibilityBen Loftis
Use Fonts and Color to help discriminate columns: Values that come from the TC Master are now in black boxen (ToDo: use gtk theming) Reduce the number of columns, to improve legibility: Consolidate the Slave's current TC chase value and Delta (offset from Ardour current TC) Consolidate the last message received, and how recently it was received Remove Collect checkboxes (just disconnect the port if you don't want it to run)
2020-05-11Transport Masters dialog: fix typoBen Loftis
2020-05-11TMM GUI: display delta time from all slavesRobin Gareus
2020-05-10Work around a race conditionJohannes Mueller
This covers a race condition in session transport that when synced to an external engine it sometimes occurs that at the end of ::realtime_stop() ::transport_stopped_or_stopping() returns false when ::setup_rec_box() is called. In this case the rec boxes are not erased when the recoding transport is stopped. This fixes this behavior about the remaining rec boxes, however the race condition remains. The race condition is reported in #8104. It should be considered reverting this commit once the race condition is fixed.
2020-05-09Engine-dialog: latency spinbox sensitivityRobin Gareus
This allows to change latency while running using numeric entry or otherwise makes the spinboxes insensitive.
2020-05-09Remember I/O ports used for latency measurementRobin Gareus