summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
AgeCommit message (Expand)Author
2020-04-02add new file to wscriptPaul Davis
2020-03-17remove tape_file_matcher sourcePaul Davis
2020-03-17LV2: Implement ui:requestValue featureDavid Robillard
2020-02-06Add a Read Only Memory Audio SourceRobin Gareus
2020-02-06Break out API to create readables from filesRobin Gareus
2020-01-29Fix tests failing to build by adding LIB_FFTW3FNikolaus Gullotta
2020-01-27Fix building unit-testsRobin Gareus
2020-01-25Tweaks to build/package scripts for new wafRobin Gareus
2020-01-25Towards waf python 2+3 supportDavid Runge
2020-01-14NO-OP: whitespaceRobin Gareus
2019-12-06Implement mp3 import, using minimp3Robin Gareus
2019-12-04Ardour 6.0 Alpha - Enterprise EditionRobin Gareus
2019-11-02start removal of NoteFixer codePaul Davis
2019-11-02introduce new all-in-RAM MIDI datastructure and use it for MIDI playbackPaul Davis
2019-09-25goodbye USE_TRACKS_CODE_FEATURES and is_tracks_buildPaul Davis
2019-09-22split session-bundled-related methods to their own filePaul Davis
2019-09-17add finite state machine to control/manage transport statePaul Davis
2019-09-10Engage thread-safe fftw planner in libardourRobin Gareus
2019-09-05Update MClk unit-test - new transportmaster APIRobin Gareus
2019-06-24LV2 support is not optional since 04ccd328dcRobin Gareus
2019-04-10Remove support for building against LV2 older than 1.2.0David Robillard
2019-02-28Amazing PCM byte/array convert functions, unused.Robin Gareus
2019-02-16Prepare to allow to disable latency-compensationRobin Gareus
2018-12-28remove configure-time --no-lv2 option. LV2 is integral to what we doPaul Davis
2018-12-19Remove conditional support for ancient versions of LilvDavid Robillard
2018-11-19Move video-tool paths to libardour (1/2)Robin Gareus
2018-10-20Implement basic libardour convolution DSPRobin Gareus
2018-10-14fix several inter-related problems with libptformatPaul Davis
2018-10-12PT import: Minor changes to sessionDamien Zammit
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis
2018-06-21remove Session::controllable_by_descriptor() and move code into GenericMIDI c...Paul Davis
2018-03-02Remove interpolation unit-test (fails to compile)Robin Gareus
2017-12-05Add a Raw MIDI parser (based on ALSA raw MIDI)Robin Gareus
2017-10-31Add polarity-invert processorRobin Gareus
2017-10-30Add a RT-TasklistRobin Gareus
2017-10-29Move vari-speed into backend (resample ports)Robin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-19More s/frame/sample/ - fixes unit-test compilationRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18fully remove diskstream codePaul Davis
2017-09-18merge AudioDiskstream playback code into DiskReaderPaul Davis
2017-09-18Bump session file format (pre 6.0)Robin Gareus
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-04-12Add a ReadOnlyControl parameter abstractionRobin Gareus
2016-12-03Factor out and extend MIDIXML implementationDavid Robillard
2016-11-15consolidate VSTState functionsRobin Gareus
2016-11-15rework 8e3b6c9ac (fstwin is C code, not C++)Robin Gareus
2016-11-13Mac VST-2.x supportRobin Gareus
2016-10-11Unit-tests to check Lua session+DSP scriptsRobin Gareus
2016-10-02Remove unused methods, add tests to ensure meter divisors don't mess with Beats.nick_m