summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-14refactoring to prepare for real-time exportRobin Gareus
* add a threaded TmpFile Writer * update API calls to that process_export_fw() can be used as process_function The idea is to re-use export infrastructure from normalization: export to a tmp-file and then encode target formats after that.
2016-07-13make ./waf install do the right thing with color filesPaul Davis
2016-07-13better color choice for control master controls box in editorPaul Davis
2016-07-13fix CUE/TOC file creation with non ISO-8859-1 chars in source text ↵Paul Davis
(substitute underscores)
2016-07-13fix save/restore of preferences torn-off-window statePaul Davis
2016-07-14a-EQ: Tweak bandwidth range on parametric eq and use log controlsDamien Zammit
2016-07-13use Session::cancel_all_solo()Paul Davis
2016-07-13use Session::cancel_all_solo()Paul Davis
2016-07-13a better, deeper fix for "cancel all solo", as Session::cancel_all_solo()Paul Davis
2016-07-13fix odd double conditionalPaul Davis
2016-07-13mackie: fix behaviour of clear solo buttonPaul Davis
2016-07-13set a theme color for VCA axes in the editorPaul Davis
2016-07-14a-EQ: Fixed transfer functions, now boost/cut cancel out correctlyDamien Zammit
2016-07-13OSC: Add global soloing indicator/cancelLen Ovens
2016-07-14a-EQ: Tidy transfer function calculationDamien Zammit
2016-07-13a-Reverb: Interpolate parameters, stable versionDamien Zammit
2016-07-13a-Reverb: Revert some of previous changes, sound of reverb much improvedDamien Zammit
2016-07-13a-Reverb: Using new algorithm based on FreeVerbDamien Zammit
2016-07-13fix stem-export of no-input busses/tracksRobin Gareus
2016-07-13use aligned malloc for luaDSPRobin Gareus
2016-07-13initialize more uninitialized variables..Robin Gareus
2016-07-13initialize some uninitialized variablesRobin Gareus
2016-07-12remove VCA drop buttonPaul Davis
2016-07-12midimon: add option to format note-namesRobin Gareus
2016-07-12remove old midi-note name APIRobin Gareus
2016-07-12use new midi-note-name APIRobin Gareus
2016-07-12Add a new API to format midi-note-names with translation: Do Re Mi...Robin Gareus
This deprecates Evoral::midi_note_name(). we don't maintain i18n for libevoral.
2016-07-12add a safe-guardRobin Gareus
2016-07-12VCA/Control Masters are displayed at fixed positions (initially), so ↵Paul Davis
insert-at options are irrelevant when adding them
2016-07-12VCA/Control Masters have no signal, so output i/o options are irrelevant ↵Paul Davis
when adding them
2016-07-12OSC: Add /path/band extension for eq_* bandsLen Ovens
2016-07-12two more places where the user can explicitly set the session end now also ↵Paul Davis
make the end non-free
2016-07-12OSC: Added EQ control, use interface_to_internal to normalize control rangeLen Ovens
2016-07-13a-Reverb: fix typo in plugin nameDamien Zammit
2016-07-12GUI side of : once the user has explicitly set the session range end, ↵Paul Davis
playlist/range changes do not move it. The user may drag the marker, edit in the Location UI, or use nudge, to set the end
2016-07-12once the user has explicitly set the session range end, playlist/range ↵Paul Davis
changes do not move it. The user may drag the marker, edit in the Location UI, or use nudge, to set the end
2016-07-13a-Reverb: Fix ttl and tweak maximum input gainDamien Zammit
2016-07-13a-EQ: Transfer function curves improvementDamien Zammit
2016-07-12fix a-eq library extensionRobin Gareus
2016-07-12a-reverb prototype (based on setBfree b_reverb)Robin Gareus
2016-07-12re-classify bundled lua scriptsRobin Gareus
* search by author: - "Ardour Team" for "ready to use" plugins - "Ardour Lua Task Force" = example plugins * search by Category - use "Example" for DSP plugins (except instruments)
2016-07-12do not show windows derived from ArdourDialog at startup.Paul Davis
See code comment for more details
2016-07-12when using toggle-editor-and-mixer, if current tab is neither, go to mixer ↵Paul Davis
first. This makes using Alt-m (the default binding) feel a lot more sensible
2016-07-12remove pointless version of Stripable::set_presentation_order()Paul Davis
2016-07-12fix a a-eq ttl typoRobin Gareus
2016-07-12add mouse interaction to inline displayRobin Gareus
2016-07-12fix simple but fatal mistake in defining PBD::Controllable::Flags enums.Paul Davis
This error caused the flags to be saved as an empty string, thus losing all state when the session is reloaded
2016-07-12fix compilation with lv2 < 1.10 (lv2 extended)Robin Gareus
2016-07-12more compact generic knob-ui layoutRobin Gareus
2016-07-12a-eq tweaks:Robin Gareus
* shorten e-eq Hz display (no decimals) * use 16:9 aspect inline display * fix a compiler warning