summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2015-04-26remove not-an-error error message.Robin Gareus
2015-04-26fix verbose cursor for db automation.Robin Gareus
2015-04-25tweak weight of transport iconsRobin Gareus
2015-04-25fix automation lane for dB ranges other than fader.Robin Gareus
2015-04-25ardour knob: watch automationRobin Gareus
2015-04-25Trim Automation UIRobin Gareus
2015-04-25desaturate gradient for trim.Robin Gareus
2015-04-25knob: use double precision normal on dent.Robin Gareus
Fixes -0dB vs +0dB rounding issue.
2015-04-25add detent to Monitor Section Dim & Level knobsRobin Gareus
2015-04-25separate detent & zero-arc flags for knobRobin Gareus
2015-04-25amend 00c1e0e trim knob colorsRobin Gareus
2015-04-25fix 0dbFS meter color transitionRobin Gareus
2015-04-250dBFS peak meter GUIRobin Gareus
2015-04-25fix knob colorRobin Gareus
2015-04-25magic knobRobin Gareus
2015-04-25immediately show tooltip on knob drag.Robin Gareus
2015-04-25make knob respond to X & Y axis dragsRobin Gareus
2015-04-25more trim knob tweaksRobin Gareus
2015-04-25allow to offset knob-arcRobin Gareus
2015-04-25trim typo and detailsRobin Gareus
2015-04-25tweak trim-knob size (same height as midi-input)Robin Gareus
2015-04-25persistent tooltip for [trim] knobRobin Gareus
2015-04-24don’t knob show tooltips if no prefix is setRobin Gareus
ie the monitor section has explicit labels.
2015-04-24knob proposal.Robin Gareus
feel free to revert.
2015-04-24add trim control to mixer-strip.Robin Gareus
2015-04-24allow to set toolip on knobRobin Gareus
2015-04-24fix cut-n-paste errorPaul Davis
2015-04-24fix last-minute code rearrangement in last commit that broke the intended ↵Paul Davis
functionality
2015-04-24use separators to make Edit > Select menu more readablePaul Davis
2015-04-24make track selection after set-range-selection-from-region-selection be sensiblePaul Davis
2015-04-24expose set-range-selection-from-region-selection operation in more placesPaul Davis
2015-04-24For MSVC builds, implement 'rint()' and 'rintf()' to supplement the ones ↵John Emmas
that were already implemented
2015-04-24fix scaling of master-meter in toolbarRobin Gareus
2015-04-23monitoring section UI scalingRobin Gareus
2015-04-23scale markersRobin Gareus
2015-04-23scale peak-meter reset buttonRobin Gareus
2015-04-23more HiDPI cleanupRobin Gareus
2015-04-22prefer initialization to assignment for ARDOUR_UIPaul Davis
2015-04-22make save-as dialog be persistent, to retain settings across save-asPaul Davis
2015-04-22clean up GUI scalingRobin Gareus
2015-04-22add central API to calculate UI scalingRobin Gareus
2015-04-22scale inline slider girth.Robin Gareus
2015-04-22scaleable routing icons & wiresRobin Gareus
2015-04-22Initial Gain Coefficient tweaksBen Loftis
1) Disambiguate 1.0 to GAIN_COEFF_UNITY, and 0.0 to GAIN_COEFF_ZERO 2) Add GAIN_COEFF_SMALL which replaces SMALL_SIGNAL (-140dB) 3) GAIN_COEFF_SMALL can used to avoid interpolating towards -inf on a db scale 4) GAIN_COEFF_SMALL is used to detect very small (denormal?) gains and memset to zero
2015-04-21Added support for exporting mp4 chapter marksJohannes Mueller
The mp4 file format supports chapter marks using the so called mp4chaps format to enable chapter wise navigation in an mp4 file. The format is like hh:mm:ss.sss Chapter Title This commit adds the ability to export those kind of chapter marks along with TOC and CUE marks. The filename extension for the chapter mark file is "chapters.txt". The format specification description is "MP4ch".
2015-04-21Update editor_rulers.ccahellquist
Change ruler context actions from "Make Loop range" to "New Loop range" change ruler context actions from "Make Punch range" to "New Loop range" This to make it consistent with other ruler context actions eg. "New....."
2015-04-21update some calls to use new get_preferred_edit_position; needs testingBen Loftis
2015-04-21minor tweaks to Cut Time dialog. Use an enum to tell ↵ben
preferred_edit_location what to ignore, so cut and insert dialogs will never use mouse location.
2015-04-21Port 'Cut time' code from MixbusColin Fletcher
Copy the 'Cut time' code from Mixbus, making a few obvious fixes to work in A3 (e.g. nframes_t => framepos_t / framecnt_t). Seems to work to move & remove markers, tempo & meter markers, and regions on selected tracks. Still TODO: - use existing A3 'Insert time' dialogue - make it respect 'No selection = all tracks' - rename the command to something like 'Remove time' or 'Delete time': 'Cut' sounds to me as if the removed range should end up on the clipboard ready to be pasted somewhere, which of course it doesn't.
2015-04-22Monitor section - init _output_selector to 0.nick_m