summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-12-02Fix range of pan controls.David Robillard
2014-12-02Make 'ARDOUR::ParameterDescriptor' exportable, so that it can get used outsid...John Emmas
2014-12-02Remove accidentally committed file.David Robillard
2014-12-02alsa-backend: drop midi during freewheel processing.Robin Gareus
2014-12-02first pass at optimization for low-level canvas codePaul Davis
2014-12-02Fix lost MIDI events due to broken range check.David Robillard
2014-12-02Create discrete lists for recorded MIDI controls.David Robillard
2014-12-01Fix automation write/touch.David Robillard
2014-12-01Factor out copy-paste code.David Robillard
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-12-01Make it compile with C++11 support.Julien de Kozak
2014-12-01Tidy up comments in Evoral::coverageColin Fletcher
2014-12-01Simplify Evoral::RangeList::subtract(), and make it pass amended testsColin Fletcher
2014-12-01Comments in various call-sites of coverage()Colin Fletcher
2014-12-01Rework Evoral::coverage() to pass unit testsColin Fletcher
2014-12-01Make tests of Evoral::Range functions include both endpoints in RangeColin Fletcher
2014-12-01exclude fader-reserve from rangeRobin Gareus
2014-11-30Remove braindead Parameter inheritance abuse.David Robillard
2014-11-30Replace thinning static state with parameter.David Robillard
2014-11-30Remove dead code.David Robillard
2014-11-30Remove bogus test and noisy output.David Robillard
2014-11-30Trim the include tree.David Robillard
2014-11-30Move EventRingBuffer to libardour.David Robillard
2014-11-30Add missing namespace qualifiers.David Robillard
2014-11-30Clean up state tracking of raw MIDI.David Robillard
2014-11-30Save mute automation state.David Robillard
2014-11-30CLA approved consistent fine-grained scale modifierRobin Gareus
2014-11-30Process 'default_ui_config.in' when building with MSVCJohn Emmas
2014-11-30consistent step+page sizes for fader+spinboxRobin Gareus
2014-11-30use update_steps() instead of custom functionRobin Gareus
2014-11-30update_steps(), properly handle integer rangesRobin Gareus
2014-11-30fix ladpsa default value.Robin Gareus
2014-11-30fix LV2 default port value.Robin Gareus
2014-11-29Fix write for boolean automation.David Robillard
2014-11-29don't move faders on click.Robin Gareus
2014-11-29change ownership of processor window-proxyRobin Gareus
2014-11-29Set discrete by default for boolean parameters.David Robillard
2014-11-29Somewhat working gain automation.David Robillard
2014-11-28Show discrete/toggled automation as stepped line.David Robillard
2014-11-28Fix crash when deleting all points from a line.David Robillard
2014-11-28Set the toggled default metadata of parameters.David Robillard
2014-11-28Add some newly introduced source files to our MSVC project (cairocanvas)John Emmas
2014-11-27Remove dead code.David Robillard
2014-11-27Fix calculation using uninitialized value.David Robillard
2014-11-26remove "port sources" management from MidiControlUI and Mackie support.Paul Davis
2014-11-26get correct ::distance() and ::delta() implementations for cases involving ac...Paul Davis
2014-11-26massive reworking of color selection implementationPaul Davis
2014-11-26ensure that Ardour recognizes its own MMC device ID as "all-call" when set to...Paul Davis
2014-11-26Replace individual waf options for enabling backends with one --with-backends...Tim Mayberry
2014-11-25Add test for Evoral::coverage()Colin Fletcher