summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-07-12Make MIDI monitor a pass-through for audio and midiJulien "_FrnchFrgg_" RIVAUD
MIDI monitor only accepted midi data and output that same data. That was logical for a MIDI plugin, but a consequence is that automatic pin configuration makes MIDI monitors opaque to audio data, which means drag'n'dropping a MIDI monitor for debugging purposes can suddenly cut audio, or even change the channel count if strict I/O is enabled. Improve the MIDI monitor so that it passes through all incoming data unchanged.
2016-07-12update MIDIEvent lua bindings/exampleRobin Gareus
2016-07-11OSC: finish feedback for well known controls. Simplify some others.Len Ovens
2016-07-11remove debug outputRobin Gareus
2016-07-11add a convenient lua forward mapped buffers methodRobin Gareus
2016-07-11proper semantics for variable port-countRobin Gareus
Ardour takes the closest pin/port match yet still offers a plugin with variable i/o access to all port-buffers. the "reported" (user visible) pin-count now defaults to the actual selected configuration (precise) and lua_dsp_configure() can override it.
2016-07-11add _FrnchFrgg_ to creditsRobin Gareus
2016-07-11Improve MIDI monitorJulien "_FrnchFrgg_" RIVAUD
2016-07-11remove implicit labels from a-eqRobin Gareus